-
Notifications
You must be signed in to change notification settings - Fork 4
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
How to add zwave nodes #1
Comments
Hi @jmonsma! You should see a z-stick accessory in whatever your default room is (usually the room the homebridge is in). Once you tap into the the accessory there should be three switches: Add Node, Add Secure Node and Remove Node. Flip on Add Node and then put your z-wave device into pairing, once it joins the network the switch will automatically flip back. It may take a few minutes to appear in HomeKit while it polls the device for capabilities. I’ll update the README for instructions on adding new devices, an oversight on my part! Avoid secure nodes for now (should only be needed for devices like locks, which I don’t have support for just yet) because it needs a key first, I’m still working through a UX on how to generate the key and store in in config. Lastly — this is still under heavy development. I’m using it in my house with about 20 nodes, and 1.0.5 resolved most of my issues, but there is a tendency for HomeKit to “overwhelm” the z-stick and commands will timeout until the queue clears. I’m working on adding priority to the next version as well as better throttling. If you notice issues with your devices, let me know what they are and I’ll work on getting them supported! |
That would be nice, i managed to see the Add Node buttons, forgot to add the user to the dialout group. But for some reasons it wont add devices. It start openzwave correctly, and running MinOzW with the correct port works. On homebridge startup, it now logs,
Unfortunately the Add Node button does not do anything at the moment. Even after reinstalling. Once i think it did work, the add node, but crashed giving an error and i had to restart the server to be able to use the button again:
|
Ahh I’m using it through docker so didn’t have an issue with the dialout group — I’ll update the readme to include info and see if I can do a runtime check.
The error you saw I fixed in 4185be9, I forgot to flag battery level as readonly, though 9a08928 changes readonly to be completely device powered now to reduce future bugs. Right now these changes are scheduled for 1.1.0, which I just released the first beta of but I want to test in my env for a few days and deal with any bugs that popped up. I could release a 1.0.6 for the battery fix, but there’s no support at all for battery powered devices in 1.0.x outside of battery level. I hadn’t tested battery powered devices originally and didn’t realize I needed to handle them different, the big change of 1.1.0 is dealing with sleeping devices. |
@shnhrrsn I've got three Schlage Z-Wave locks I'd like to add to my network. Any chance you've made progress on adding a Secure Node and can point me in the right direction? |
@shnhrrsn Thanks so much for your dev work on this. Failed to make accessory Error: homekitToZwave is required for readwrite values I thought it might be a permissions error, so I chmod'd the /usr/lib/node_modules/homebridge-openzwave to 777. But the error persists. |
Hi!
|
I started my installation again with the homebridge SD card raspbian image v1.0.14, to attempt to eliminate user errors. Unfortunately the same "Failed to make accessory Error: homekitToZwave is required" issue persists.
|
Managed to install the plugin on homebridge, but is there a way to add the nodes?
I'm using the Z-Stick Gen5 - Aeotec, RPi 3b+, node 12.14
The text was updated successfully, but these errors were encountered: