This commit is contained in:
Justin Hammond 2019-10-30 19:36:07 +08:00
commit d3ac01e6d8

11
docs/MQTT.md Normal file
View file

@ -0,0 +1,11 @@
MQTT Client for OpenZWave
=========================
Docker Repo: https://cloud.docker.com/u/openzwave/repository/docker/openzwave/ozw-mqtt
Copy "config" folder from OZW to /tmp/ozw/
Start Container with the following command line:
>docker run -it --device=/dev/ttyUSB0 -v /tmp/ozw:/opt/ozw/config -e MQTT_SERVER="10.100.200.102" -e USBPATH=/dev/ttyUSB0 ozw-mqtt:latest
(replace MQTT_SERVER with IP address of the MQTT Server and all /dev/ttyUSB0 entries with path to your USB Stick