Hi,
I’m getting loooooooads of errors in my log relating to sensor update timeouts like these…
2019-01-12 20:43:16 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating rest binary_sensor took longer than the scheduled update interval 0:00:01
2019-01-12 20:43:16 WARNING (MainThread) [homeassistant.components.sensor] Updating rest sensor took longer than the scheduled update interval 0:00:01
2019-01-12 20:43:17 WARNING (MainThread) [homeassistant.components.media_player] Updating sonos media_player took longer than the scheduled update interval 0:00:10
2019-01-12 20:43:18 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating rest binary_sensor took longer than the scheduled update interval 0:00:01
2019-01-12 20:43:18 WARNING (MainThread) [homeassistant.components.sensor] Updating rest sensor took longer than the scheduled update interval 0:00:01
2019-01-12 20:43:19 WARNING (MainThread) [homeassistant.components.media_player] Updating samsungtv media_player took longer than the scheduled update interval 0:00:10
2019-01-12 20:43:20 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating rest binary_sensor took longer than the scheduled update interval 0:00:01
2019-01-12 20:43:20 WARNING (MainThread) [homeassistant.components.sensor] Updating rest sensor took longer than the scheduled update interval 0:00:01
2019-01-12 20:43:21 WARNING (MainThread) [homeassistant.components.sensor] Updating rest sensor took longer than the scheduled update interval 0:00:05
2019-01-12 20:43:22 WARNING (MainThread) [homeassistant.components.device_tracker] Updating device list from unifi took longer than the scheduled scan interval 0:00:12
2019-01-12 20:43:22 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating rest binary_sensor took longer than the scheduled update interval 0:00:01
2019-01-12 20:43:22 WARNING (MainThread) [homeassistant.components.sensor] Updating rest sensor took longer than the scheduled update interval 0:00:01
2019-01-12 20:43:24 WARNING (MainThread) [homeassistant.components.switch] Updating tplink switch took longer than the scheduled update interval 0:00:30
2019-01-12 20:43:24 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating rest binary_sensor took longer than the scheduled update interval 0:00:01
2019-01-12 20:43:24 WARNING (MainThread) [homeassistant.components.sensor] Updating rest sensor took longer than the scheduled update interval 0:00:01
2019-01-12 20:43:25 WARNING (MainThread) [homeassistant.components.sensor] Updating uk_transport sensor took longer than the scheduled update interval 0:00:30
2019-01-12 20:43:25 WARNING (MainThread) [homeassistant.components.sensor] Updating darksky sensor took longer than the scheduled update interval 0:00:30
2019-01-12 20:43:26 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating rest binary_sensor took longer than the scheduled update interval 0:00:01
2019-01-12 20:43:26 WARNING (MainThread) [homeassistant.components.sensor] Updating rest sensor took longer than the scheduled update interval 0:00:01
2019-01-12 20:43:27 WARNING (MainThread) [homeassistant.components.sensor] Updating rest sensor took longer than the scheduled update interval 0:00:05
2019-01-12 20:43:28 WARNING (MainThread) [homeassistant.components.media_player] Updating sonos media_player took longer than the scheduled update interval 0:00:10
2019-01-12 20:43:28 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating rest binary_sensor took longer than the scheduled update interval 0:00:01
2019-01-12 20:43:28 WARNING (MainThread) [homeassistant.components.sensor] Updating rest sensor took longer than the scheduled update interval 0:00:01
I recently upgraded to 0.85 and I thought this might be the reason behind it but I’ve since rolled back to a version on 0.84 (using a VM recovery tool I use - Veeam) and there’s no change.
I also originally thought this was purely a Philips HUE connectivity issue however HA seems to also struggle with other sensors I have too.
It makes me think this is more to do with my network under-performing however (as far as I’m aware) there’s been no change in Firewall rules on my IoT VLAN (where HA sits).
Can anyone point me in the right direction to diagnose this? The HA VM can ping all the relevant services it needs to so I know there’s working connections between them.
FYI HA is running in docker-compose
PS I’ve tried deleting the v2.DB and rebooting but there’s no improvement