dlarrick / hass-kumo

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

Action(s) missing to set target temperature(s)? #125

Closed joergbattermann closed 8 months ago

joergbattermann commented 8 months ago

Hi there, first of all.. thank you very much for the HASS integration, really appreciate the work!!

I was just trying to create an automation that sets our Mitsubishi Heat Pump overnight to 'heat' mode only (from 'auto' during the day) and also to a lower target temperature, but the only action the HASS / Kumo device offers is 'Change HVAC mode on ', see:

image

.. but not an action to set the actual target temperature.

What I also can't find is the low/high target temperatures when I'd want to set it back into 'heat_cool' mode in the morning.

Is this missing in general from the current functionality or if not, how would/could I do that?

Thanks! -JB

joergbattermann commented 8 months ago

I think I found what I was looking for: I was trying to perform an action to/via the device, but apparently if I went with the service & entity way, I can set the high/low temperatures, see:

image

Not immediately obvious for occasional HASS users, but good enough for me. Thanks!