Both Z-Wave JS and SkyConnect v1.0 have started failing to setup.
I think this must have occurred after an update. But I wasn’t paying close attention and I’m not certain.
I haven’t had time to troubleshoot so I have applied a couple of updates since this problem started. Neither update seemed to help.
I’m using a SkyConnect stick and the Aeotech zwave USB stick.
Z-Wave JS error:
Retrying setup: Failed to connect: Cannot connect to host a0d7b954-zwavejs2mqtt:3000 ssl:default [Connect call failed ('172.30.33.0', 3000)]
SkyConnect logs:
2023-04-05 19:52:25.461 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry SkyConnect v1.0 for zha
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 383, in async_setup
result = await component.async_setup_entry(hass, self)
File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 122, in async_setup_entry
await zha_gateway.async_initialize()
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 205, in async_initialize
self.application_controller = await app_controller_cls.new(
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 191, in new
await app.startup(auto_form=auto_form)
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 165, in startup
await self.connect()
File "/usr/local/lib/python3.10/site-packages/bellows/zigbee/application.py", line 125, in connect
self._ezsp = await bellows.ezsp.EZSP.initialize(self.config)
File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 106, in initialize
await ezsp._startup_reset()
File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 97, in _startup_reset
await self.reset()
File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 126, in reset
await self._gw.reset()
asyncio.exceptions.CancelledError
2023-04-05 19:56:57.135 ERROR (MainThread) [frontend.js.latest.202304050] http://homeassistant.local:8123/hacsfiles/kiosk-mode/kiosk-mode.js?hacstag=497319128173:57:96 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')
2023-04-05 19:57:09.295 ERROR (MainThread) [frontend.js.latest.202304050] http://homeassistant.local:8123/hacsfiles/kiosk-mode/kiosk-mode.js?hacstag=497319128173:13:44 Uncaught TypeError: Cannot read properties of null (reading 'shadowRoot')
2023-04-05 20:02:37.633 WARNING (Thread-5) [pychromecast.socket_client] [Roof WiFi(192.168.86.147):8009] Heartbeat timeout, resetting connection
Recommendations for how to proceed? Should I try rolling back to an old version?