Serial communication works, too

This commit is contained in:
Ollo
2024-12-07 14:36:47 +01:00
parent 162b4eb5b6
commit b898059793
2 changed files with 12 additions and 1 deletions

View File

@@ -37,4 +37,4 @@ Set the following parameter:
* Base Topic
```docker run -e MQTT_SERVER="192.168.x.y" -e MQTT_TOPIC="testtopic/" sha256:```
```docker run -t -i --device=/dev/ttyUSB0 -e SERIAL_DEVICE="/dev/ttyUSB0" -e MQTT_SERVER="192.168.x.y" -e MQTT_TOPIC="testtopic/" sha256:```