
* HTTPS-everywhere (update links in our website) * HTTPS-everywhere (round 2) * HTTPS-everywhere (round 3)
1.4 KiB
title, description, logo, ha_release, ha_category, ha_iot_class
title | description | logo | ha_release | ha_category | ha_iot_class | ||
---|---|---|---|---|---|---|---|
Supla | Instructions for integration with Supla Cloud's Web API | supla.png | 0.92 |
|
Cloud Polling |
The Supla is an Open Source home automation system for ESP8266 based devices. It has its own set of protocols, it's own firmware and commercially available devices (produced for example by Zamel)
Currently only covers (shutters in Supla's lingo) and switches are supported, but, thanks to comprehensive and universal REST API, it's pretty easy to add more.
Right now it's impossible to add single devices -- all of them are discovered from Supla Cloud's servers or yours.
Configuration
To use Supla devices in your installation, add the following to your configuration.yaml
:
supla:
servers:
- server: svr1.supla.org
access_token: your_really_long_access_token
{% configuration %} servers: description: List of server configurations. requires: true type: list server: description: Address of your Supla Cloud server (either IP or DNS name) required: true type: string access_token: description: An access token for REST API configuration. Can be acquired from http[s]://your.server.org/integrations/tokens (please add at least Channel's Read and Action Execution permissions). required: true type: string {% endconfiguration %}