cbrandlehner / homebridge-daikin-local

Supports Daikin Air Conditioners on HomeBridge
MIT License
99 stars 18 forks source link

Temperature adjustment #215

Open xtazy opened 2 years ago

xtazy commented 2 years ago

Hello,

I have 4 different units in my home and all of them are giving me a temperature which is around 3° above the exact value. I did not find any option in the Daikin app to kind of "calibrate" the temperature.

As I'm only controlling the units via HomeKit, I was wondering if it would be useful (or not) to have an option to adjust the temperature. For example, under the option to define the temperature unit in Homebridge, we could have another option "Temperature adjustment" that would be 0 by default, and then I could input a value of -3 for example. And finally, all the commands that are sent to the units would use this adjustment.

Maybe I'm missing something obvious, but do you think it would be something feasible?

cbrandlehner commented 2 years ago

Hey @xtazy I see your point and will add this to the list of future enhancements.

If you are into coding you are very welcome to propose a code change by submitting a pull request.