This commit is contained in:
john30
2017-05-31 21:33:26 +02:00
parent 1e9ef5fe6e
commit ad82e0cf7f
+1 -1
View File
@@ -48,5 +48,5 @@ Note: the "-f" and "--scanconfig" arguments are only passed to ebusd if it is ca
Running with MQTT broker
------------------------
To start an ebusd container in the background and have it connect to your MQTT broker, use the following command while repacing "BROKERHOST" with your MQTT broker host name or IP address:
To start an ebusd container in the background and have it connect to your MQTT broker, use the following command while replacing "BROKERHOST" with your MQTT broker host name or IP address:
> docker run -d --name=ebusd --device=/dev/ttyUSB0 -p 8888 john30/ebusd -f --scanconfig -d /dev/ttyUSB0 --mqttport=1883 --mqtthost=BROKERHOST