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

Unable to install Z-wave USB Stick ZST39 LR #140456

Open
bagavaga opened this issue Mar 12, 2025 · 1 comment
Open

Unable to install Z-wave USB Stick ZST39 LR #140456

bagavaga opened this issue Mar 12, 2025 · 1 comment

Comments

@bagavaga
Copy link

The problem

New to HA. bought the Zooz 800 Series Z-Wave to integrate my z-wave device. But unable to install the driver, i followed the instruction online. Under logs I am seeing the below error. I am not hands on how to modify the code, etc. i did look up their documentation but did not know what to do. pls help

                              s/src/lib/controller/Controller.ts:1144:37)
                                  at Driver.initializeControllerAndNodes (file:///usr/src/node_modules/zwave
                              -js/src/lib/driver/Driver.ts:1665:46)
                                  at Immediate.<anonymous> (file:///usr/src/node_modules/zwave-js/src/lib/dr
                              iver/Driver.ts:1466:16)

Error in driver ZWaveError: Failed to initialize the driver: ZWaveError: Timeout while waiting for an ACK from the controller (ZW0200)
at Driver.sendMessage (file:///usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:6059:23)
at ZWaveController.queryCapabilities (file:///usr/src/node_modules/zwave-js/src/lib/controller/Controller.ts:1144:37)
at Driver.initializeControllerAndNodes (file:///usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1665:46)
at Immediate. (file:///usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1466:16) (ZW0100)
at Immediate. (file:///usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1486:6) {
code: 100,
context: undefined,
transactionSource: undefined
}
Shutting down
[23:15:01] WARNING: Halt add-on
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/config.sh
[09:55:15] INFO: No s0_legacy_key is set, generating one...
[09:55:16] INFO: No 'network_key' detected, setting it to 's0_legacy_key' for backwards compatibility
[09:55:16] INFO: No s2_access_control_key is set, generating one...
[09:55:17] INFO: No s2_authenticated_key is set, generating one...
[09:55:17] INFO: No s2_unauthenticated_key is set, generating one...
[09:55:18] INFO: No lr_s2_access_control_key is set, generating one...
[09:55:18] INFO: No lr_s2_authenticated_key is set, generating one...
[09:55:19] INFO: Flushing config to disk due to creation of new key(s)...
[09:55:19] INFO: Soft-reset set to automatic
[09:55:19] INFO: Virtual Machine not detected, enabling soft-reset
cont-init: info: /etc/cont-init.d/config.sh exited 0
cont-init: info: running /etc/cont-init.d/structure.sh
cont-init: info: /etc/cont-init.d/structure.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun zwave_js (no readiness notification)
s6-rc: info: service legacy-services successfully started
[09:55:20] INFO: Successfully send discovery information to Home Assistant.
2025-03-12T14:55:22.013Z DRIVER ███████╗ ██╗ ██╗ █████╗ ██╗ ██╗ ███████╗ ██╗ ███████╗
╚══███╔╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██╔════╝ ██║ ██╔════╝
███╔╝ █████╗ ██║ █╗ ██║ ███████║ ██║ ██║ █████╗ ██║ ███████╗
███╔╝ ╚════╝ ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝ ██ ██║ ╚════██║
███████╗ ╚███╔███╔╝ ██║ ██║ ╚████╔╝ ███████╗ ╚█████╔╝ ███████║
╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ ╚════╝ ╚══════╝
2025-03-12T14:55:22.015Z DRIVER version 14.3.8
2025-03-12T14:55:22.016Z DRIVER
2025-03-12T14:55:23.659Z CONFIG version 14.3.8
2025-03-12T14:55:27.331Z CNTRLR querying Serial API capabilities...
2025-03-12T14:55:28.497Z CNTRLR Failed to execute controller command after 1/3 attempts. Scheduling next try i
n 100 ms.
2025-03-12T14:55:29.602Z CNTRLR Failed to execute controller command after 2/3 attempts. Scheduling next try i
n 1100 ms.
2025-03-12T14:55:31.711Z DRIVER Failed to initialize the driver: ZWaveError: Timeout while waiting for an ACK
from the controller (ZW0200)
at Driver.sendMessage (file:///usr/src/node_modules/zwave-js/src/lib/drive
r/Driver.ts:6059:23)
at ZWaveController.queryCapabilities (file:///usr/src/node_modules/zwave-j
s/src/lib/controller/Controller.ts:1144:37)
at Driver.initializeControllerAndNodes (file:///usr/src/node_modules/zwave
-js/src/lib/driver/Driver.ts:1665:46)
at Immediate. (file:///usr/src/node_modules/zwave-js/src/lib/dr
iver/Driver.ts:1466:16)
Error in driver ZWaveError: Failed to initialize the driver: ZWaveError: Timeout while waiting for an ACK from the controller (ZW0200)
at Driver.sendMessage (file:///usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:6059:23)
at ZWaveController.queryCapabilities (file:///usr/src/node_modules/zwave-js/src/lib/controller/Controller.ts:1144:37)
at Driver.initializeControllerAndNodes (file:///usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1665:46)
at Immediate. (file:///usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1466:16) (ZW0100)
at Immediate. (file:///usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1486:6) {
code: 100,
context: undefined,
transactionSource: undefined
}
Shutting down
[14:55:31] WARNING: Halt add-on
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped

What version of Home Assistant Core has the issue?

core-2025.3.2

What was the last working version of Home Assistant Core?

core-2025.3.2

What type of installation are you running?

Home Assistant OS

Integration causing the issue

z-wave JS

Link to integration documentation on our website

No response

Diagnostics information

                              s/src/lib/controller/Controller.ts:1144:37)
                                  at Driver.initializeControllerAndNodes (file:///usr/src/node_modules/zwave
                              -js/src/lib/driver/Driver.ts:1665:46)
                                  at Immediate.<anonymous> (file:///usr/src/node_modules/zwave-js/src/lib/dr
                              iver/Driver.ts:1466:16)

Error in driver ZWaveError: Failed to initialize the driver: ZWaveError: Timeout while waiting for an ACK from the controller (ZW0200)
at Driver.sendMessage (file:///usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:6059:23)
at ZWaveController.queryCapabilities (file:///usr/src/node_modules/zwave-js/src/lib/controller/Controller.ts:1144:37)
at Driver.initializeControllerAndNodes (file:///usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1665:46)
at Immediate. (file:///usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1466:16) (ZW0100)
at Immediate. (file:///usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1486:6) {
code: 100,
context: undefined,
transactionSource: undefined
}
Shutting down
[23:15:01] WARNING: Halt add-on
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/config.sh
[09:55:15] INFO: No s0_legacy_key is set, generating one...
[09:55:16] INFO: No 'network_key' detected, setting it to 's0_legacy_key' for backwards compatibility
[09:55:16] INFO: No s2_access_control_key is set, generating one...
[09:55:17] INFO: No s2_authenticated_key is set, generating one...
[09:55:17] INFO: No s2_unauthenticated_key is set, generating one...
[09:55:18] INFO: No lr_s2_access_control_key is set, generating one...
[09:55:18] INFO: No lr_s2_authenticated_key is set, generating one...
[09:55:19] INFO: Flushing config to disk due to creation of new key(s)...
[09:55:19] INFO: Soft-reset set to automatic
[09:55:19] INFO: Virtual Machine not detected, enabling soft-reset
cont-init: info: /etc/cont-init.d/config.sh exited 0
cont-init: info: running /etc/cont-init.d/structure.sh
cont-init: info: /etc/cont-init.d/structure.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun zwave_js (no readiness notification)
s6-rc: info: service legacy-services successfully started
[09:55:20] INFO: Successfully send discovery information to Home Assistant.
2025-03-12T14:55:22.013Z DRIVER ███████╗ ██╗ ██╗ █████╗ ██╗ ██╗ ███████╗ ██╗ ███████╗
╚══███╔╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██╔════╝ ██║ ██╔════╝
███╔╝ █████╗ ██║ █╗ ██║ ███████║ ██║ ██║ █████╗ ██║ ███████╗
███╔╝ ╚════╝ ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝ ██ ██║ ╚════██║
███████╗ ╚███╔███╔╝ ██║ ██║ ╚████╔╝ ███████╗ ╚█████╔╝ ███████║
╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ ╚════╝ ╚══════╝
2025-03-12T14:55:22.015Z DRIVER version 14.3.8
2025-03-12T14:55:22.016Z DRIVER
2025-03-12T14:55:23.659Z CONFIG version 14.3.8
2025-03-12T14:55:27.331Z CNTRLR querying Serial API capabilities...
2025-03-12T14:55:28.497Z CNTRLR Failed to execute controller command after 1/3 attempts. Scheduling next try i
n 100 ms.
2025-03-12T14:55:29.602Z CNTRLR Failed to execute controller command after 2/3 attempts. Scheduling next try i
n 1100 ms.
2025-03-12T14:55:31.711Z DRIVER Failed to initialize the driver: ZWaveError: Timeout while waiting for an ACK
from the controller (ZW0200)
at Driver.sendMessage (file:///usr/src/node_modules/zwave-js/src/lib/drive
r/Driver.ts:6059:23)
at ZWaveController.queryCapabilities (file:///usr/src/node_modules/zwave-j
s/src/lib/controller/Controller.ts:1144:37)
at Driver.initializeControllerAndNodes (file:///usr/src/node_modules/zwave
-js/src/lib/driver/Driver.ts:1665:46)
at Immediate. (file:///usr/src/node_modules/zwave-js/src/lib/dr
iver/Driver.ts:1466:16)
Error in driver ZWaveError: Failed to initialize the driver: ZWaveError: Timeout while waiting for an ACK from the controller (ZW0200)
at Driver.sendMessage (file:///usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:6059:23)
at ZWaveController.queryCapabilities (file:///usr/src/node_modules/zwave-js/src/lib/controller/Controller.ts:1144:37)
at Driver.initializeControllerAndNodes (file:///usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1665:46)
at Immediate. (file:///usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1466:16) (ZW0100)
at Immediate. (file:///usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1486:6) {
code: 100,
context: undefined,
transactionSource: undefined
}
Shutting down
[14:55:31] WARNING: Halt add-on
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped

Example YAML snippet

Anything in the logs that might be useful for us?

Additional information

No response

@mib1185
Copy link
Contributor

mib1185 commented Mar 12, 2025

This is an issue in the z-wave-js addon and not HA core - you should report it to https://github.com/home-assistant/addons/issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants