GrKoR / esphome_aux_ac_component

ESPHome component for AUX based air conditioners. Direct wifi control of HVAC by ESPHome and Home Assistant. HVAC status and command feedback are available.
Other
185 stars 44 forks source link

Reported power_limit wrong #65

Closed makkie2002 closed 1 year ago

makkie2002 commented 1 year ago

The reported power_limit is wrong. When e.g.

This seems to be a misinterpretation of the binary code: 30 = 00011110 -> 79 = 01001111 100 = 01100100 -> 114 = 01110010 56 = 00111000 -> 92 = 01011100

There is a pattern I hope you can see it as well :)

GrKoR commented 1 year ago

@makkie2002 Test please v.0.2.9-dev.3 from dev branch. Does it work for you?

makkie2002 commented 1 year ago

It seems to work just fine now! Thank you!