mirror of
https://github.com/Fishwaldo/qt-openzwave.git
synced 2025-03-16 03:51:25 +00:00
Merge branch 'mqtt' of https://github.com/OpenZWave/qt-openzwave into mqtt
This commit is contained in:
commit
d3ac01e6d8
1 changed files with 11 additions and 0 deletions
11
docs/MQTT.md
Normal file
11
docs/MQTT.md
Normal 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
|
Loading…
Add table
Reference in a new issue