Skip to content

Commit a665e6f

Browse files
prairieappsfrenck
andauthored
Added documentation for Schluter integration (home-assistant#11848)
* Added documentation for Schluter integration * Remove time_out configuration option * ⬆️ ha_release 0.108 Co-authored-by: Franck Nijhof <frenck@frenck.nl>
1 parent d63425e commit a665e6f

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Schluter
3+
description: Instructions on how to integrate your Schluter DITRA-HEAT-E-WiFi thermostat into Home Assistant.
4+
logo: schluter.png
5+
ha_category:
6+
- Climate
7+
ha_release: 0.108
8+
ha_iot_class: Cloud Polling
9+
---
10+
11+
The `schluter` integration allows you to integrate your [Schluter-DITRA-HEAT-E-WiFi](https://www.schluter.com/schluter-us/en_US/ditra-heat-wifi) electric floor heating thermostat in Home Assistant.
12+
13+
<div class='note'>
14+
You will need to create a Schluter DITRA-HEAT account and register your thermostat with it. This can be done via the thermostat touchscreen, where an email will be sent to you to confirm your account.
15+
</div>
16+
17+
## Configuration
18+
19+
You will need your Schluter login information (email and password) to use this module.
20+
21+
To set it up, add the following to your `configuration.yaml` file:
22+
23+
```yaml
24+
# Example configuration.yaml entry
25+
schluter:
26+
username: YOUR_SCHLUTER_EMAIL
27+
password: YOUR_SCHLUTER_PASSWORD
28+
```
29+
30+
{% configuration %}
31+
username:
32+
description: The email for accessing your Schluter account.
33+
required: true
34+
type: string
35+
password:
36+
description: The password for accessing your Schluter account.
37+
required: true
38+
type: string
39+
{% endconfiguration %}
40+
41+
Once Home Assistant is started, you will have access to any thermostats registered with your account.
42+
43+
### Supported Features
44+
45+
Currently, this integration supports the following features:
46+
47+
- Retrieving current temperature & target temperature
48+
- Setting target temperature
49+
50+
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.
19.4 KB
Loading

0 commit comments

Comments
 (0)