OpenZWave / node-openzwave-shared

OpenZWave addon for Node.js (all versions) including management and security functions
Other
199 stars 113 forks source link

OpenZWave with Razberry GPIO Board #217

Closed nbibin001 closed 6 years ago

nbibin001 commented 6 years ago

Hi i am trying to get OpenZWave to work with the Razberry GPIO board with Raspberry Pi 3. So I compiled and installed OpenZWave as suggested by the the raspberry pi installation guide. But when I try to run MinOZW I get an error as below. Could you please help me figure if I am doing something wrong ? Really appreciate your help. image

image

nbibin001 commented 6 years ago

I think I have figured this one out. The problem was the OpenZWave by default is expected to work with USB. So I changed it from USB (ttyUSB0) to ttyAMA0 and it started working. I was able to run the test.js example script provided, it scanned and listed the Razberry Zwave controller attached to the PI.

I think now I need some help for adding a new device. I have a GE Plug in Smart ZWave dimmer. I am trying to add this device to the network. Is there any sample code available to add a node ? Appreciate any help :)

image

ekarak commented 6 years ago

This issue tracker is meant for code bugs, not help on how to use the software.

GarthDB commented 5 years ago

@ekarak where should users go for help with the software? The Gitter Channel?