mirror of https://github.com/arendst/Tasmota.git
Fallback- and Group- topics are shown on the information page, not MQTT. Fixed.
parent
c4c20a8986
commit
8c889e69b3
|
@ -95,7 +95,7 @@ Other people think the MQTT server should reside inside your private LAN. You co
|
|||
#### Topics
|
||||
The middle word of the 'topic' phrase indicates the name of the device. You can communicate with a sonoff using its topic name, its group name or its FallBack topic name (like DVES_123456).
|
||||
|
||||
At the time the sonoff connects with the MQTT server, the sonoff subscribes to +++"cmnd/my-topic/#", "cmnd/group-topic/#" and "cmnd/fallback-topic/#",+++ and listens on all those names. You can find the group name using "status 0" and the FallBack topic using "status 6" or both on the MQTT config web page.
|
||||
At the time the sonoff connects with the MQTT server, the sonoff subscribes to +++"cmnd/my-topic/#", "cmnd/group-topic/#" and "cmnd/fallback-topic/#",+++ and listens on all those names. You can find the group name using "status 0" and the FallBack topic using "status 6" or both on the Information page in WebUI.
|
||||
|
||||
|
||||
#### Creating your own MQTT server/broker
|
||||
|
|
Loading…
Reference in New Issue