Honeywell updates (#25917)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: RDFurman <randydfurman@gmail.com>
This commit is contained in:
mkmer 2023-03-06 13:31:50 -05:00 committed by GitHub
parent bc92ef3c19
commit c785a09d40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,14 +19,40 @@ ha_integration_type: integration
The Honeywell integration integrates Home Assistant with _US-based_ [Honeywell Total Connect Comfort (TCC)](https://mytotalconnectcomfort.com/portal/) climate systems. The Honeywell integration integrates Home Assistant with _US-based_ [Honeywell Total Connect Comfort (TCC)](https://mytotalconnectcomfort.com/portal/) climate systems.
It uses the [somecomfort](https://github.com/kk7ds/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 it via [https://mytotalconnectcomfort.com/portal/](https://mytotalconnectcomfort.com/portal/) (note the `/portal/`). If your system is compatible with this integration, then you will be able access it via [https://mytotalconnectcomfort.com/portal/](https://mytotalconnectcomfort.com/portal/) (note the `/portal/`).
- [Supported hardware](#supported-hardware)
- [Climate](#climate)
- [Sensor](#sensor)
{% include integrations/config_flow.md %}
## Supported hardware
Home Assistant is integrated with the following devices through [https://mytotalconnectcomfort.com/portal/](https://mytotalconnectcomfort.com/portal/):
- Thermostats
- Every thermostat is exposed as a climate entity
- Known working devices: TH6320R1004, RTH9585WF1004
- Sensors
- A Temperature sensor entity.
- A Humidity sensor entity.
- Known working devices: C7089R1013
Others devices like Security systems are not currently supported by this integration
## Climate
The climate platform integrates Honeywell US-based thermostats into Home Assistant, allowing control of the thermostat through the user interface. The current inside temperature, operating mode, and fan state are also displayed on the thermostat card.
All [climate services](/integrations/climate) are supported except set_swing_mode
## Sensor
The sensor platform integrates outside temperature and outside humidity into Home Assistant as sensors for each device.
This integration will add Home Assistant sensors for the following: This integration will add Home Assistant sensors for the following:
|Sensor|Value| |Sensor|Value|
--- | --- --- | ---
|Outdoor temperature | Average temperature of all Honeywell Wireless Outdoor Sensors| |Outdoor temperature | Average temperature of all Honeywell Wireless Outdoor Sensors|
|Outdoor humidity | Average humidity of all Honeywell Wireless Outdoor Sensors| |Outdoor humidity | Average humidity of all Honeywell Wireless Outdoor Sensors|
{% include integrations/config_flow.md %}