SimpliSafe Warning in 0.106.1

After upgrading to 0.106.1, I am seeing a warning every five minutes:

2020-02-28 08:05:54 WARNING (MainThread) [homeassistant.core] Unable to remove unknown listener <function async_track_point_in_utc_time.<locals>.point_in_time_listener at 0xab0b32b8>

After turning on INFO level logging, I see it always happens right after SimpliSafe connects to the websocket:

2020-02-28 08:05:54 INFO (MainThread) [homeassistant.components.simplisafe] Connected to websocket
2020-02-28 08:05:54 WARNING (MainThread) [homeassistant.core] Unable to remove unknown listener <function async_track_point_in_utc_time.<locals>.point_in_time_listener at 0xab0b32b8>

Also, I didnā€™t know if this was relevant so figured I should include:

@bachya - Iā€™m guessing this has something to do with the fix you just implemented to get SimpliSafe working again after it broke in 0.160 (thank you very doing that so quickly, btw!). Iā€™m not sure if this is something I should be opening in GitHub but figured Iā€™d start here and someone can yell at me if itā€™s not the right avenue :slight_smile:

Thanks for the info, @brian1917, and sorry for the trouble. Please do log an issue on GitHub and Iā€™ll look into it. To confirm: is the integration still working as expected despite this warning?

I took a quick look and Iā€™m not convinced this is anywhere within SimpliSafeā€™s code. The biggest factor is that I have nothing in there that runs every 5 minutes; it updates from the REST API every 30 seconds. Additionally, when I run a standalone HASS with only the SimpliSafe integration running, I donā€™t see these warnings.

Not saying that SimpliSafe isnā€™t involved; it may just be that thereā€™s something deeper going on.

Iā€™ll continue to investigate.

I also see this same warning every 5 minutes since the upgrade to 0.106. Not related to Simplisafe.
I see a submitted issue and a PR:


Hm, weird. Sorry if I sent you on a goose chase thinking they were connected. Sorry if I sent you on a wild goose chase there!

Iā€™ll do some troubleshooting on my side as well to see if I can shake anything else out.

1 Like

@bachya - circling back to this. My log entries still make it seem like it is connected to SimpliSafe. Functionality is 100% working as expected, so I guess I could just ignore, but thatā€™s not my personality :slightly_smiling_face:

The Unable to remove unknown listener happens at the same timestamp as SimpliSafe reports Connected to websocket. See the log snippet below:

2020-03-10 14:40:29 INFO (MainThread) [homeassistant.components.simplisafe] Connected to websocket
2020-03-10 14:40:29 WARNING (MainThread) [homeassistant.core] Unable to remove unknown listener <function async_track_point_in_utc_time.<locals>.point_in_time_listener at 0xab0ef4f8>

This happens every five minutes and 1 second (14:35:28, 14:40:29, etc.).

Seems too coincidental not to be related.

BTW - Iā€™ve upgraded to Hassio 3.12 (HomeAssistant version 0.106.5)

Any thoughts?

Unfortunately, no. As I mentioned, the simplisafe integration doesnā€™t have anything that runs every 5 minutes; additionally, in the case of websocket reconnects, there arenā€™t any related calls to HASS helpers that would generate this warning.

Can you set your simplisafe logs to DEBUG and see if any surrounding messages offer clues?

Here is some debug logs. Thank you very much for looking into it (especially if it ends up being a dead end!)

I guess what was making me stuck on it is if SS component isnā€™t doing anything on a 5-minute interval, why is there SS websocket logging happening every 5 minutes?

