havent found the reason yet, but my instance has become practically unusable after todays update to 0.98.1.
anyone else seeing this?
made sure the only thing changed (documented) between the 2 versions relevant for my instance are the markdown templates, and updated these accordingly…
and, as always, Hue signals by being unreachable:
2019-08-30 21:42:25 ERROR (MainThread) [homeassistant.components.hue.sensor_base] Unable to reach bridge 192.168.1.212 ()
2019-08-30 21:42:54 ERROR (MainThread) [homeassistant.components.hue.light] Unable to reach bridge 192.168.1.212 ()
2019-08-30 21:43:21 ERROR (MainThread) [homeassistant.components.hue.sensor_base] Unable to reach bridge 192.168.1.212 ()
2019-08-30 21:44:05 ERROR (MainThread) [homeassistant.components.hue.sensor_base] Unable to reach bridge 192.168.1.212 ()
2019-08-30 21:45:05 ERROR (MainThread) [homeassistant.components.hue.sensor_base] Unable to reach bridge 192.168.1.212 ()
2019-08-30 21:45:29 DEBUG (MainThread) [pyhaversion] Version: 0.98.1
2019-08-30 21:45:29 DEBUG (MainThread) [pyhaversion] Version data: {'source': 'Local'}
2019-08-30 21:45:54 ERROR (MainThread) [homeassistant.components.hue.sensor_base] Unable to reach bridge 192.168.1.212 ()
2019-08-30 21:46:38 ERROR (MainThread) [homeassistant.components.hue.sensor_base] Unable to reach bridge 192.168.1.212 ()
2019-08-30 21:47:21 ERROR (MainThread) [homeassistant.components.hue.sensor_base] Unable to reach bridge 192.168.1.212 ()
2019-08-30 21:48:13 ERROR (MainThread) [homeassistant.components.hue.sensor_base] Unable to reach bridge 192.168.1.212 ()
2019-08-30 21:49:00 ERROR (MainThread) [homeassistant.components.hue.sensor_base] Unable to reach bridge 192.168.1.212 ()
2019-08-30 21:50:02 ERROR (MainThread) [homeassistant.components.hue.sensor_base] Unable to reach bridge 192.168.1.212 ()
2019-08-30 21:50:42 ERROR (MainThread) [homeassistant.components.hue.light] Unable to reach bridge 192.168.1.212 ()
2019-08-30 21:50:52 DEBUG (MainThread) [pyhaversion] Version: 0.98.1
2019-08-30 21:50:52 DEBUG (MainThread) [pyhaversion] Version data: {'source': 'Local'}
2019-08-30 21:51:30 ERROR (MainThread) [homeassistant.components.hue.sensor_base] Unable to reach bridge 192.168.1.212 ()
2019-08-30 21:52:15 ERROR (MainThread) [homeassistant.components.hue.sensor_base] Unable to reach bridge 192.168.1.212 ()
2019-08-30 21:52:56 ERROR (MainThread) [homeassistant.components.hue.sensor_base] Unable to reach bridge 192.168.1.212 ()
2019-08-30 21:53:37 ERROR (MainThread) [homeassistant.components.hue.sensor_base] Unable to reach bridge 192.168.1.212 ()
2019-08-30 21:54:23 ERROR (MainThread) [homeassistant.components.hue.sensor_base] Unable to reach bridge 192.168.1.212 ()
2019-08-30 21:55:07 ERROR (MainThread) [homeassistant.components.hue.sensor_base] Unable to reach bridge 192.168.1.212 ()
2019-08-30 21:55:47 ERROR (MainThread) [homeassistant.components.hue.sensor_base] Unable to reach bridge 192.168.1.212 ()
2019-08-30 21:56:14 DEBUG (MainThread) [pyhaversion] Version: 0.98.1
update
found that this is now also filling the log:
2019-08-31 11:00:59 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1855956784] Client exceeded max pending messages [2]: 512
2019-08-31 11:00:59 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1855956784] Client exceeded max pending messages [2]: 512
2019-08-31 11:00:59 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1855956784] Client exceeded max pending messages [2]: 512
2019-08-31 11:02:51 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1850619568] Client exceeded max pending messages [2]: 512
2019-08-31 11:04:16 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1850222320] Client exceeded max pending messages [2]: 512
2019-08-31 11:04:16 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1850222320] Client exceeded max pending messages [2]: 512
2019-08-31 11:04:16 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1850222320] Client exceeded max pending messages [2]: 512
after an initial:
2019-08-31 12:52:02 WARNING (MainThread) [homeassistant.components.websocket_api.http.connection.1835753776] Disconnected: Did not receive auth message within 10 seconds
@Santobert could it be the new binary_sensor.updater causes this? If set logger to info, but other than above I dont see further loggings. Cant test it, because there’s no way to disable the new binary_sensor afaik?