Skip to content

Z-Stick cannot add new devices, but works fine for existing devices #4186

Closed Answered by Will-Jo
Will-Jo asked this question in Q&A
Discussion options

You must be logged in to vote

Hi All,
I can provide my own update - I solved the issue.

My steps:

  1. Using the above .json file, I removed all the duplicate nodeID references (and sorted the list at the same time).
    This did not help, but the list is much shorter so I imagine this could help for performance reasons.
  2. Factory reset, then add 1 device, then export the NVM
    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:
  • "staticControllerNodeId": 0
    
  • "controllerConfiguration": 12
    

    I changed these to:

  • "staticControllerNodeId": 1
    
  • "controllerConfiguration": 60
    

Here is my new …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Will-Jo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant