diff --git a/Integrations.md b/Integrations.md index f459592..96767af 100644 --- a/Integrations.md +++ b/Integrations.md @@ -581,6 +581,24 @@ ESPSomfy-RTS publishes attributes to your MQTT broker and subscribes to topics t ## 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. +### \[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 The shade id