diff options
| author | xengineering <me@xengineering.eu> | 2026-03-23 20:10:04 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-03-23 21:36:30 +0100 |
| commit | d172282263ce8e93c9e361638e9b1d13d2d8d334 (patch) | |
| tree | 691f2a4efb7da76edc03637b98e8f8a17231acb3 /README.md | |
| parent | 5b25200b8afea648b5598c97a9566f8bc5c0aff7 (diff) | |
| download | sia-server-d172282263ce8e93c9e361638e9b1d13d2d8d334.tar sia-server-d172282263ce8e93c9e361638e9b1d13d2d8d334.tar.zst sia-server-d172282263ce8e93c9e361638e9b1d13d2d8d334.zip | |
Document /cover/<id>/movement MQTT topic
Diffstat (limited to 'README.md')
| -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 |
