I’ve got a lot of new errors this morning, and a whooooole lot of new device clunking up my interface.
Anyone have a solution for temporarily even hiding these automatically, till we wait for more info on a fix?
home-assistant.log
2019-02-23 02:38:53 ERROR (MainThread) [googledevices] Timeout contacting http://192.168.1.10:8008/setup/assistant/alarms
2019-02-23 02:38:53 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.living_room_timer fails
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 221, in async_update_ha_state
await self.async_device_update()
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 347, in async_device_update
await self.async_update()
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/googlehome/sensor.py", line 70, in async_update
alarms = data.get('alarms')[self._condition]
TypeError: 'NoneType' object is not subscriptable
2019-02-23 02:38:53 ERROR (MainThread) [googledevices] Timeout contacting http://192.168.1.10:8008/setup/assistant/alarms
2019-02-23 02:38:53 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.living_room_alarm fails
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 221, in async_update_ha_state
await self.async_device_update()
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 347, in async_device_update
await self.async_update()
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/googlehome/sensor.py", line 70, in async_update
alarms = data.get('alarms')[self._condition]
TypeError: 'NoneType' object is not subscriptable
2019-02-23 02:38:56 ERROR (MainThread) [googledevices] Timeout contacting http://192.168.1.10:8008/setup/bluetooth/scan
2019-02-23 02:38:56 ERROR (MainThread) [googledevices] Error connecting to - 192.168.1.10
2019-02-23 02:39:01 WARNING (Thread-3) [pychromecast.socket_client] [Living Room:8009] Heartbeat timeout, resetting connection
2019-02-23 02:39:04 ERROR (MainThread) [googledevices] Timeout contacting http://192.168.1.10:8008/setup/assistant/alarms
2019-02-23 02:39:04 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.living_room_alarm fails
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 221, in async_update_ha_state
await self.async_device_update()
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 347, in async_device_update
await self.async_update()
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/googlehome/sensor.py", line 70, in async_update
alarms = data.get('alarms')[self._condition]
TypeError: 'NoneType' object is not subscriptable
2019-02-23 02:39:04 ERROR (MainThread) [googledevices] Timeout contacting http://192.168.1.10:8008/setup/assistant/alarms
2019-02-23 02:39:04 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.living_room_timer fails
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 221, in async_update_ha_state
await self.async_device_update()
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 347, in async_device_update
await self.async_update()
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/googlehome/sensor.py", line 70, in async_update
alarms = data.get('alarms')[self._condition]
TypeError: 'NoneType' object is not subscriptable
2019-02-23 02:39:04 ERROR (MainThread) [googledevices] ClientError contacting http://192.168.1.10:8008/setup/bluetooth/scan_results - Cannot connect to host 192.168.1.10:8008 ssl:None [Connection refused]
2019-02-23 02:39:06 ERROR (MainThread) [googledevices] ClientError contacting http://192.168.1.10:8008/setup/bluetooth/scan - Cannot connect to host 192.168.1.10:8008 ssl:None [Connection refused]
2019-02-23 02:39:06 ERROR (MainThread) [googledevices] Error connecting to - 192.168.1.10
2019-02-23 02:39:07 ERROR (MainThread) [googledevices] ClientError contacting http://192.168.1.10:8008/setup/assistant/alarms - Cannot connect to host 192.168.1.10:8008 ssl:None [Connection refused]
2019-02-23 02:39:07 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.living_room_timer fails
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 221, in async_update_ha_state
await self.async_device_update()
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 347, in async_device_update
await self.async_update()
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/googlehome/sensor.py", line 70, in async_update
alarms = data.get('alarms')[self._condition]
TypeError: 'NoneType' object is not subscriptable
2019-02-23 02:39:07 ERROR (MainThread) [googledevices] ClientError contacting http://192.168.1.10:8008/setup/assistant/alarms - Cannot connect to host 192.168.1.10:8008 ssl:None [Connection refused]
2019-02-23 02:39:07 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.living_room_alarm fails
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 221, in async_update_ha_state
await self.async_device_update()
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 347, in async_device_update
await self.async_update()
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/googlehome/sensor.py", line 70, in async_update
alarms = data.get('alarms')[self._condition]
TypeError: 'NoneType' object is not subscriptable
2019-02-23 02:46:25 WARNING (Thread-4) [pychromecast.socket_client] [TV:8009] Heartbeat timeout, resetting connection
2019-02-23 03:42:26 ERROR (MainThread) [googledevices] Timeout contacting http://192.168.1.11:8008/setup/bluetooth/scan
2019-02-23 03:42:26 ERROR (MainThread) [googledevices] Error connecting to - 192.168.1.11
2019-02-23 03:42:26 ERROR (MainThread) [googledevices] Timeout contacting http://192.168.1.11:8008/setup/assistant/alarms
2019-02-23 03:42:26 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.bedroom_timer fails
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 221, in async_update_ha_state
await self.async_device_update()
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 347, in async_device_update
await self.async_update()
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/googlehome/sensor.py", line 70, in async_update
alarms = data.get('alarms')[self._condition]
TypeError: 'NoneType' object is not subscriptable
2019-02-23 03:42:26 ERROR (MainThread) [googledevices] Timeout contacting http://192.168.1.11:8008/setup/assistant/alarms
2019-02-23 03:42:26 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.bedroom_alarm fails
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 221, in async_update_ha_state
await self.async_device_update()
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 347, in async_device_update
await self.async_update()
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/googlehome/sensor.py", line 70, in async_update
alarms = data.get('alarms')[self._condition]
TypeError: 'NoneType' object is not subscriptable
2019-02-23 03:42:33 WARNING (Thread-5) [pychromecast.socket_client] [Bedroom:8009] Heartbeat timeout, resetting connection
2019-02-23 03:42:36 ERROR (MainThread) [googledevices] ClientError contacting http://192.168.1.11:8008/setup/assistant/alarms - Cannot connect to host 192.168.1.11:8008 ssl:None [Connection refused]
2019-02-23 03:42:36 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.bedroom_alarm fails
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 221, in async_update_ha_state
await self.async_device_update()
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 347, in async_device_update
await self.async_update()
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/googlehome/sensor.py", line 70, in async_update
alarms = data.get('alarms')[self._condition]
TypeError: 'NoneType' object is not subscriptable
2019-02-23 03:42:36 ERROR (MainThread) [googledevices] ClientError contacting http://192.168.1.11:8008/setup/assistant/alarms - Cannot connect to host 192.168.1.11:8008 ssl:None [Connection refused]
2019-02-23 03:42:36 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.bedroom_timer fails
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 221, in async_update_ha_state
await self.async_device_update()
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 347, in async_device_update
await self.async_update()
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/googlehome/sensor.py", line 70, in async_update
alarms = data.get('alarms')[self._condition]
TypeError: 'NoneType' object is not subscriptable
2019-02-23 03:42:36 ERROR (MainThread) [googledevices] ClientError contacting http://192.168.1.11:8008/setup/bluetooth/scan - Cannot connect to host 192.168.1.11:8008 ssl:None [Connection refused]
2019-02-23 03:42:36 ERROR (MainThread) [googledevices] Error connecting to - 192.168.1.11
2019-02-23 03:42:38 ERROR (MainThread) [googledevices] ClientError contacting http://192.168.1.11:8008/setup/bluetooth/scan_results - Cannot connect to host 192.168.1.11:8008 ssl:None [Connection refused]
2019-02-23 03:42:40 ERROR (MainThread) [googledevices] ClientError contacting http://192.168.1.11:8008/setup/bluetooth/scan - Cannot connect to host 192.168.1.11:8008 ssl:None [Connection refused]
2019-02-23 03:42:40 ERROR (MainThread) [googledevices] Error connecting to - 192.168.1.11
2019-02-23 03:42:40 ERROR (MainThread) [googledevices] ClientError contacting http://192.168.1.11:8008/setup/assistant/alarms - Cannot connect to host 192.168.1.11:8008 ssl:None [Connection refused]
2019-02-23 03:42:40 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.bedroom_timer fails
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 221, in async_update_ha_state
await self.async_device_update()
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 347, in async_device_update
await self.async_update()
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/googlehome/sensor.py", line 70, in async_update
alarms = data.get('alarms')[self._condition]
TypeError: 'NoneType' object is not subscriptable
2019-02-23 03:42:40 ERROR (MainThread) [googledevices] ClientError contacting http://192.168.1.11:8008/setup/assistant/alarms - Cannot connect to host 192.168.1.11:8008 ssl:None [Connection refused]
2019-02-23 03:42:40 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.bedroom_alarm fails
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 221, in async_update_ha_state
await self.async_device_update()
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 347, in async_device_update
await self.async_update()
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/googlehome/sensor.py", line 70, in async_update
alarms = data.get('alarms')[self._condition]
TypeError: 'NoneType' object is not subscriptable
2019-02-23 03:42:41 ERROR (MainThread) [googledevices] ClientError contacting http://192.168.1.11:8008/setup/bluetooth/scan_results - Cannot connect to host 192.168.1.11:8008 ssl:None [Connection refused]
2019-02-23 09:23:18 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1883497264] Received invalid command: system_health/info
Devices added overnight.