diff options
| author | xengineering <me@xengineering.eu> | 2026-03-26 17:08:21 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-03-26 17:08:21 +0100 |
| commit | 5bfb53eb9bb16eebc9bc2751d8c9c5baea6a6b37 (patch) | |
| tree | 8f0dd4da0f83b9a6c405c3ae0e81d70c60c85dce /README.md | |
| parent | 4bc67b734dc8c90dd4679877e8825da32e67b7eb (diff) | |
| download | sia-server-5bfb53eb9bb16eebc9bc2751d8c9c5baea6a6b37.tar sia-server-5bfb53eb9bb16eebc9bc2751d8c9c5baea6a6b37.tar.zst sia-server-5bfb53eb9bb16eebc9bc2751d8c9c5baea6a6b37.zip | |
Document support and API for TP-Link HS100
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -21,6 +21,12 @@ these IoT products: The implemented API is documented [here][6]. +### TP-Link + +[TP-Link][10] is supported with the following product: + +- [HS100][11] - Wi-Fi plug to control lamps and other devices + ## Build instructions The Sia server is built and tested with the Meson build automation tool. @@ -126,6 +132,19 @@ 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>/action` + +- description: Implements control of tp-link HS100 Wi-Fi plugs +- direction: client to Sia server +- Quality of Service: QoS 2 (exactly once) +- retained: no +- receives will message: no +- topic parameters: + - `id`: ID of the TP-Link HS100 Wi-Fi plug +- payloads: + - `on`: turns the Wi-Fi plug on + - `off`: turns the Wi-Fi plug off + [1]: https://homematic-ip.com/ [2]: https://openccu.de/ [3]: https://homematic-ip.com/en/product/window-and-door-contact-optical @@ -135,3 +154,5 @@ For all terms not explained here see the [MQTT version 3.1.1 documentation][9]. [7]: https://www.shelly.com/de/products/shelly-2pm-gen3-1/ [8]: https://shelly.com/ [9]: https://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html +[10]: https://tp-link.com/ +[11]: https://www.tp-link.com/en/home-networking/smart-plug/hs100/ |
