Replies: 3 comments 1 reply
-
"outdoor_unit_operational_status": self._updater.carrier_system.status.outdoor_unit_operational_status, outdoor status lists the cooling stages though I'd guess a heat pump would list both as outdoor status |
Beta Was this translation helpful? Give feedback.
-
you might find _status_zone.conditioning easier as it is a single field that tells when it is heating/cooling vs idle https://github.com/dahlb/ha_carrier/blob/main/custom_components/ha_carrier/climate.py#L167 |
Beta Was this translation helpful? Give feedback.
-
Yep, saw that and I will probably use it. |
Beta Was this translation helpful? Give feedback.
-
Many thanks for this integration!!
I have just finished writing a driver to interface a Hubitat hub to the Infinity system using Carrier's System Access Module - it provides an ASCII RS232 interface. If I query the system mode the reply is AUTO/HEAT/COOL/OFF followed by the heating or cooling stage - 1/2/3. Looking through the config download I do not see a stage setting passed back by Carrier, do they expose it on their API?
Beta Was this translation helpful? Give feedback.
All reactions