Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Driver fails to start, Timeout while waiting for an ACK #3998

Closed
3 tasks done
wburgers opened this issue Nov 12, 2024 · 1 comment
Closed
3 tasks done

Driver fails to start, Timeout while waiting for an ACK #3998

wburgers opened this issue Nov 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@wburgers
Copy link

wburgers commented Nov 12, 2024

Checklist

  • 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)
@wburgers wburgers added the bug Something isn't working label Nov 12, 2024
@wburgers
Copy link
Author

wburgers commented Nov 12, 2024

When I started creating the issue, #3997 was not there yet 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant