Update Toon docs (#3771)

* Updates to Toon docs

* Fixed typo

* Implemented suggested fixes
This commit is contained in:
boltgolt 2017-10-26 10:27:08 +02:00 committed by Fabian Affolter
parent 5dfdb98b9b
commit 48468bf32b
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
4 changed files with 23 additions and 15 deletions

View File

@ -1,8 +1,8 @@
---
layout: page
title: "Toon Climate"
description: "Instructions how to integrate Toon Climate devices within Home Assistant."
date: 2017-10-21 12:00
title: "Toon Thermostat"
description: "Instructions how to integrate Toon thermostats within Home Assistant."
date: 2017-10-22 12:00
sidebar: true
comments: false
sharing: true
@ -13,6 +13,15 @@ logo: toon.png
ha_iot_class: "Cloud Polling"
---
The `toon` climate platform allows you to interact with your Toon device.
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:
The requirement is that you have setup the [`toon`](/components/toon/) component.
| Home Assistant | Toon |
|:---------------|:--------|
| Performance | Comfort |
| Heat | Thuis |
| Eco | Weg |
| Cool | Slapen |
Please refer to the [hub component](/components/toon/) for setup instructions.

View File

@ -1,8 +1,8 @@
---
layout: page
title: "Toon Sensor"
description: "Instructions how to integrate Toon Climate devices within Home Assistant."
date: 2017-10-21 12:00
description: "Instructions how to integrate Toon climate devices within Home Assistant."
date: 2017-10-22 12:00
sidebar: true
comments: false
sharing: true
@ -13,6 +13,6 @@ logo: toon.png
ha_iot_class: "Cloud Polling"
---
The `toon` sensor platform allows you to observe your Toon device.
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.
The requirement is that you have setup the [`toon`](/components/toon/) component.

View File

@ -1,8 +1,8 @@
---
layout: page
title: "Toon Switch"
description: "Instructions how to integrate Toon Climate devices within Home Assistant."
date: 2017-10-21 12:00
title: "Toon Smart Plugs"
description: "Instructions how to integrate Toon smart plugs within Home Assistant."
date: 2017-10-22 12:00
sidebar: true
comments: false
sharing: true
@ -13,6 +13,6 @@ logo: toon.png
ha_iot_class: "Cloud Polling"
---
The `toon` switch platform allows you to control your Toon device.
The `toon` switch platform allows you to control your smart plugs if they are connected to Toon.
The requirement is that you have setup the [`toon`](/components/toon/) component.

View File

@ -2,7 +2,7 @@
layout: page
title: "Toon"
description: "Instructions how to integrate Toon within Home Assistant."
date: 2017-10-21 12:00
date: 2017-10-22 12:00
sidebar: true
comments: false
sharing: true
@ -31,7 +31,6 @@ Configuration variables:
- **username** (*Required*): Username for Mijn Eneco.
- **password** (*Required*): Password for Mijn Eneco.
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).
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).
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.