Replies: 4 comments 3 replies
-
Z-Wave JS supports inclusion controllers, so if you have another controller and other software you could include it as a secondary controller and perform inclusions from it. Even Silicon Labs' PC Controller software (Windows only) should work for that. However, Z-Wave JS doesn't support itself being a secondary controller, so you can't use it for that purpose, yet. https://zwave-js.github.io/node-zwave-js/#/getting-started/faq?id=does-z-wave-js-support-secondary-controllers:
It looks like being a secondary controller is currently being implemented though for a future release. zwave-js/node-zwave-js#7135. Of course, ZUI will also have to update to support it.
This would work (I would just copy the entire store directory to preserve all settings and driver cache), but moving the controller is generally a bad idea. Your USB controller is a static device (expected to stay in a permanent position). When nodes are included routes are calculated based on the current network environment. If you move the controller back, communication with the included node will probably fail, and possibly other nodes might as well if routes were recalculated in the other position. If there is no other choice, preference would be to move the device close to the controller and then moved back, after doing rebuilds. Moving the controller would be the very last choice. https://zwave-js.github.io/node-zwave-js/#/troubleshooting/common-issues?id=inclusion-finds-no-new-devices |
Beta Was this translation helpful? Give feedback.
-
Sorry, I guess I wasn't clear. I have 1 controller. I want to attach it to another machine to perform inclusion, then put it back. |
Beta Was this translation helpful? Give feedback.
-
Actually, now that I'm thinking about it, I wonder if USB/IP might work.... |
Beta Was this translation helpful? Give feedback.
-
So, I just remembered that since I have an Aeotec Z-Stick I can just remove it from the USB port and move it around to pair. I assume Z-wave JS UI will pick up the new nodes when I reconnect? |
Beta Was this translation helpful? Give feedback.
-
Hi all,
So, I have a Z-stick 5 on my server. Running zwave-js-ui, home assistant. Everything works fine.
The problem is sometimes I have issues including/excluding because of distance/quirkiness of certain z-wave devices.
What I'd like to do is use the z-stick on a laptop so I can just move the controller near the device.
I'm wondering:
I assume that since the controller holds the node information, this should be possible. So the procedure should be:
Then when I need to use the controller for a short range inclusion I should be able to plug it into my laptop, do the inclusion, and put the controller back on the main server.
Does this sound correct? Do I need to back up/restore nvram for this? Am I missing something?
Thanks...
Beta Was this translation helpful? Give feedback.
All reactions