diff options
| author | xengineering <me@xengineering.eu> | 2026-03-23 20:10:04 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-03-25 21:09:11 +0100 |
| commit | ece5ee8e002d7025eb2ed82f58c94f8a028f3b91 (patch) | |
| tree | 691f2a4efb7da76edc03637b98e8f8a17231acb3 | |
| parent | 776e6fdd8415edd0daa5743c35cbee029a89c6a7 (diff) | |
| download | sia-server-ece5ee8e002d7025eb2ed82f58c94f8a028f3b91.tar sia-server-ece5ee8e002d7025eb2ed82f58c94f8a028f3b91.tar.zst sia-server-ece5ee8e002d7025eb2ed82f58c94f8a028f3b91.zip | |
Document /cover/<id>/movement MQTT topic
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -112,6 +112,20 @@ For all terms not explained here see the [MQTT version 3.1.1 documentation][9]. - `open`: contact is open - `closed`: contact is closed +### `/cover/<id>/movement` + +- description: Allows control of Shelly 2PM Gen3 covers +- direction: client to Sia server +- Quality of Service: QoS 2 (exactly once) +- retained: no +- receives will message: no +- topic parameters: + - `id`: ID of the Shelly 2PM Gen3 cover +- payloads: + - `extend`: cover increases the covering surface + - `retract`: cover decreases the covering surface + - `stop`: cover stops current motion if given + [1]: https://homematic-ip.com/ [2]: https://openccu.de/ [3]: https://homematic-ip.com/en/product/window-and-door-contact-optical |
