Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 620 Bytes

File metadata and controls

28 lines (16 loc) · 620 Bytes

OpenZWave Controller

This is a basic controller using the openzwave library for managing a z-wave network and providing an interface to the nslhome platform.

Installation

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.

Usage

node zwave-controller.js

Open http://localhost:8017

Consider using forever once you have a working setup.

Release History

1.0.0

  • Initial Release