Updated MQTT (markdown)

This commit is contained in:
Aircoookie 2020-05-28 14:41:49 +02:00
parent 04d79e61a9
commit 3976f9dcc6
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ WLED versions from 0.8.0 up are able to connect to an MQTT broker for smart home
Connection to both domains and IP servers is supported on port 1883.
Secure connections are not currently supported. I recommend only connecting to local MQTT brokers.
In v0.8.4 on, WLED supports MQTT autodiscovery by the HomeAssistant software.
In v0.8.4-0.8.6 only, WLED supports MQTT autodiscovery by the HomeAssistant software. This has been removed because of bootloop issues and in favor of the native HomeAssistant integration.
WLED will subscribe to up to six topics to change the state of the lights.
@ -37,4 +37,4 @@ Additionally, on light change, WLED will publish to 3 topics for MQTT clients to
- **[mqttDeviceTopic]/v**\
-> Contains XML API response (same as HTTP API)
There is support for client ID and authentication, but this is presently transmitted over an unencrypted connection, so please *do not* use the same password for other services.
There is support for client ID and authentication, but this is presently transmitted over an unencrypted connection, so please **do not** use the same password for other services.