
* Update evohome.markdown Added info about Zones now being supported. Also a little tidy-up. * 🔥 Removed optional parameter from initial example * ✏️ Tweaks
1.8 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Honeywell evohome | Instructions on how to integrate Honeywell evohome devices with Home Assistant. | 2018-09-25 12:00 | true | false | true | true | honeywell.png | Hub | 0.80 | Cloud Polling |
The evohome
platform is the main component to set up and integrate all supported evohome Climate devices.
It uses the evohomeclient client library and so will let you control (only) EU-based Honeywell Connect Comfort systems.
Currently, only Controllers and Zones are supported; support for DHW controllers will be added at a later time. More information is available evohome climate component page.
{% linkable_title Configuration %}
To use this component in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
evohome:
username: YOUR_USERNAME
password: YOUR_PASSWORD
This is an IoT cloud-polling device, and the scan_interval
is currently fixed at 5 minutes. Testing has indicated that this is a safe interval that - by itself - shouldn't cause you to be rate-limited by Honeywell.
{% configuration %} username: description: The username (email address) that has access to Honeywell Connect Comfort web site. required: true type: string password: description: The password corresponding to the above username. required: true type: string location_idx: description: Used to select which location to use, if your login has access to more than one location. Multiple locations are not supported. required: false type: int default: 0 {% endconfiguration %}