Running Hass.io 0.87.1
I’ve been having reoccurring issues with Hass.io and Simplisafe integration. After about 24-48 hours after a reboot, I notice all of my automations that rely on Simplisafe failing with the error message below. I reboot Hass.io and that fixes it… for another 24-48 hours. Rinse, repeat. Anyone else having these issues?
Update for alarm_control_panel.simplisafe fails
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/aiohttp/connector.py", line 955, in _create_direct_connection
traces=traces), loop=self._loop)
File "/usr/local/lib/python3.6/site-packages/aiohttp/connector.py", line 955, in _create_direct_connection
traces=traces), loop=self._loop)
File "/usr/local/lib/python3.6/site-packages/aiohttp/connector.py", line 811, in _resolve_host
await self._throttle_dns_events[key].wait()
File "/usr/local/lib/python3.6/site-packages/aiohttp/locks.py", line 37, in wait
raise self._exc
File "/usr/local/lib/python3.6/site-packages/aiohttp/connector.py", line 825, in _resolve_host
self._resolver.resolve(host, port, family=self._family)
File "/usr/local/lib/python3.6/site-packages/aiohttp/resolver.py", line 30, in resolve
host, port, type=socket.SOCK_STREAM, family=family)
File "uvloop/loop.pyx", line 1459, in getaddrinfo
socket.gaierror: [Errno -3] Try again
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/simplipy/api.py", line 167, in request
json=json, **kwargs) as resp:
File "/usr/local/lib/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__
self._resp = await self._coro
File "/usr/local/lib/python3.6/site-packages/aiohttp/client.py", line 476, in _request
timeout=real_timeout
File "/usr/local/lib/python3.6/site-packages/aiohttp/connector.py", line 522, in connect
proto = await self._create_connection(req, traces, timeout)
File "/usr/local/lib/python3.6/site-packages/aiohttp/connector.py", line 854, in _create_connection
req, traces, timeout)
File "/usr/local/lib/python3.6/site-packages/aiohttp/connector.py", line 959, in _create_direct_connection
raise ClientConnectorError(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host api.simplisafe.com:443 ssl:None [Try again]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 221, in async_update_ha_state
await self.async_device_update()
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 347, in async_device_update
await self.async_update()
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/simplisafe/alarm_control_panel.py", line 127, in async_update
await self._system.update()
File "/usr/local/lib/python3.6/site-packages/simplipy/system.py", line 155, in update
await self._update_location_info()
File "/usr/local/lib/python3.6/site-packages/simplipy/system.py", line 89, in _update_location_info
subscription_resp = await self.api.get_subscription_data()
File "/usr/local/lib/python3.6/site-packages/simplipy/api.py", line 133, in get_subscription_data
params={'activeOnly': 'true'})
File "/usr/local/lib/python3.6/site-packages/simplipy/api.py", line 179, in request
'Error requesting data from {0}: {1}'.format(endpoint, err))
simplipy.errors.RequestError: Error requesting data from users/507357/subscriptions: Cannot connect to host api.simplisafe.com:443 ssl:None [Try again]