mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
Add Toon docs (#3706)
This commit is contained in:
parent
8d7c97549e
commit
5f68226a58
18
source/_components/climate.toon.markdown
Normal file
18
source/_components/climate.toon.markdown
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Toon"
|
||||||
|
description: "Instructions how to integrate Toon Climate devices within Home Assistant."
|
||||||
|
date: 2017-10-21 12:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
ha_category: Climate
|
||||||
|
ha_release: 0.56
|
||||||
|
logo: toon.png
|
||||||
|
ha_iot_class: "Cloud Polling"
|
||||||
|
---
|
||||||
|
|
||||||
|
The `toon` climate platform allows you to interact with your Toon device.
|
||||||
|
|
||||||
|
The requirement is that you have setup the [`toon`](/components/toon/) component.
|
18
source/_components/sensor.toon.markdown
Normal file
18
source/_components/sensor.toon.markdown
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Toon"
|
||||||
|
description: "Instructions how to integrate Toon Climate devices within Home Assistant."
|
||||||
|
date: 2017-10-21 12:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
ha_category: Sensor
|
||||||
|
ha_release: 0.56
|
||||||
|
logo: toon.png
|
||||||
|
ha_iot_class: "Cloud Polling"
|
||||||
|
---
|
||||||
|
|
||||||
|
The `toon` sensor platform allows you to observe your Toon device.
|
||||||
|
|
||||||
|
The requirement is that you have setup the [`toon`](/components/toon/) component.
|
18
source/_components/switch.toon.markdown
Normal file
18
source/_components/switch.toon.markdown
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Toon"
|
||||||
|
description: "Instructions how to integrate Toon Climate devices within Home Assistant."
|
||||||
|
date: 2017-10-21 12:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
ha_category: Switch
|
||||||
|
ha_release: 0.56
|
||||||
|
logo: toon.png
|
||||||
|
ha_iot_class: "Cloud Polling"
|
||||||
|
---
|
||||||
|
|
||||||
|
The `toon` switch platform allows you to control your Toon device.
|
||||||
|
|
||||||
|
The requirement is that you have setup the [`toon`](/components/toon/) component.
|
37
source/_components/toon.markdown
Normal file
37
source/_components/toon.markdown
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Toon"
|
||||||
|
description: "Instructions how to integrate Toon within Home Assistant."
|
||||||
|
date: 2017-10-21 12:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
ha_category: Hub
|
||||||
|
ha_release: 0.56
|
||||||
|
logo: toon.png
|
||||||
|
ha_iot_class: "Cloud Polling"
|
||||||
|
---
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
To use your Toon thermostat in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
|
toon:
|
||||||
|
username: YOUR_USERNAME
|
||||||
|
password: YOUR_PASSWORD
|
||||||
|
```
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
BIN
source/images/supported_brands/toon.png
Normal file
BIN
source/images/supported_brands/toon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
Loading…
x
Reference in New Issue
Block a user