wuwentao / midea_ac_lan

Auto-configure and then control your Midea M-Smart devices (Air conditioner, Fan, Water heater, Washer, etc) via local area network.
MIT License
367 stars 17 forks source link

Bug(AC): Heat Pump heating mode doesn't go low enough #396

Closed ctrlaltd1337ed closed 2 days ago

ctrlaltd1337ed commented 4 days ago

HA core version

2024.11.1

Current integration version

0.6.5

Last known working integration version

xx

Device type and model

Air Conditioner 00000Q18 (44204)

Working mobile app

NetHome Plus

The detail description of bug/problem

The temperature selector when in heat mode only goes down to 17 in the integration but it is able to go down to 16 on the remote and actual unit.

The logs

  1. DEBUG log MUST be enabled (Please refer to README document)
  2. Execute the action to trigger error log(you should description the error action)
  3. Upload the debug log file as attachment。
  4. Please don't paste the log content! upload as a attachment file.
  5. Please don't paste the log content! upload as a attachment file.
  6. Please don't paste the log content! upload as a attachment file. ...
wuwentao commented 3 days ago

seems it defined in this line: https://github.com/wuwentao/midea_ac_lan/blob/e008fcca60b20c1f0d52077ba057505f4c4ca642/custom_components/midea_ac_lan/climate.py#L61

is this possible for you to manual edit this file and replace it to 16, and confirm the result. if not, I will try to do it later. thanks

wuwentao commented 2 days ago

confirmed from lua script, in old version the range is 17-30, and in new lua script, the range is 16-30, I will update it and available in next release