Fallback- and Group- topics are shown on the information page, not MQTT. Fixed.

jziolkowski 2019-07-26 15:13:55 +02:00
parent c4c20a8986
commit 8c889e69b3
1 changed files with 1 additions and 1 deletions

@ -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