Closed 130s closed 1 month ago
On Z-Wave JS page on Lovelace, I see this. Must be related:
Failed setup, will retry: Failed to connect: Cannot connect to host localhost:%PORT_ZWAVEJS% ssl:default [Multiple exceptions: [Errno 111] Connect call failed ('::1', %PORT_ZWAVEJS%, 0, 0), [Errno 111] Connect call failed ('127.0.0.1', %PORT_ZWAVEJS%)]
Z-Wave JS: Failed setup, will retry
Failed to connect: Cannot connect to host localhost:%PORT_ZWAVEJS% ssl:default [Multiple exceptions: [Errno 111] Connect call failed ('::1', %PORT_ZWAVEJS%, 0, 0), [Errno 111] Connect call failed ('127.0.0.1', %PORT_ZWAVEJS%)]
Similar to Z-Wave, Zigbee also failing, although this is more physical issue.
HubZ Smart Home Controller - HubZ ZigBee Com Port
Failed setup, will retry: [Errno 2] could not open port /dev/ttyUSB1: [Errno 2] No such file or directory: '/dev/ttyUSB1'
But I do see it.
$ ls -lath /dev/ttyUSB1
crw-rw---- 1 root dialout 188, 1 Sep 19 13:06 /dev/ttyUSB1
Both errors on Z-Wave JS and HubZ went away after restarting HASS server (docker-compose
).
I still see many devices showing "unavailable" though...
I'm not sure if many Z-Wave devices turned to unavailable status is due to a bad Z-wave route though, I triggered a rebuild for Z-Wave network route.
I'm not sure if many Z-Wave devices turned to unavailable status is due to a bad Z-wave route though, I triggered a rebuild for Z-Wave network route.
Interestingly, I see devices slowly but surely become available, and I can tell those closer to the Zwave hub are dissipatingly becoming available than those further.
Meanwhile very less or even zero zigbee devices are responding.
Samsung TV is operatable but status doesn't reflect on Lovelace.
I drafted the post below (following horizontal line) but before that, I stopped HASS, unplugged the Zwave-Zigbee hub USB cable then replugged to another USB port on rpi-4, then started HASS. I see most of the devices recognized, and functional.
I do see more green (good connection, I think) nodes than pre-recovery. I do NOT know what caused this. In hindsight, a post community.home-assistant.io#528654 says a bad node in the network could block other nodes' functionality. IDK that's the case with me this time though.
I have 26 of Z-Wave devices, 44 of Zigbee devices as of today integrated with my Home Assistant server. A few days ago, the following issues started happening:
Q-1. What should I look at? Q-2. I'm so dependent on HASS so want to recover asap.
As you see in the detail below, I tested older HASS software AND the backup config, but I can't recover the status.
ghcr.io/home-assistant/home-assistant:2024.9.1
git commit
ed on 9/13 (I started seeing th issue on 9/18), and switched Docker image to ghcr.io/home-assistant/home-assistant:2024.9.1
.
Reported in https://github.com/kinu-garage/hut_10sqft/issues/1087#issuecomment-2362077248