2020-03-10 16:50:59 DEBUG (MainThread) [websockets.protocol] client > Frame(fin=True, opcode=9, data=b'\xe2\x80\x0bP', rsv1=False, rsv2=False, rsv3=False)
2020-03-10 16:50:59 DEBUG (MainThread) [websockets.protocol] client - event = data_received(<6 bytes>)
2020-03-10 16:50:59 DEBUG (MainThread) [websockets.protocol] client < Frame(fin=True, opcode=10, data=b'\xe2\x80\x0bP', rsv1=False, rsv2=False, rsv3=False)
2020-03-10 16:50:59 DEBUG (MainThread) [websockets.protocol] client - received solicited pong: e2800b50
2020-03-10 16:50:59 INFO (MainThread) [engineio.client] Sending packet PING data None
2020-03-10 16:50:59 DEBUG (MainThread) [websockets.protocol] client > Frame(fin=True, opcode=1, data=b'2', rsv1=False, rsv2=False, rsv3=False)
2020-03-10 16:50:59 DEBUG (MainThread) [websockets.protocol] client - event = data_received(<3 bytes>)
2020-03-10 16:50:59 DEBUG (MainThread) [websockets.protocol] client < Frame(fin=True, opcode=1, data=b'3', rsv1=False, rsv2=False, rsv3=False)
2020-03-10 16:50:59 INFO (MainThread) [engineio.client] Received packet PONG data None
2020-03-10 16:50:59 DEBUG (Thread-2) [pysonos.discovery] Received discovery response from ('192.168.1.3', 1900): "b'HTTP/1.1 200 OK\r\nHOST: 239.255.255.250:1900\r\nEXT:\r\nCACHE-CONTROL: max-age=100\r\nLOCATION: http://192.168.1.3:80/description.xml\r\nSERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.36.0\r\nhue-bridgeid: 001788FFFE2BCC62\r\nST: upnp:rootdevice\r\nUSN: uuid:2f402f80-da50-11e1-9b23-0017882bcc62::upnp:rootdevice\r\n\r\n'"
2020-03-10 16:50:59 DEBUG (Thread-2) [pysonos.discovery] Received discovery response from ('192.168.1.3', 1900): "b'HTTP/1.1 200 OK\r\nHOST: 239.255.255.250:1900\r\nEXT:\r\nCACHE-CONTROL: max-age=100\r\nLOCATION: http://192.168.1.3:80/description.xml\r\nSERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.36.0\r\nhue-bridgeid: 001788FFFE2BCC62\r\nST: uuid:2f402f80-da50-11e1-9b23-0017882bcc62\r\nUSN: uuid:2f402f80-da50-11e1-9b23-0017882bcc62\r\n\r\n'"
2020-03-10 16:50:59 DEBUG (Thread-2) [pysonos.discovery] Received discovery response from ('192.168.1.3', 1900): "b'HTTP/1.1 200 OK\r\nHOST: 239.255.255.250:1900\r\nEXT:\r\nCACHE-CONTROL: max-age=100\r\nLOCATION: http://192.168.1.3:80/description.xml\r\nSERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.36.0\r\nhue-bridgeid: 001788FFFE2BCC62\r\nST: urn:schemas-upnp-org:device:basic:1\r\nUSN: uuid:2f402f80-da50-11e1-9b23-0017882bcc62\r\n\r\n'"
2020-03-10 16:51:00 DEBUG (MainThread) [homeassistant.components.simplisafe] Websocket watchdog expired; forcing socket reconnection
2020-03-10 16:51:00 INFO (MainThread) [engineio.client] Sending packet MESSAGE data 1/v1/user/447616
2020-03-10 16:51:00 INFO (MainThread) [engineio.client] Sending packet MESSAGE data 1
2020-03-10 16:51:00 INFO (MainThread) [engineio.client] Sending packet CLOSE data None
2020-03-10 16:51:00 INFO (MainThread) [socketio.client] Engine.IO connection dropped
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.protocol] client - state = CLOSING
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.protocol] client > Frame(fin=True, opcode=8, data=b'\x03\xe8', rsv1=False, rsv2=False, rsv3=False)
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.protocol] client - event = data_received(<4 bytes>)
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.protocol] client < Frame(fin=True, opcode=8, data=b'\x03\xe8', rsv1=False, rsv2=False, rsv3=False)
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.protocol] client - event = connection_lost(None)
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.protocol] client - state = CLOSED
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.protocol] client x code = 1000, reason = [no reason]
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.protocol] client x closing TCP connection
2020-03-10 16:51:00 INFO (MainThread) [engineio.client] Write loop: WebSocket connection was closed, aborting
2020-03-10 16:51:00 INFO (MainThread) [engineio.client] Exiting write loop task
2020-03-10 16:51:00 INFO (MainThread) [engineio.client] Read loop: WebSocket connection was closed, aborting
2020-03-10 16:51:00 INFO (MainThread) [engineio.client] Waiting for write loop task to end
2020-03-10 16:51:00 INFO (MainThread) [engineio.client] Waiting for ping loop task to end
2020-03-10 16:51:00 INFO (MainThread) [homeassistant.components.simplisafe] Disconnected from websocket
2020-03-10 16:51:00 INFO (MainThread) [engineio.client] Attempting WebSocket connection to wss://api.simplisafe.com/socket.io/?ns=%2Fv1%2Fuser%2F<REDACTED>&accessToken=<REDACTED>&transport=websocket&EIO=3
2020-03-10 16:51:00 INFO (MainThread) [engineio.client] Exiting ping task
2020-03-10 16:51:00 INFO (MainThread) [engineio.client] Exiting read loop task
2020-03-10 16:51:00 DEBUG (MainThread) [homeassistant.components.hue.light] Finished fetching group data in 0.062 seconds
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.protocol] client - state = CONNECTING
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.protocol] client - event = connection_made(<asyncio.sslproto._SSLProtocolTransport object at 0xab284af0>)
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.client] client > GET /socket.io/?ns=%2Fv1%2Fuser%2F447616&accessToken=<REDACTED>&transport=websocket&EIO=3&t=1583873460.071578 HTTP/1.1
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.client] client > Headers([('Host', 'api.simplisafe.com'), ('Upgrade', 'websocket'), ('Connection', 'Upgrade'), ('Sec-WebSocket-Key', '<REDACTED>'), ('Sec-WebSocket-Version', '13'), ('Sec-WebSocket-Extensions', 'permessage-deflate; client_max_window_bits'), ('User-Agent', 'Python/3.7 websockets/8.1')])
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.protocol] client - event = data_received(<623 bytes>)
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.protocol] client - event = data_received(<88 bytes>)
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.client] client < HTTP/1.1 101 Switching Protocols
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.client] client < Headers([('Date', 'Tue, 10 Mar 2020 20:51:00 GMT'), ('Connection', 'upgrade'), ('Set-Cookie', 'AWSALB=<REDACTED>; Expires=Tue, 17 Mar 2020 20:51:00 GMT; Path=/'), ('Set-Cookie', '<REDACTED>; Expires=Tue, 17 Mar 2020 20:51:00 GMT; Path=/; SameSite=None; Secure'), ('Upgrade', 'websocket'), ('Sec-WebSocket-Accept', '<REDACTED>'), ('Sec-WebSocket-Extensions', 'permessage-deflate')])
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.protocol] client - state = OPEN
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.protocol] client - event = data_received(<4 bytes>)
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.protocol] client < Frame(fin=True, opcode=1, data=b'0{"sid":"<REDACTED>","upgrades":[],"pingInterval":25000,"pingTimeout":60000}', rsv1=False, rsv2=False, rsv3=False)
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.protocol] client < Frame(fin=True, opcode=1, data=b'40', rsv1=False, rsv2=False, rsv3=False)
2020-03-10 16:51:00 INFO (MainThread) [engineio.client] WebSocket connection accepted with {'sid': '<REDACTED>', 'upgrades': [], 'pingInterval': 25000, 'pingTimeout': 60000}
2020-03-10 16:51:00 INFO (MainThread) [socketio.client] Engine.IO connection established
2020-03-10 16:51:00 INFO (MainThread) [engineio.client] Sending packet PING data None
2020-03-10 16:51:00 INFO (MainThread) [engineio.client] Received packet MESSAGE data 0
2020-03-10 16:51:00 INFO (MainThread) [socketio.client] Namespace / is connected
2020-03-10 16:51:00 INFO (MainThread) [homeassistant.components.simplisafe] Connected to websocket
2020-03-10 16:51:00 DEBUG (MainThread) [homeassistant.components.simplisafe] Websocket watchdog starting
2020-03-10 16:51:00 WARNING (MainThread) [homeassistant.core] Unable to remove unknown listener <function async_track_point_in_utc_time.<locals>.point_in_time_listener at 0xb0173df8>
2020-03-10 16:51:00 INFO (MainThread) [engineio.client] Sending packet MESSAGE data 0/v1/user/447616
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.protocol] client > Frame(fin=True, opcode=1, data=b'2', rsv1=False, rsv2=False, rsv3=False)
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.protocol] client > Frame(fin=True, opcode=1, data=b'40/v1/user/447616', rsv1=False, rsv2=False, rsv3=False)
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.protocol] client - event = data_received(<3 bytes>)
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.protocol] client < Frame(fin=True, opcode=1, data=b'3', rsv1=False, rsv2=False, rsv3=False)
2020-03-10 16:51:00 INFO (MainThread) [engineio.client] Received packet PONG data None
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.protocol] client - event = data_received(<19 bytes>)
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.protocol] client < Frame(fin=True, opcode=1, data=b'40/v1/user/447616', rsv1=False, rsv2=False, rsv3=False)
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.protocol] client - event = data_received(<53 bytes>)
2020-03-10 16:51:00 DEBUG (MainThread) [websockets.protocol] client < Frame(fin=True, opcode=1, data=b'42/v1/user/447616,["confirm-registered",["447616"]]', rsv1=False, rsv2=False, rsv3=False)
2020-03-10 16:51:00 INFO (MainThread) [engineio.client] Received packet MESSAGE data 0/v1/user/447616
2020-03-10 16:51:00 INFO (MainThread) [engineio.client] Received packet MESSAGE data 2/v1/user/447616,["confirm-registered",["447616"]]
2020-03-10 16:51:00 INFO (MainThread) [socketio.client] Namespace /v1/user/447616 is connected
2020-03-10 16:51:00 INFO (MainThread) [socketio.client] Received event "confirm-registered" [/v1/user/447616]

