mac-zhou / midea-ac-py

Home Assistant Custom Integration for Midea Group(Hualing, Senville, Klimaire, AirCon, Century, Pridiom, Thermocore, Comfee, Toshiba, Carrier, Goodman, Friedrich, Samsung, Kenmore, Trane, Lennox, LG and much more) Air Conditioners via LAN.
MIT License
519 stars 101 forks source link

Min and max temp is wrong #136

Open savaspar opened 2 years ago

savaspar commented 2 years ago

Hello. The minimum and maximum temperatures for my units is wrong. I want to set the temperature to 16 Celcius and the integration only works from 17 C. I tried to change at climate.py:

@property def min_temp(self): Return 16

I validated the change in the Developer —> States… But no luck… Still cannot set the temp at 16C.

The same thing applies for the max temp also. My unit has a maximum temperature of 28 C. And if for any reason by accident you set the temperature over that value, it totally misleads the thermostat to a random value (maybe 17, maybe 22, maybe 27C). So I need a way to be able to define the min and max temperatures. I have 3 units which having the same problem with HA. We need to set them at 16C and we cannot.

AnthonyMaiorani commented 2 years ago

Having the same issue here, min/max temp variable would be nice