1.8 KiB
title, description, ha_category, ha_release, ha_iot_class, ha_domain, ha_codeowners, ha_platforms, ha_integration_type
title | description | ha_category | ha_release | ha_iot_class | ha_domain | ha_codeowners | ha_platforms | ha_integration_type | |||
---|---|---|---|---|---|---|---|---|---|---|---|
Schluter | Instructions on how to integrate your Schluter DITRA-HEAT-E-WiFi thermostat into Home Assistant. |
|
0.108 | Cloud Polling | schluter |
|
|
integration |
The schluter
integration allows you to integrate your Schluter-DITRA-HEAT-E-WiFi electric floor heating thermostat in Home Assistant.
Configuration
You will need your Schluter login information (email and password) to use this module.
To set it up, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
schluter:
username: YOUR_SCHLUTER_EMAIL
password: YOUR_SCHLUTER_PASSWORD
{% configuration %} username: description: The email for accessing your Schluter account. required: true type: string password: description: The password for accessing your Schluter account. required: true type: string {% endconfiguration %}
Once Home Assistant is started, you will have access to any thermostats registered with your account.
Supported Features
Currently, this integration supports the following features:
- Retrieving current temperature & target temperature
- Setting target temperature
When adjusting the temperature via Home Assistant, it will place the thermostat in "permanent mode", meaning schedules programmed within the thermostat will be ignored. You can return to scheduled mode by pressing the "Return to Schedule" button on the thermostat.