It looks like youā€™re using an older version of the component. I made some changes in 0.106.3, I believe ā€“ can you upgrade (perhaps even to 0.106.6) and check again?

Upgraded to 0.106.6 last night - looks the same.

020-03-11 10:11:01 INFO (MainThread) [engineio.client] Attempting WebSocket connection to wss://api.simplisafe.com/socket.io/?ns=%2Fv1%2Fuser%2F447616&accessToken=<REDACTED>&transport=websocket&EIO=3
2020-03-11 10:11:01 INFO (MainThread) [engineio.client] Exiting ping task
2020-03-11 10:11:01 INFO (MainThread) [engineio.client] Exiting read loop task
2020-03-11 10:11:01 DEBUG (MainThread) [websockets.protocol] client - state = CONNECTING
2020-03-11 10:11:01 DEBUG (MainThread) [websockets.protocol] client - event = connection_made(<asyncio.sslproto._SSLProtocolTransport object at 0xb11ec570>)
2020-03-11 10:11:01 DEBUG (MainThread) [websockets.client] client > GET /socket.io/?ns=%2Fv1%2Fuser%2F447616&accessToken=<REDACTED>&transport=websocket&EIO=3&t=1583935861.0570226 HTTP/1.1
2020-03-11 10:11:01 DEBUG (MainThread) [websockets.client] client > Headers([('Host', 'api.simplisafe.com'), ('Upgrade', 'websocket'), ('Connection', 'Upgrade'), ('Sec-WebSocket-Key', '<REDACTED>'), ('Sec-WebSocket-Version', '13'), ('Sec-WebSocket-Extensions', 'permessage-deflate; client_max_window_bits'), ('User-Agent', 'Python/3.7 websockets/8.1')])
2020-03-11 10:11:01 DEBUG (MainThread) [websockets.protocol] client - event = data_received(<623 bytes>)
2020-03-11 10:11:01 DEBUG (MainThread) [websockets.client] client < HTTP/1.1 101 Switching Protocols
2020-03-11 10:11:01 DEBUG (MainThread) [websockets.client] client < Headers([('Date', 'Wed, 11 Mar 2020 14:11:01 GMT'), ('Connection', 'upgrade'), ('Set-Cookie', '<REDACTED>; Expires=Wed, 18 Mar 2020 14:11:01 GMT; Path=/'), ('Set-Cookie', '<REDACTED>; Expires=Wed, 18 Mar 2020 14:11:01 GMT; Path=/; SameSite=None; Secure'), ('Upgrade', 'websocket'), ('Sec-WebSocket-Accept', '<REDACTED>'), ('Sec-WebSocket-Extensions', 'permessage-deflate')])
2020-03-11 10:11:01 DEBUG (MainThread) [websockets.protocol] client - state = OPEN
2020-03-11 10:11:01 DEBUG (MainThread) [websockets.protocol] client - event = data_received(<88 bytes>)
2020-03-11 10:11:01 DEBUG (MainThread) [websockets.protocol] client - event = data_received(<4 bytes>)
2020-03-11 10:11:01 DEBUG (MainThread) [websockets.protocol] client < Frame(fin=True, opcode=1, data=b'0{"sid":"<REDACTED>","upgrades":[],"pingInterval":25000,"pingTimeout":60000}', rsv1=False, rsv2=False, rsv3=False)
2020-03-11 10:11:01 DEBUG (MainThread) [websockets.protocol] client < Frame(fin=True, opcode=1, data=b'40', rsv1=False, rsv2=False, rsv3=False)
2020-03-11 10:11:01 INFO (MainThread) [engineio.client] WebSocket connection accepted with {'sid': '<REDACTED>', 'upgrades': [], 'pingInterval': 25000, 'pingTimeout': 60000}
2020-03-11 10:11:01 INFO (MainThread) [socketio.client] Engine.IO connection established
2020-03-11 10:11:01 INFO (MainThread) [engineio.client] Sending packet PING data None
2020-03-11 10:11:01 INFO (MainThread) [engineio.client] Received packet MESSAGE data 0
2020-03-11 10:11:01 INFO (MainThread) [socketio.client] Namespace / is connected
2020-03-11 10:11:01 INFO (MainThread) [homeassistant.components.simplisafe] Connected to websocket
2020-03-11 10:11:01 DEBUG (MainThread) [homeassistant.components.simplisafe] Websocket watchdog starting
2020-03-11 10:11:01 WARNING (MainThread) [homeassistant.core] Unable to remove unknown listener <function async_track_point_in_utc_time.<locals>.point_in_time_listener at 0xb1058c00>
2020-03-11 10:11:01 INFO (MainThread) [engineio.client] Sending packet MESSAGE data 0/v1/user/447616
2020-03-11 10:11:01 DEBUG (MainThread) [websockets.protocol] client > Frame(fin=True, opcode=1, data=b'2', rsv1=False, rsv2=False, rsv3=False)
2020-03-11 10:11:01 DEBUG (MainThread) [websockets.protocol] client > Frame(fin=True, opcode=1, data=b'40/v1/user/447616', rsv1=False, rsv2=False, rsv3=False)
2020-03-11 10:11:01 DEBUG (MainThread) [websockets.protocol] client - event = data_received(<3 bytes>)
2020-03-11 10:11:01 DEBUG (MainThread) [websockets.protocol] client < Frame(fin=True, opcode=1, data=b'3', rsv1=False, rsv2=False, rsv3=False)
2020-03-11 10:11:01 DEBUG (MainThread) [websockets.protocol] client - event = data_received(<19 bytes>)
2020-03-11 10:11:01 DEBUG (MainThread) [websockets.protocol] client - event = data_received(<53 bytes>)
2020-03-11 10:11:01 DEBUG (MainThread) [websockets.protocol] client < Frame(fin=True, opcode=1, data=b'40/v1/user/447616', rsv1=False, rsv2=False, rsv3=False)
2020-03-11 10:11:01 DEBUG (MainThread) [websockets.protocol] client < Frame(fin=True, opcode=1, data=b'42/v1/user/447616,["confirm-registered",["447616"]]', rsv1=False, rsv2=False, rsv3=False)
2020-03-11 10:11:01 INFO (MainThread) [engineio.client] Received packet PONG data None
2020-03-11 10:11:01 INFO (MainThread) [engineio.client] Received packet MESSAGE data 0/v1/user/447616
2020-03-11 10:11:01 INFO (MainThread) [engineio.client] Received packet MESSAGE data 2/v1/user/447616,["confirm-registered",["447616"]]
2020-03-11 10:11:01 INFO (MainThread) [socketio.client] Namespace /v1/user/447616 is connected
2020-03-11 10:11:01 INFO (MainThread) [socketio.client] Received event "confirm-registered" [/v1/user/447616]
2020-03-11 10:11:04 DEBUG (MainThread) [homeassistant.components.hue.light] Finished fetching light data in 0.041 seconds
2020-03-11 10:11:05 DEBUG (MainThread) [homeassistant.components.hue.sensor_base] Finished fetching sensor data in 0.033 seconds
2020-03-11 10:11:06 DEBUG (MainThread) [homeassistant.components.hue.light] Finished fetching light data in 0.059 seconds
2020-03-11 10:11:06 DEBUG (MainThread) [homeassistant.components.hue.light] Finished fetching group data in 0.066 seconds
2020-03-11 10:11:09 DEBUG (MainThread) [snitun.multiplexer.core] Receive pong from peer / reset healthy
2020-03-11 10:11:10 DEBUG (MainThread) [homeassistant.components.hue.light] Finished fetching light data in 0.039 seconds
2020-03-11 10:11:11 DEBUG (MainThread) [homeassistant.components.hue.sensor_base] Finished fetching sensor data in 0.052 seconds
2020-03-11 10:11:12 DEBUG (MainThread) [homeassistant.components.hue.light] Finished fetching light data in 0.058 seconds
2020-03-11 10:11:12 DEBUG (MainThread) [homeassistant.components.hue.light] Finished fetching group data in 0.071 seconds
2020-03-11 10:11:13 DEBUG (MainThread) [homeassistant.components.ssdp] Scanning
2020-03-11 10:11:16 DEBUG (MainThread) [homeassistant.components.hue.light] Finished fetching light data in 0.040 seconds
2020-03-11 10:11:17 DEBUG (MainThread) [homeassistant.components.hue.sensor_base] Finished fetching sensor data in 0.050 seconds
2020-03-11 10:11:17 DEBUG (MainThread) [simplipy.api] Subscription response: {'subscriptions': [{<REDACTED>}]}
2020-03-11 10:11:17 INFO (MainThread) [simplipy.system] Notifications unavailable in plan

Got it. Unfortunately, I donā€™t have any additional info or ideas at the moment.

@brian1917 Wanted to follow up with a couple of things.

First, it still looks like youā€™re running an old version ā€“ these messages:

2020-03-11 10:11:01 INFO (MainThread) [homeassistant.components.simplisafe] Connected to websocket
2020-03-11 10:11:01 DEBUG (MainThread) [homeassistant.components.simplisafe] Websocket watchdog starting

ā€¦donā€™t exist in the codebase anymore. Perhaps the fixes Iā€™m thinking of are coming in 0.107.0ā€¦ Hard to keep track. :laughing:

Second and more importantly, I deleted the SimpliSafe integration from my production instance and continued to see Unable to remove unknown listener logs every 5 minutes ā€“ something else must be causing it.

Thanks @bachya - appreciate you looking into it!

I didnā€™t know you had the same error - I was starting to think it was just something screwy with my instance.

Iā€™ll keep updating Hassio as updates come up and hope it eventually goes away :smiley:

Thanks again!

1 Like