Skip to content

Commit 48468bf

Browse files
boltgoltfabaff
authored andcommitted
Update Toon docs (#3771)
* Updates to Toon docs * Fixed typo * Implemented suggested fixes
1 parent 5dfdb98 commit 48468bf

File tree

4 files changed

+23
-15
lines changed

4 files changed

+23
-15
lines changed
Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: page
3-
title: "Toon Climate"
4-
description: "Instructions how to integrate Toon Climate devices within Home Assistant."
5-
date: 2017-10-21 12:00
3+
title: "Toon Thermostat"
4+
description: "Instructions how to integrate Toon thermostats within Home Assistant."
5+
date: 2017-10-22 12:00
66
sidebar: true
77
comments: false
88
sharing: true
@@ -13,6 +13,15 @@ logo: toon.png
1313
ha_iot_class: "Cloud Polling"
1414
---
1515

16-
The `toon` climate platform allows you to interact with your Toon device.
16+
The `toon` climate platform allows you to interact with your Toon thermostat. For compatibility reasons, the states in Home Assistant are different from the states displayed on your Toon device and are mapped as follows:
1717

18-
The requirement is that you have setup the [`toon`](/components/toon/) component.
18+
19+
| Home Assistant | Toon |
20+
|:---------------|:--------|
21+
| Performance | Comfort |
22+
| Heat | Thuis |
23+
| Eco | Weg |
24+
| Cool | Slapen |
25+
26+
27+
Please refer to the [hub component](/components/toon/) for setup instructions.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: page
33
title: "Toon Sensor"
4-
description: "Instructions how to integrate Toon Climate devices within Home Assistant."
5-
date: 2017-10-21 12:00
4+
description: "Instructions how to integrate Toon climate devices within Home Assistant."
5+
date: 2017-10-22 12:00
66
sidebar: true
77
comments: false
88
sharing: true
@@ -13,6 +13,6 @@ logo: toon.png
1313
ha_iot_class: "Cloud Polling"
1414
---
1515

16-
The `toon` sensor platform allows you to observe your Toon device.
16+
The `toon` sensor platform allows you to observe the power flow in your house through your Toon. If available, gas flow, solar output, smart plug status and connected smoke detector data can also be accessed in Toon.
1717

1818
The requirement is that you have setup the [`toon`](/components/toon/) component.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: page
3-
title: "Toon Switch"
4-
description: "Instructions how to integrate Toon Climate devices within Home Assistant."
5-
date: 2017-10-21 12:00
3+
title: "Toon Smart Plugs"
4+
description: "Instructions how to integrate Toon smart plugs within Home Assistant."
5+
date: 2017-10-22 12:00
66
sidebar: true
77
comments: false
88
sharing: true
@@ -13,6 +13,6 @@ logo: toon.png
1313
ha_iot_class: "Cloud Polling"
1414
---
1515

16-
The `toon` switch platform allows you to control your Toon device.
16+
The `toon` switch platform allows you to control your smart plugs if they are connected to Toon.
1717

1818
The requirement is that you have setup the [`toon`](/components/toon/) component.

source/_components/toon.markdown

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page
33
title: "Toon"
44
description: "Instructions how to integrate Toon within Home Assistant."
5-
date: 2017-10-21 12:00
5+
date: 2017-10-22 12:00
66
sidebar: true
77
comments: false
88
sharing: true
@@ -31,7 +31,6 @@ Configuration variables:
3131
- **username** (*Required*): Username for Mijn Eneco.
3232
- **password** (*Required*): Password for Mijn Eneco.
3333
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).
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 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).
3535
3636
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-

0 commit comments

Comments
 (0)