-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
Description
The problem
Although logging into the Dexcom server works, no data is displayed.
What version of Home Assistant Core has the issue?
2025.6.0
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
dexcom
Link to integration documentation on our website
https://www.home-assistant.io/integrations/dexcom
Diagnostics information
2025-06-13 07:21:17.262 DEBUG (SyncWorker_1) [pydexcom] Get session ID
2025-06-13 07:21:17.262 DEBUG (SyncWorker_1) [pydexcom] post request to General/AuthenticatePublisherAccount:
2025-06-13 07:21:17.262 DEBUG (SyncWorker_1) [pydexcom] url: https://shareous1.dexcom.com/ShareWebServices/Services/General/AuthenticatePublisherAccount params:None, json: {'accountName': '', 'password': '', 'applicationId': 'd89443d2-327c-4a6f-89e5-496bbb0317db'}
2025-06-13 07:21:17.674 DEBUG (SyncWorker_1) [pydexcom] post request response 200:
2025-06-13 07:21:17.674 DEBUG (SyncWorker_1) [pydexcom] json: b7afdb91-1219-47cd-9986-baa8c3af8966
2025-06-13 07:21:17.675 DEBUG (SyncWorker_1) [pydexcom] post request to General/LoginPublisherAccountById:
2025-06-13 07:21:17.675 DEBUG (SyncWorker_1) [pydexcom] url: https://shareous1.dexcom.com/ShareWebServices/Services/General/LoginPublisherAccountById params:None, json: {'accountId': 'b7afdb91-1219-47cd-9986-baa8c3af8966', 'password': '***', 'applicationId': 'd89443d2-327c-4a6f-89e5-496bbb0317db'}
2025-06-13 07:21:17.982 DEBUG (SyncWorker_1) [pydexcom] post request response 200:
2025-06-13 07:21:17.982 DEBUG (SyncWorker_1) [pydexcom] json: 031aa778-7cf8-4a77-a977-acb856ed43dc
2025-06-13 07:21:17.984 DEBUG (SyncWorker_0) [pydexcom] post request to Publisher/ReadPublisherLatestGlucoseValues:
2025-06-13 07:21:17.985 DEBUG (SyncWorker_0) [pydexcom] url: https://shareous1.dexcom.com/ShareWebServices/Services/Publisher/ReadPublisherLatestGlucoseValues params:{'sessionId': '031aa778-7cf8-4a77-a977-acb856ed43dc', 'minutes': 10, 'maxCount': 1}, json: {}
2025-06-13 07:21:18.136 DEBUG (SyncWorker_0) [pydexcom] post request response 200:
2025-06-13 07:21:18.136 DEBUG (SyncWorker_0) [pydexcom] json: []
2025-06-13 07:21:18.138 DEBUG (MainThread) [homeassistant.components.dexcom.coordinator] Finished fetching dexcom data in 0.153 seconds (success: True)
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response