MQTT Communication established

This commit is contained in:
Ollo
2024-12-07 14:25:04 +01:00
parent 4fa2e48b62
commit 162b4eb5b6
3 changed files with 75 additions and 1 deletions

View File

@@ -12,4 +12,29 @@ Interface: USB-UART
## Source
Inspired by the following Project:
https://github.com/stefanthoss/esp8266-fan-control
https://github.com/stefanthoss/esp8266-fan-control
## MQTT Control
### Linux based Controller
* Docker
* Python3
* paho
### Installation
Open Terminal in **mqttclient**.
Docker must be installed
```docker build .```
#### Execution
Set the following parameter:
* USB Device
* MQTT
* Server Name / IP Address
* Base Topic
```docker run -e MQTT_SERVER="192.168.x.y" -e MQTT_TOPIC="testtopic/" sha256:```