mirror of
https://github.com/Fishwaldo/qt-openzwave.git
synced 2025-03-16 12:01:27 +00:00
Update MQTT.md
This commit is contained in:
parent
a201fcfb7d
commit
847c970eef
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ Docker Repo: https://cloud.docker.com/u/openzwave/repository/docker/openzwave/oz
|
|||
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 USBPORT=/dev/ttyUSB0 ozw-mqtt:latest
|
||||
>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