-
Notifications
You must be signed in to change notification settings - Fork 81
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
ZWave not working #273
Comments
Hi Erik - I'm also trying to get the Z-Stick working, could you go into a bit more detail regarding what you did, please? I'm referring to your comment I've copied the configuration.json (based on the docs it wasn't immediately apparent that this needed to be done). |
I'm not sure whether the configuration.json does anything. I didn't find anything in the documentation about it yet. However I saw the configuration.json-example file and usually that means that you can copy that to configuration.json and use that. It's more a convention than something I read in any TTS related documentation. |
Thanks for the reply. I'm trying to locate the steward config file where I On Thu, Nov 13, 2014 at 2:31 PM, Erik de Bruijn notifications@github.com
|
hi. here's how to see what is on your USB ports:
that should print out what is attached to what... |
Thanks mrose17. In case anyone else is struggling here, I had to take a copy of the configuration.json.example file in the db directory, call it configuration.json (leaving it in the same db directory) and then properly identify in the file which TTY USB port my z-stick was. Then it all started to work. Some of my lights still aren't showing up, but at least one sensor is so I know it's working. |
Still not working. So far I've done the following.
@mrose17 I'm getting this: cd steward/scripts/
node list-usb.js Output: device #0
{"comName":"/dev/ttyUSB0","pnpId":"usb-Silicon_Labs_CP2102_USB_to_UART_Bridge_Controller_0001-if00-port0"}
I have no experience with the Z-Wave devices yet. I have sensors, radiator knobs, alarm sirens, PIR, motion and temperature sensing devices. After matching the curly bracket I finally made progress! Which devices can I expect it to support? I see the Multi-Sensor now shows up. The
|
Hi! I was asked to create an issue, so here I'm happy to provide more details.
I'm trying to get Z-Wave working with the Aeon Labs stick. I've copied the configuration.json (based on the docs it wasn't immediately apparent that this needed to be done). For the RXCOM rxtx433 I'll create a separate issue.
In /var/log/steward.log I'm getting this:
That's quite promising!
It would be great if the USB devices which cannot be discovered automagically would be configurable through the interface in the same way as the d3 client can add cloud services. Using a drop down so much more accessible, only second best to automatic config.
Let me know what other information I should provide.
The text was updated successfully, but these errors were encountered: