Device timesout after a getting data for a short time
See original GitHub issueDescribe the bug
Hey guys.
I have for the last week or so been having a weird problem with my Google Nest Mini. Our integration works great, but after a couple of minutes i get this debug message (See logs below) which i expect.
I can still talk to the device, but in the Google Home app i cannot access my device settings for my device. My first thought was that something had gone wrong with the device. I tried reseting it multiple times. When i disable or stop our integration it seems to work again, but as soon as i activated our integration again, it stops working and is timing out again. 😞 A power cycle also makes it work for a couple of minutes, and then it stops again.
What do you guys think is happening?
I thought maybe we are hammering it to hard, but then again the would be weird if i am the only one having this problem.
Version of the integration
If you are unsure about the version check the github release here.
1.4.2
Logs
2021-04-13 19:54:40 DEBUG (MainThread) [custom_components.google_home] Fetching data from Google Home device Køkken - https://192.168.0.205:8443/setup/assistant/alarms
2021-04-13 19:54:42 DEBUG (MainThread) [custom_components.google_home] Køkken device timed out while trying to get alarms and timers.
2021-04-13 19:54:42 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Køkken
2021-04-13 19:54:42 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Køkken - https://192.168.0.205:8443/setup/assistant/notifications
2021-04-13 19:54:44 DEBUG (MainThread) [custom_components.google_home] Køkken device timed out while trying to post data to it - Raw data: None
2021-04-13 19:54:44 DEBUG (MainThread) [custom_components.google_home] Finished fetching sensor data in 4.009 seconds
Issue Analytics
- State:
- Created 2 years ago
- Comments:85 (8 by maintainers)
Top GitHub Comments
Well, script 😅
I think making update interval configuration via config flow is reasonable, so people experiencing this issue can adjust it to their needs.
I personally have this issue very rarely, e.g. once in few weeks which I think correlated to HA updates in my case.