Open devanl opened 2 years ago
👋 Hey @devanl!
It looks like you copied the contents of a logfile. Please attach it as a file instead, so it is easier to work with.
Note: You can just drag & drop files into the textbox. Just make sure to use a supported file extension like .log
or .txt
The problem is this
2022-11-02T00:46:31.424Z DRIVER « [REQ] [AddNodeToNetwork]
status: Failed
callback id: 153
Which means the stick failed to communicate and exchange all necessary inclusion commands with the node. Make sure to follow the instructions for controller placement here: https://zwave-js.github.io/node-zwave-js/#/troubleshooting/connectivity-issues?id=general-troubleshooting This is usually the issue when inclusion fails.
I removed the failed node (exclusion did not work for this) and then retried after adding a new device in-between. The inclusion succeeded. A problem I would point out here is that before this happened I was at node 22 and now I appear to be at node 74.
Is there something getting cleaned up too early that results in us thrashing (ie "no handlers registered!")?
Thank you for reviewing this
Maybe but I won't be able to investigate until January.
Is your problem within Home Assistant (Core or Z-Wave JS Integration)?
NO, my problem is NOT within Home Assistant or the ZWave JS integration
Is your problem within Z-Wave JS UI (formerly ZwaveJS2MQTT)?
NO, my problem is NOT within Z-Wave JS UI
Checklist
[X] I have checked the troubleshooting section and my problem is not described there.
[X] I have read the changelog and my problem was not mentioned there.
Describe the bug
What causes the bug?
SmartStart provisioned device failing to be included in network
What do you observe?
Partially added node is failed and lights repeatedly flicker until I disable provisioning.
What did you expect to happen?
Steps to reproduce the behavior:
Device information
Controller: Manufacturer: Zooz
Model name: ZST10-700 Node ID in your network: 1 FW: v7.17.2
Device: Manufacturer: Zooz
Model name: ZEN77 V3.0
How are you using
node-zwave-js
?zwave-js-ui
(formerlyzwavejs2mqtt
) Docker image (latest)zwave-js-ui
(formerlyzwavejs2mqtt
) Docker image (dev)zwave-js-ui
(formerlyzwavejs2mqtt
) Docker manually built (please specify branches)ioBroker.zwave2
adapter (please specify version)HomeAssistant zwave_js
integration (please specify version)pkg
node-red-contrib-zwave-js
(please specify version, double click node to find out)Which branches or versions?
HA standalone addon 1.2.0 version: zwave-js-ui: 8.2.1 zwave-js: 10.3.0
Did you change anything?
no
If yes, what did you change?
No response
Did this work before?
Don't know, this is a new device
If yes, where did it work?
No response
Attach Driver Logfile