Z-Wave JS UI stopped working after upgrade to 13.7.0 #7414
-
Checklist
Describe the issueOriginally posted at The system (HAOS, running in VBox on a Gentoo Linux host) was working fine for months; problem first noticed after Z-Wave JS UI updated from 3 16.1 to 3.17.0. The upgrade took more than one attempt, with restarts of the host. Once the upgrade was complete, all my devices were grayed out in the overview, clicking Z-Wave JS in the sidebar says Restoring the backup from prior to the upgrade restores all functionality (tested more than once.) The ZWave JS UI log shows
although the latest timestamp in the log (above all of these errors) is from five days ago, despite multiple restarts of the JS UI and even the whole VM. One more thing I've found is an error on the Settings/Devices and Services/Integrations/Z-Wave page saying I can't tell if I might have more than one actual problem, which seems unlikely, but I don't know which error is important and which are just red herrings. The hardware is all OK, because downgrading Z-Wave JS UI restores all functionality. I'll be glad to post more logs (full or extract) as long as I can find them. Software versionsDriver (node-zwave-js): 13.10.3 Mosquitto broker: 6.4.1 I don't think I have anything non-standard. Z-Wave Controller (Stick/Dongle/...)Hub is a Zooz 800 ZST39 LR, which is definitely connected, showing up in lsusb on both the host and in the VM, and it is one of the 7 Z_Wave devices shown. Firmware 1.20 Device informationI don't think this is device related, as downgrading Z-Wave JS UI completely restored functionality. Checklist
Upload Logfile |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
👋 Hey @genterminl! It looks like you attached a logfile, but its filename doesn't look like it a driver log that came from Z-Wave JS. Please double-check that you uploaded the correct logfile. If you did, disregard this comment. As a reminder, here's how to create one: |
Beta Was this translation helpful? Give feedback.
-
The driver logs look completely normal to me. I don't know how to get to Z-Wave JS UI's application logs in this situation to see if the error lies there. |
Beta Was this translation helpful? Give feedback.
-
It seems you did end up with the right conclusion, and thanks to a suggestion from freshcoast in the HA community forum, I stopped the ZUI addon, removed and re-downloaded the docker image for it, restarted the addon, and everything started working again. So - the problem was indeed with the JS UI Addon - but apparently not in the released version, only because my copy got corrupted during download or installation. Thanks for all your support @AlCalzone. (should I mark this or your previous comment as the solution?) |
Beta Was this translation helpful? Give feedback.
I see. The stuff regarding
s6-
seems to be specific to the HA addon.I have no experience with how that works internally. The error message complains about
.../discovery/type
being wrong, but https://github.com/hassio-addons/addon-zwave-js-ui/blob/main/zwave-js-ui/rootfs/etc/s6-overlay/s6-rc.d/discovery/type seems to contain one of the valid values.So maybe your pulled image is broken locally? No clue how to fix that though.