ArtemVladimirov / broadlinkac2mqtt

Control your broadlink-based air conditioner using Home Assistant
MIT License
86 stars 9 forks source link

Allow ambient temperature measure over 32 #9

Closed earvingad closed 1 year ago

earvingad commented 1 year ago

Hello, I have noticed that the program limits the ambient reading temperature to 32.

For HA integration, using the temperature sensor of the AC is useful to avoid buying a separate one.

Ive tried to integrate this code. However, sometimes the reads of the temperature jumps over 100 °C, Could it be integrated somehow? I am testing different values.

ArtemVladimirov commented 1 year ago

Thank you! I will test it!

ArtemVladimirov commented 1 year ago

Please, test it

ArtemVladimirov commented 1 year ago

v1.3.1

earvingad commented 1 year ago

v1.3.0 was behaving strangely, once temperature was above 30 (e.g. 31.8) it would report on 1.8. Currently testing v1.3.1, waiting for temperature to rise.

earvingad commented 1 year ago

I can confirm it's working nicely. Thanks for the update and support with the program!