You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not using Home Assistant. Or: a developer has told me to come here.
I have checked the troubleshooting section and my problem is not described there.
I have read the changelog and my problem is not mentioned there.
Deploy method
Docker
Z-Wave JS UI version
9.27.0
ZwaveJS version
14.3.1
Describe the bug
With the latest version of ZWaveJS UI, the driver is unable to start.
When I revert back to 9.26, everything works fine.
I was using the master docker tag, and I check for updates every 3 hours.
The commit that broke my setup came in at 3 PM GMT+1.
After that happened I switched to the latest tag, which was still pointing to 9.26.
But then 9.27 was released and that update came in around 6 PM GMT +1, breaking my setup again.
So now I've hardcoded the tag to 9.26.
To Reproduce
Use version 9.27 of ZwaveJS UI
Expected behavior
That the driver is able to start
Additional context
Here's some logging from 6 PM.
If you need more details I'm happy to help.
I have a AEON Labs Z-Stick Gen5 USB Controller (ZW090).
2024-11-12T18:35:37.663Z DRIVER ███████╗ ██╗ ██╗ █████╗ ██╗ ██╗ ███████╗ ██╗ ███████╗
╚══███╔╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██╔════╝ ██║ ██╔════╝
███╔╝ █████╗ ██║ █╗ ██║ ███████║ ██║ ██║ █████╗ ██║ ███████╗
███╔╝ ╚════╝ ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝ ██ ██║ ╚════██║
███████╗ ╚███╔███╔╝ ██║ ██║ ╚████╔╝ ███████╗ ╚█████╔╝ ███████║
╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ ╚════╝ ╚══════╝
2024-11-12T18:35:37.665Z DRIVER version 14.3.1
2024-11-12T18:35:37.666Z DRIVER
2024-11-12T18:35:38.682Z CONFIG version 14.3.1
2024-11-12T18:35:39.818Z CNTRLR querying Serial API capabilities...
2024-11-12T18:35:40.832Z CNTRLR Failed to execute controller command after 1/3 attempts. Scheduling next try i
n 100 ms.
2024-11-12T18:35:41.937Z CNTRLR Failed to execute controller command after 2/3 attempts. Scheduling next try i
n 1100 ms.
2024-11-12T18:35:44.046Z DRIVER Failed to initialize the driver: ZWaveError: Timeout while waiting for an ACK
from the controller (ZW0200)
at Driver.sendMessage (/usr/src/app/node_modules/zwave-js/src/lib/driver/D
river.ts:6071:23)
at ZWaveController2.queryCapabilities (/usr/src/app/node_modules/zwave-js/
src/lib/controller/Controller.ts:1144:37)
at Driver.initializeControllerAndNodes (/usr/src/app/node_modules/zwave-js
/src/lib/driver/Driver.ts:1677:46)
at Immediate.<anonymous> (/usr/src/app/node_modules/zwave-js/src/lib/drive
r/Driver.ts:1478:16)
The text was updated successfully, but these errors were encountered:
Checklist
Deploy method
Docker
Z-Wave JS UI version
9.27.0
ZwaveJS version
14.3.1
Describe the bug
With the latest version of ZWaveJS UI, the driver is unable to start.
When I revert back to 9.26, everything works fine.
I was using the master docker tag, and I check for updates every 3 hours.
The commit that broke my setup came in at 3 PM GMT+1.
After that happened I switched to the latest tag, which was still pointing to 9.26.
But then 9.27 was released and that update came in around 6 PM GMT +1, breaking my setup again.
So now I've hardcoded the tag to 9.26.
To Reproduce
Use version 9.27 of ZwaveJS UI
Expected behavior
That the driver is able to start
Additional context
Here's some logging from 6 PM.
If you need more details I'm happy to help.
I have a AEON Labs Z-Stick Gen5 USB Controller (ZW090).
The text was updated successfully, but these errors were encountered: