-
Hi All, I have 2 z-Sticks, 5 & 7. I use zwave-js-ui to manage them. What I tried so far: If I try to add new devices, zwave-js times out with the message "Timed Out! No device has been found to complete Inclusion" However, on either stick, if I do a factory reset then I can add new devices perfectly. So, this leads me to think my configuration is "corrupt" blocking add of new devices. One interesting point, I tried to remove all the devices individually by marking them as failed, then remove failed (in simplicity studio). As I can't attach .bin file, I attached a .json version of my NVM backup which I converted using this tool https://zwave-js.github.io/nvmtool/ Full NMV Backup of stick 7.json Can anyone tell me what is wrong with my config? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi All, My steps:
Here is my new file: Once I had finished editing this, I pasted it back into the nmvtool linked above, click "save modified NVM", and restore the .bin NVM via Zwave-JS_UI Working!, I can add new nodes! |
Beta Was this translation helpful? Give feedback.
Hi All,
I can provide my own update - I solved the issue.
My steps:
This did not help, but the list is much shorter so I imagine this could help for performance reasons.
Using this good but empty NVM, I created a .json file using https://zwave-js.github.io/nvmtool/
I compared the good json file with the bad
I noticed there was a difference in these 2 entries:
I changed these to:
Here is my new …