Hi all,
i recently added a ring security camera to my doorbell, since then I’ve been seeing lots of warnings in my logs (see below), and my internet connection bandwidth repeatedly takes a hammering.
Now, most people wouldn’t notice a few moments of heavy connection usage, but during the day my internet connection runs between 2Mb->5Mb (overnight is 40-50Mb), and given that we’re working from home at the moment, my remote desktop connection becomes almost unusable. I use an LTE provider (Three, Ireland) and there’s no chance of changing any time soon.
It looks like the Ring integration takes such a long time to download images/data/things that it must get into a bit of a loop.
Is there any way I can change the timeouts to have a bit more grace? Or is there something else it could be?
2021-08-18 09:48:00 WARNING (MainThread) [homeassistant.helpers.entity] Update of camera.front_door is taking over 10 seconds
2021-08-18 09:51:00 WARNING (MainThread) [homeassistant.helpers.entity] Update of camera.front_door is taking over 10 seconds
2021-08-18 09:51:00 WARNING (MainThread) [homeassistant.helpers.entity] Update of camera.side is taking over 10 seconds
2021-08-18 09:54:00 WARNING (MainThread) [homeassistant.helpers.entity] Update of camera.front_door is taking over 10 seconds
2021-08-18 09:58:00 WARNING (MainThread) [homeassistant.helpers.entity] Update of camera.front_door is taking over 10 seconds
2021-08-18 09:58:00 WARNING (MainThread) [homeassistant.helpers.entity] Update of camera.side is taking over 10 seconds
2021-08-18 09:58:49 WARNING (SyncWorker_2) [homeassistant.components.ring] Error fetching Ring history data for device 4c2498xxxxxx: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
2021-08-18 09:59:50 WARNING (MainThread) [homeassistant.components.ring] Error fetching Ring device data: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
2021-08-18 10:00:50 WARNING (SyncWorker_1) [homeassistant.components.ring] Error fetching Ring history data for device 4c2498xxxxxx: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
2021-08-18 10:01:50 WARNING (SyncWorker_9) [homeassistant.components.ring] Error fetching Ring history data for device 4c2498xxxxxx: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
2021-08-18 10:02:50 WARNING (MainThread) [homeassistant.components.ring] Error fetching Ring device data: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
2021-08-18 10:03:00 WARNING (MainThread) [homeassistant.helpers.entity] Update of camera.front_door is taking over 10 seconds
2021-08-18 10:04:50 WARNING (MainThread) [homeassistant.components.ring] Error fetching Ring device data: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
2021-08-18 10:05:50 WARNING (SyncWorker_6) [homeassistant.components.ring] Error fetching Ring history data for device 4c2498xxxxxx: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
2021-08-18 10:06:00 WARNING (MainThread) [homeassistant.helpers.entity] Update of camera.side is taking over 10 seconds
2021-08-18 10:07:00 WARNING (MainThread) [homeassistant.helpers.entity] Update of camera.front_door is taking over 10 seconds
2021-08-18 10:08:50 WARNING (MainThread) [homeassistant.components.ring] Error fetching Ring device data: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
2021-08-18 10:10:00 WARNING (MainThread) [homeassistant.helpers.entity] Update of camera.front_door is taking over 10 seconds
2021-08-18 10:10:00 WARNING (MainThread) [homeassistant.helpers.entity] Update of camera.side is taking over 10 seconds
Thanks in advance!
Sven.