diff options
| author | xengineering <me@xengineering.eu> | 2026-03-21 15:45:42 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-03-22 10:23:22 +0100 |
| commit | 54d3d31783a031b3ad33b2fbf457a6014207c21a (patch) | |
| tree | ed6e029b2283f94f6131e05b486992e4947b6b5a | |
| parent | 8193b3dd1296edb9170a86ed7c0a62def4f2d79e (diff) | |
| download | sia-server-54d3d31783a031b3ad33b2fbf457a6014207c21a.tar sia-server-54d3d31783a031b3ad33b2fbf457a6014207c21a.tar.zst sia-server-54d3d31783a031b3ad33b2fbf457a6014207c21a.zip | |
Document Shelly 2PM Gen3 support
This advertises the support for this and documents links to
documentation and the vendor home page.
| -rw-r--r-- | README.md | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -6,14 +6,20 @@ implemented by apps connecting to this central Sia server. ## Supported vendors and devices -Currently only [Homematic IP][1] as a vendor and the [OpenCCU][2] as interface -is supported. +### Homematic IP -The currently only supported device is: +[Homematic IP][1] with the [OpenCCU][2] as central device is supported with +these IoT products: - [HmIP-SWDO-2][3] - optical window or door contact -Further device support is planned. +### Shelly + +[Shelly][8] is supported with the following product: + +- [Shelly 2PM Gen3][7] - twin relay e.g. for roller shutter control + +The implemented API is documented [here][6]. ## Build instructions @@ -70,3 +76,6 @@ Only aspects explicitly stated here are part of the public API: [3]: https://homematic-ip.com/en/product/window-and-door-contact-optical [4]: https://systemd.io/ [5]: https://semver.org/ +[6]: https://shelly-api-docs.shelly.cloud/gen2/ +[7]: https://www.shelly.com/de/products/shelly-2pm-gen3-1/ +[8]: https://shelly.com/ |
