ginkage / MHI-AC-Ctrl-ESPHome

ESPHome integration for MHI-AC-Ctrl project
MIT License
112 stars 39 forks source link

When turning on heating - temp up by 2 degrees #39

Closed sanderlv closed 2 years ago

sanderlv commented 2 years ago

I have noticed that when I turn on heating the temp is upped by 2 degrees.

it is also in the logs:

[13:15:22][D][climate:385]: 'Airco' - Sending state:
[13:15:22][D][climate:388]:   Mode: HEAT
[13:15:22][D][climate:393]:   Fan Mode: LOW
[13:15:22][D][climate:405]:   Swing Mode: VERTICAL
[13:15:22][D][climate:408]:   Current Temperature: 22.25°C
**[13:15:22][D][climate:414]:   Target Temperature: 23.00°C**
[13:15:22][D][mhi_ac_ctrl:094]: received status=137 value=106 power=1
[13:15:33][D][sensor:126]: 'Airco Uptime': Sending state 71044.69531 s with 0 decimals of accuracy
[13:15:35][D][sensor:126]: 'Airco WiFi Signal': Sending state -59.00000 dBm with 0 decimals of accuracy
[13:15:36][D][sensor:126]: 'Airco - Current Power': Sending state 0.00000 W with 1 decimals of accuracy
[13:15:36][D][sensor:126]: 'Airco - Usage': Sending state 0.14311 kWh with 3 decimals of accuracy
[13:15:36][D][mhi_ac_ctrl:074]: did not receive a room_temp_api value, using IU temperature sensor
[13:15:40][D][mhi_ac_ctrl:094]: received status=130 value=50 power=1
[13:15:40][D][climate:385]: 'Airco' - Sending state:
[13:15:40][D][climate:388]:   Mode: HEAT
[13:15:40][D][climate:393]:   Fan Mode: LOW
[13:15:40][D][climate:405]:   Swing Mode: VERTICAL
[13:15:40][D][climate:408]:   Current Temperature: 22.25°C
**[13:15:40][D][climate:414]:   Target Temperature: 25.00°C**
[13:15:46][D][mhi_ac_ctrl:094]: received status=135 value=83 power=1
[13:15:48][D][mhi_ac_ctrl:094]: received status=136 value=251 power=1

i did not up that myself...

What/Why is that?

JoepWi commented 2 years ago

I have the same issue.

According to @absalom-muc in this post the ESPHome HA fork uses some wrong T-sensor. But.... I'm only a user and fully dependent on the good work of @absalom-muc and @ginkage

arpiecodes commented 2 years ago

OK, that helped. Made some changes in https://github.com/ginkage/MHI-AC-Ctrl-ESPHome/pull/40 that should make this go better.