{% if installed %} Thanks for using this custom component.
{% endif %}
{% if prerelease %} This is a Beta version!
{% endif %}
{% if installed and version_installed < "0.3.0" %} Version 0.3.0 and later of this component only work on HA 0.96 and later. If you are on an older version of HA use release 0.2.3 of this component.
{% endif %}
This component is no longer maintained as I don't own an ICY e-thermostaat anymore. I can still merge PRs made and tested by the community and release new versions.
A platform which allows you to interact with the Dutch E-Thermostaat (ICY).
ICY E-Thermostaat
climate:
- platform: e_thermostaat
username: !secret icy_user
password: !secret icy_pass
comfort_temperature: 20
saving_temperature: 17
away_temperature: 12
key | description |
---|---|
platform (Required) | The platform name. |
username (Required) | The username of your E-Thermostaat account. |
password (Required) | The password of your E-Thermostaat account. |
comfort_temperature (Optional) | The comfort temperature (Comfortstand), defaults to 20. |
saving_temperature (Optional) | The saving temperature (Bespaarstand), defaults to 17. |
away_temperature (Optional) | The away temperature (Lang-weg-stand), defaults to 12. |
This platform is using the E-Thermostaat API to get the information from the thermostat. This component is only usefull for Dutch users as the E-Thermostaat is only sold in The Netherlands.