Skip to content

Alidron/alidron-openzwave-controller

Repository files navigation

OpenZWave controller for Alidron

build status Gitter

This is an OpenZWave controller for Alidron. It bridges data on a ZWave network with data on an Alidron network.

The Docker images are accessibles on:

Dockerfiles are accessible from the Github repository:

Run

Assuming your ZWave controller is available on /dev/ttyACM0:

$ docker run -d --name=ozw-ctrl --device=/dev/ttyACM0:/dev/ttyACM0 -v `pwd`/volume:/usr/src/alidron-openzwave-controller/user-dir alidron/alidron-openzwave-controller python ozw.py /dev/ttyACM0
$ docker logs -f ozw-ctrl

After initialising the ZWave network (couple of minutes) all known devices command classes should be published as ISAC values on the Alidron network.

License and contribution policy

This project is licensed under MPLv2.

To contribute, please, follow the C4.1 contribution policy.

About

OpenZWave controller for Alidron

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published