dlarrick / hass-kumo

Home Assistant module interfacing with Mitsubishi mini-split units
MIT License
97 stars 21 forks source link

Setting set point temp incorrectly ignores hvac_mode #43

Closed tmchow closed 3 years ago

tmchow commented 3 years ago

There are other HA integrations, like the scheduler card, that are calling set hvac_mode when the set_temperature service is called. However, that owner of that integration is saying this is "often ignored by integrations".

Source: https://community.home-assistant.io/t/scheduler-card-custom-component/217458/951

For the scheduler card in particular, this prevents the actual mini split from turning on.

Digging into a bit more, here is example of the JSON passed into the Kumo integration:

{
    'entity_id': ['climate.attic'],
    'hvac_mode': 'heat',
    'temperature': 21.666666666666668
}
dlarrick commented 3 years ago

v0.2.3-beta should fix this issue.