mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-16 04:12:13 +01:00
Updated Integrations (markdown)
parent
1a3373f240
commit
6ac9b89176
1 changed files with 18 additions and 0 deletions
|
|
@ -581,6 +581,24 @@ ESPSomfy-RTS publishes attributes to your MQTT broker and subscribes to topics t
|
||||||
## Published Topics
|
## Published Topics
|
||||||
ESPSomfy RTS publishes information related to the configured shades and groups in a hierarchical tree of topics. All ESPSomfy RTS topics are published to a root topic that you set in the configuration. At startup all topics are published but ESPSomfy RTS will only publish topic data when there is a change so you can subscribe to the topic and receive real time updates. While there is a complete list of the available topics below, you should use a tool such as MQTT Explorer when developing with MQTT. This will save you countless hours of trial and error.
|
ESPSomfy RTS publishes information related to the configured shades and groups in a hierarchical tree of topics. All ESPSomfy RTS topics are published to a root topic that you set in the configuration. At startup all topics are published but ESPSomfy RTS will only publish topic data when there is a change so you can subscribe to the topic and receive real time updates. While there is a complete list of the available topics below, you should use a tool such as MQTT Explorer when developing with MQTT. This will save you countless hours of trial and error.
|
||||||
|
|
||||||
|
### \[root topic\]/status
|
||||||
|
Last will and Testament for the MQTT client. This will be `online` when the ESPSomfy RTS device is attached and `offline` when disconnected.
|
||||||
|
|
||||||
|
### \[root topic\]/mac
|
||||||
|
The MAC address for the network adapter in the ESPSomfy RTS device.
|
||||||
|
|
||||||
|
### \[root topic\]/ipAddress
|
||||||
|
The ip address assigned to the ESPSomfy RTS device.
|
||||||
|
|
||||||
|
### \[root topic\]/host
|
||||||
|
The hostname assigned to the ESPSomfy RTS device.
|
||||||
|
|
||||||
|
### \[root topic\]/firmware
|
||||||
|
The current firmware version loaded onto the ESPSomfy RTS device.
|
||||||
|
|
||||||
|
### \[root topic\]/serverId
|
||||||
|
Derived from the chip id in the ESP32 this uniquely identifies the ESP32 device.
|
||||||
|
|
||||||
### \[root topic\]/shades/\[shadeId\]/shadeId
|
### \[root topic\]/shades/\[shadeId\]/shadeId
|
||||||
The shade id
|
The shade id
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue