Andre0512 / hon

Home Assistant integration for Haier hOn: support for Haier/Candy/Hoover home appliances like washing machines and air conditioners in 28 languages.
MIT License
1.23k stars 2.49k forks source link

Haier AC - define a range of temperature - keep user from putting the AC way up #118

Closed sinclairfr closed 7 months ago

sinclairfr commented 7 months ago

Thanks for a great integration. I'm using it with the AC Haier Geos + 3.5KW. My tenants are using the AC and sometimes put the AC too strong. That would be great to be able to define a min setting for AC cold and max for AC heat. If you tell me where I need to set this const in the code, I would happy to do it.

Many thanks

Andre0512 commented 7 months ago

Hi, I think the cleanest solution would be to create a thermostat template and set your needed min and max values. If you really want to patch the code, have a look at these lines.

sinclairfr commented 7 months ago

I tried to create a thermostat template but it needs a toggle-type of heating. I'll stick to the hard-coded solution for now. Many thanks!