zacs / ha-dualmodegeneric

Generic thermostat capable of heating and cooling
68 stars 26 forks source link

Cannot go from cooling to heating state #41

Closed Frag31337 closed 1 month ago

Frag31337 commented 2 years ago

Line 770 need to use this string to avoid this problem elif (self._hvac_mode == HVAC_MODE_HEAT_COOL) and (is_comfortable or (self.hass.states.is_state(self.cooler_entity_id, STATE_ON) and too_cold) or (self.hass.states.is_state(self.heater_entity_id, STATE_ON) and too_hot)):

peanutsguy commented 1 year ago

I'm seeing the same problem while using HEAT/COOL (commit 75f6674)

Home Assistant 2023.3.1 Frontend 20230302.0 - latest