mirror of https://github.com/arendst/Tasmota.git
avoid mDNS for mqtt broker
parent
dc350d23de
commit
23d208dde4
2
MQTT.md
2
MQTT.md
|
@ -14,7 +14,7 @@ Once MQTT is enabled you need to set it up using **Configuration -> Configure MQ
|
|||
|
||||
For a basic setup you only need to set **Host**, **User** and **Password** but it is recommended to change **Topic** to avoid issues. Each device should have a unique **Topic**.
|
||||
|
||||
- **Host** = your MQTT broker address or IP
|
||||
- **Host** = your MQTT broker address or IP (**avoid mDNS**, means no `.local` at the end of the name!)
|
||||
- **Port** = your MQTT broker port (default port is set to 1883)
|
||||
- **Client** = device's unique identifier, do not change if not sure what it is for
|
||||
- **User** = username for authenticating on your MQTT broker
|
||||
|
|
Loading…
Reference in New Issue