mirror of https://github.com/arendst/Tasmota.git
Updated MQTT (markdown)
parent
f1b756e8d7
commit
ca789ee9d0
4
MQTT.md
4
MQTT.md
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue