diff options
| author | xengineering <me@xengineering.eu> | 2026-03-26 21:35:43 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-03-26 21:35:43 +0100 |
| commit | 0fb9d297871e57372c469c6e8ca2b43813ed1f52 (patch) | |
| tree | ffe261f4141c823bb6d345e6e22e12ec630b8ae5 /README.md | |
| parent | a965777d436f3bd68686e3b33066459c7ed5a01c (diff) | |
| parent | 0ec5e0034891075ca0c70c6d29e20442c8ddb46e (diff) | |
| download | sia-server-0fb9d297871e57372c469c6e8ca2b43813ed1f52.tar sia-server-0fb9d297871e57372c469c6e8ca2b43813ed1f52.tar.zst sia-server-0fb9d297871e57372c469c6e8ca2b43813ed1f52.zip | |
Merge branch 'discovery'
This allows the client to discover the existence of Shelly and TP-Link
devices.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 28 |
1 files changed, 26 insertions, 2 deletions
@@ -118,9 +118,21 @@ 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>` + +- description: Discovery of Shelly 2PM Gen3 covers +- direction: Sia server to client +- Quality of Service: QoS 1 (at least once) +- retained: yes +- receives will message: no +- topic parameters: + - `id`: ID of the Shelly 2PM Gen3 cover +- payloads: + - `exists`: a device with the given ID exists + ### `/cover/<id>/movement` -- description: Allows control of Shelly 2PM Gen3 covers +- description: Control of Shelly 2PM Gen3 covers - direction: client to Sia server - Quality of Service: QoS 2 (exactly once) - retained: no @@ -132,9 +144,21 @@ For all terms not explained here see the [MQTT version 3.1.1 documentation][9]. - `retract`: cover decreases the covering surface - `stop`: cover stops current motion if given +### `/plug/<id>` + +- description: Discovery of TP-Link HS100 Wi-Fi plugs +- direction: Sia server to client +- Quality of Service: QoS 1 (at least once) +- retained: yes +- receives will message: no +- topic parameters: + - `id`: ID of the TP-Link HS100 Wi-Fi plug +- payloads: + - `exists`: a device with the given ID exists + ### `/plug/<id>/action` -- description: Implements control of tp-link HS100 Wi-Fi plugs +- description: Control of TP-Link HS100 Wi-Fi plugs - direction: client to Sia server - Quality of Service: QoS 2 (exactly once) - retained: no |
