This is a basic controller using the openzwave library for managing a z-wave network and providing an interface to the nslhome platform.
Install the OpenZWave library.
Currently tested with Aeotec Z-Stick Gen5 on a Raspberry Pi
git clone https://github.com/nslhome/zwave-controller.git
Edit zwave-controller.js and verify the config.
node zwave-controller.js
Consider using forever once you have a working setup.
1.0.0
- Initial Release