From 48468bf32b8290b2db1cfefb8ac37ae3d0bd02d7 Mon Sep 17 00:00:00 2001 From: boltgolt Date: Thu, 26 Oct 2017 10:27:08 +0200 Subject: [PATCH] Update Toon docs (#3771) * Updates to Toon docs * Fixed typo * Implemented suggested fixes --- source/_components/climate.toon.markdown | 19 ++++++++++++++----- source/_components/sensor.toon.markdown | 6 +++--- source/_components/switch.toon.markdown | 8 ++++---- source/_components/toon.markdown | 5 ++--- 4 files changed, 23 insertions(+), 15 deletions(-) diff --git a/source/_components/climate.toon.markdown b/source/_components/climate.toon.markdown index 6822b9038c5..57d8708aa38 100644 --- a/source/_components/climate.toon.markdown +++ b/source/_components/climate.toon.markdown @@ -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. diff --git a/source/_components/sensor.toon.markdown b/source/_components/sensor.toon.markdown index 79e04e8202c..fabf565aeb4 100644 --- a/source/_components/sensor.toon.markdown +++ b/source/_components/sensor.toon.markdown @@ -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. diff --git a/source/_components/switch.toon.markdown b/source/_components/switch.toon.markdown index ffc63e22e2b..af4e1978501 100644 --- a/source/_components/switch.toon.markdown +++ b/source/_components/switch.toon.markdown @@ -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. diff --git a/source/_components/toon.markdown b/source/_components/toon.markdown index fdd392e91e9..08c38f9acea 100644 --- a/source/_components/toon.markdown +++ b/source/_components/toon.markdown @@ -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. -