home-assistant.io/source/_components/climate.tado.markdown
Wolfgang Malgadey 56efff3957 Tado climate device component (#2307)
* added tado_v1 climate information

* small changes to tado_v1

* wrong platform name

* added ha release

* renamed tado component

* changed some details of the tado config
2017-03-22 08:18:26 -04:00

1.2 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_release
page Tado Instructions on how to integrate Tado thermostats with Home Assistant. 2017-03-20 12:00 true false true true tado.png Climate 0.41

The tado component platform is used as an interface to the my.tado.com website. It adds climate devices for every tado zone and sensors for some additional information of the zones.

To use your tado thermostats in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
tado:
    username: YOUR_USERNAME
    password: YOUR_PASSWORD
  • username (Required): Username for my.tado.com.
  • password (Required): Password for my.tado.com.

The tado thermostats are internet connected thermostats. There exists an unofficial api at my.tado.com, which is used by theire website and now by this component.

It currently supports presenting the current temperature, the setting temperature and the current operation mode. Switching the mode is also supported. If no user is at home anymore, the devices are showing the away-state. Switching to away-mode is not supported.