rosie_controller_zwave
v0.2.0
Published
Adds Z-Wave functionality to the Rosie Controller.
Downloads
19
Readme
rosie_controller_zwave
A plugin for the Rosie Controller application that adds the ability to interface with Z-Wave devices. Adds /zwave endpoints.
Dependencies
- Z-Wave Controller: Developed with an Aeon Labs: Z-Stick
Configuration
- On the rosie_controller application, run
npm install rosie_controller_zwave --save
- Add and configure the plugin in the controllers rejoice configuration file.
"rosie_controller_zwave": {
"config": {
"logging": false,
"consoleoutput": true,
"saveconfig": true,
"driverattempts": 3,
"pollinterval": 500,
"suppressrefresh": true
},
"USB_ADDRESS": "/dev/aeon_z_stick"
}