From c785a09d409f3774b6497e2e278bd04949fe7af8 Mon Sep 17 00:00:00 2001 From: mkmer Date: Mon, 6 Mar 2023 13:31:50 -0500 Subject: [PATCH] Honeywell updates (#25917) Co-authored-by: Franck Nijhof Co-authored-by: RDFurman --- source/_integrations/honeywell.markdown | 34 ++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/source/_integrations/honeywell.markdown b/source/_integrations/honeywell.markdown index b058a6a6a84..62d59cea602 100644 --- a/source/_integrations/honeywell.markdown +++ b/source/_integrations/honeywell.markdown @@ -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. -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/`). +- [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: |Sensor|Value| --- | --- |Outdoor temperature | Average temperature of all Honeywell Wireless Outdoor Sensors| |Outdoor humidity | Average humidity of all Honeywell Wireless Outdoor Sensors| - -{% include integrations/config_flow.md %}