Updated MQTT (markdown)

blakadder 2019-04-12 08:07:30 +02:00
parent f1b756e8d7
commit ca789ee9d0
1 changed files with 2 additions and 2 deletions

@ -1,7 +1,7 @@
MQTT is the recommended protocol for controlling your devices. If you have no previous knowledge of MQTT you can learn more from [MQTT Overview](MQTT-Overview) or get a complete course in the [MQTT Essentials](http://www.hivemq.com/mqtt-essentials/) article series. After you have a working [MQTT broker](https://www.google.com/search?q=setting+up+an+mqtt+broker) you need to configure Tasmota to communicate with it.
MQTT is the recommended protocol for controlling your devices. If you have no previous knowledge of it you can learn more from [MQTT Overview](MQTT-Overview) or get a complete course in the [MQTT Essentials](http://www.hivemq.com/mqtt-essentials/) article series. After you have a working [MQTT broker](https://www.google.com/search?q=setting+up+an+mqtt+broker) you need to configure Tasmota to communicate with it.
## Configure MQTT
If you flashed a precompiled .bin or didn't enter MQTT info in `user_config_override.h` before compiling you need to configure MQTT on your device first.
If you flashed a precompiled .bin or didn't enter MQTT info in `user_config_override.h` before compiling you have to configure it on your device first.
### Configure MQTT using WebUI
Go to **Configuration -> Configure Other** and make sure **"MQTT Enable"** box is checked.<BR>