Jorim Tielemans ac4baf0a8d Various things - t (#7020)
Add missing titles
Remove trailing spaces
Fix grammar
 - login -> log in
 - show how a entry -> shows how an entry
Mention default and minimal value (telldus) or link to add-on which is mentioned (tellstick)
2018-10-23 11:09:36 +02:00

2.3 KiB

layout title description date sidebar comments sharing footer ha_category ha_release logo ha_iot_class
page Toon Instructions on how to integrate Toon within Home Assistant. 2017-10-22 12:00 true false true true Hub 0.56 toon.png 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 domain.

{% linkable_title Configuration %}

To use your Toon thermostat in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
toon:
  username: YOUR_USERNAME
  password: YOUR_PASSWORD

{% configuration %} username: description: Username for Mijn Eneco. required: true type: string password: description: Password for Mijn Eneco. required: true type: string gas: description: With this option you can choose whether you want to measure gas consumption. required: false type: boolean default: true solar: description: With this option you can choose whether you want to measure electricity production. required: false type: boolean default: false {% endconfiguration %}

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 by Costas Tyfoxylos that connects to the unofficial API on 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.