mirror of
https://github.com/Aircoookie/WLED.wiki.git
synced 2024-10-06 05:45:06 +02:00
Updated MQTT (markdown)
This commit is contained in:
parent
04d79e61a9
commit
3976f9dcc6
1 changed files with 2 additions and 2 deletions
4
MQTT.md
4
MQTT.md
|
@ -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.
|
Loading…
Reference in a new issue