Skip to content

Commit 5f68226

Browse files
authored
Add Toon docs (home-assistant#3706)
1 parent 8d7c975 commit 5f68226

File tree

5 files changed

+91
-0
lines changed

5 files changed

+91
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: page
3+
title: "Toon"
4+
description: "Instructions how to integrate Toon Climate devices within Home Assistant."
5+
date: 2017-10-21 12:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
ha_category: Climate
11+
ha_release: 0.56
12+
logo: toon.png
13+
ha_iot_class: "Cloud Polling"
14+
---
15+
16+
The `toon` climate platform allows you to interact with your Toon device.
17+
18+
The requirement is that you have setup the [`toon`](/components/toon/) component.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: page
3+
title: "Toon"
4+
description: "Instructions how to integrate Toon Climate devices within Home Assistant."
5+
date: 2017-10-21 12:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
ha_category: Sensor
11+
ha_release: 0.56
12+
logo: toon.png
13+
ha_iot_class: "Cloud Polling"
14+
---
15+
16+
The `toon` sensor platform allows you to observe your Toon device.
17+
18+
The requirement is that you have setup the [`toon`](/components/toon/) component.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: page
3+
title: "Toon"
4+
description: "Instructions how to integrate Toon Climate devices within Home Assistant."
5+
date: 2017-10-21 12:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
ha_category: Switch
11+
ha_release: 0.56
12+
logo: toon.png
13+
ha_iot_class: "Cloud Polling"
14+
---
15+
16+
The `toon` switch platform allows you to control your Toon device.
17+
18+
The requirement is that you have setup the [`toon`](/components/toon/) component.

source/_components/toon.markdown

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: page
3+
title: "Toon"
4+
description: "Instructions how to integrate Toon within Home Assistant."
5+
date: 2017-10-21 12:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
ha_category: Hub
11+
ha_release: 0.56
12+
logo: toon.png
13+
ha_iot_class: "Cloud Polling"
14+
---
15+
16+
The `toon` component platform can be used to control your Toon thermostat. This component adds a climate device for your Toon thermostat and sensors for power and gas consumption. The component also auto-detects any smart plugs, solar panels and smoke detectors connected to Toon and adds sensors and switches for them.
17+
18+
For the `toon` component to work, you'll need an active Toon subscription with Eneco. The component uses your Mijn Eneco credentials to control your thermostat through the [toonopafstand](https://toonopafstand.eneco.nl) website.
19+
20+
To use your Toon thermostat in your installation, add the following to your `configuration.yaml` file:
21+
22+
```yaml
23+
# Example configuration.yaml entry
24+
toon:
25+
username: YOUR_USERNAME
26+
password: YOUR_PASSWORD
27+
```
28+
29+
Configuration variables:
30+
31+
- **username** (*Required*): Username for Mijn Eneco.
32+
- **password** (*Required*): Password for Mijn Eneco.
33+
34+
Toon is a smart thermostat delivered by the Eneco power company in The Netherlands. It can measure energy consumption (power and gas), but also the amount of energy generated in case solar panels are connected to it. Toon also acts as a z-wave hub for supported Fibaro devices like the wall plug and the smoke detector. This component uses the [toonlib library](https://github.com/costastf/toonlib) by Costas Tyfoxylos that connects to the unofficial API on [https://toonopafstand.eneco.nl](https://toonopafstand.eneco.nl).
35+
36+
The current version of this component supports setting any of the four built-in programs and setting the temperature manually. It polls the Toon API at 30 second intervals so the status is relatively fresh without overloading the API.
37+
36.8 KB
Loading

0 commit comments

Comments
 (0)