jeatheak / Mitsubishi-WF-RAC-Integration

WF-RAC homeassistant integration
MIT License
130 stars 24 forks source link

Mitsubishi heavy airco thresholds too low #113

Open jerkelens opened 2 months ago

jerkelens commented 2 months ago

Hi,

I have a number of airconditioners, all type srk##zs-w, MY2024. Their minimal cooling temperature is 18 degrees Celsius. However, through the addon I am able to set them at 16 degrees, which causes an error in the units. I cannot find a way to programmatically reconfigure the minimal value to 18, so I turn to your aid. Could you fix this?

Thanks!

RamonQu commented 2 months ago

I've got the same issue , I've got an Mitsubishi SRK-ZS-WF airco with Firmware: WF-RAC, mcu: 131, wireless: 010

For now it temporary (manually) fixed it by changing the variable _attr_min_temp: float = 18 in file /homeassistant/custom_components/mitsubishi_wf_rac/climate.py

I'm not sure how the smart m-air app identifies the minimal temperature, that needs some reversed engineering.

rfx77 commented 2 months ago

I also have SRK-ZS-WF but i have no issues when setting them to 16 degrees. It seems that they really try to cool lower now than with the App. Are you sure that the stability issues come from the 16 deg settings? what stability issues/errors are you experiencing?

jeatheak commented 2 months ago

My aircos also did not mind the 16 degree. I will change it to 18 because the app also does this. (Maybe add a manual override in the settings)

rfx77 commented 2 months ago

Why change it for everybody? i think its a good thing since my aicos are cooling to lower temps now since i set them to 16deg

jeatheak commented 2 months ago

Ok good point, Maybe add an override/offset in the settings and leave it on 16 be default.