acdaniel / ozw-cli

Open ZWave interactive command line interface
5 stars 0 forks source link

Issues installing (SOLVED) #1

Open TonyFeestneus opened 7 years ago

TonyFeestneus commented 7 years ago

After following this guide: https://github.com/OpenZWave/node-openzwave-shared/blob/master/README-raspbian.md

And then installing ozw-cli with: npm install ozw-cli -g

I got error. See below how to fix

TonyFeestneus commented 7 years ago

Fixed this by setting nodepath like this: export NODE_PATH="/home/pi/node_modules"

which probably should be set forever but don't know how.

Then, how to use the module?

Port = /dev/ttyACM0 in my case.

Does this need to be initialised once on startup and can you get node status from anywhere, or how does this work?