1.7 KiB
title, description, logo, ha_category, ha_release, ha_iot_class, ha_codeowners
title | description | logo | ha_category | ha_release | ha_iot_class | ha_codeowners | ||
---|---|---|---|---|---|---|---|---|
Honeywell Total Connect Comfort (US) | Instructions on how to integrate Honeywell thermostats within Home Assistant. | honeywell.png |
|
pre 0.7 | Cloud Polling |
|
The honeywell
climate platform integrates Home Assistant with US-based Honeywell Total Connect Comfort (TCC) climate systems.
It uses the somecomfort client library. It does not support the home security functionality of TCC.
If your system is compatible with this integration, then you will be able access your it via https://mytotalconnectcomfort.com/portal/ (note the /portal/
).
Configuration
To set up this integration, add the following to the climate:
section of your configuration.yaml
file:
climate:
# Example configuration.yaml entry
- platform: honeywell
username: YOUR_USERNAME
password: YOUR_PASSWORD
region: us
{% configuration %} username: description: Email address of an account with access the TCC website for your region. required: true type: string password: description: Password for the account. required: true type: string region: description: Region identifier. required: true default: us type: string away_cool_temperature: description: "Cooling setpoint when away mode is on, in degrees Fahrenheit." required: false default: 88 type: integer away_heat_temperature: description: "Heating setpoint when away mode is on, in degrees Fahrenheit." required: false default: 61 type: integer {% endconfiguration %}