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
337 stars 16 forks source link

Feature(CD): Heat Pump Water Heater RSJRAC01 wrong temperature #347

Open Punisher01 opened 1 month ago

Punisher01 commented 1 month ago

HA core version

2024.10

Current integration version

v0.6.1

Last known working integration version

-

Device type and model

RSJRAC01

Working mobile app

SmartHome

The description of problem

The temperatures values are wrong: 10 degrees instead of 50 and also the current temperature is wrong. This problem persists from old unmaintained version.

Screenshot 2024-10-07 145324

The logs

config_entry-midea_ac_lan-30c54274be3917a9b39bb6660eb613b1.json

chemelli74 commented 1 month ago

Hi @Punisher01, please enable debug for Midea AC LAN integration, wait for this error, disable debug and attach the log.

Note: it is better to drag the log into the comment (which will add it as an attachment) and not copy paste as it is hard to read logs in GitHub.

Thanks

Punisher01 commented 1 month ago

home-assistant_midea_ac_lan_2024-10-08T06-46-15.589Z.log

I also saw continuous on/off. The connection to the wifi should be OK because it's only 1 room away from the heater.

chemelli74 commented 1 month ago

As first step please disable "custom_components/hon" as it generate a ton of "Detected blocking call...."

chemelli74 commented 1 month ago

2024-10-08 09:45:59.614 DEBUG (Boiler) [midealocal.device] [142936511750394] Status update: {'power': True, 'mode': 'Energy-save', 'max_temperature': 20, 'min_temperature': 4, 'target_temperature': 10, 'current_temperature': 20, 'outdoor_temperature': 39.0, 'condenser_temperature': 22.5, 'compressor_temperature': 13.5, 'compressor_status': False}

Seems all good from log, maybe you are referring to F instead of C ?

Punisher01 commented 1 month ago

No. It's Celsius.

I raised this issue on older version also. Someone found a solution: https://github.com/georgezhao2010/midea_ac_lan/issues/404#issuecomment-2075682834

Maybe this helps

wuwentao commented 1 month ago

@Punisher01 could you help to share your device SN for us? then we can confirm the finally solution with your device type.

the error should be your device msg not match current code, we should add new type or new msg for your device to fix it.

Punisher01 commented 1 month ago

0000CD311RSJRAC012A22B100101LT4G

image

Issues-translate-bot commented 1 month ago

Bot detected the issue body's language is not English, translate it automatically. πŸ‘―πŸ‘­πŸ»πŸ§‘β€πŸ€β€πŸ§‘πŸ‘«πŸ§‘πŸΏβ€πŸ€β€πŸ§‘πŸ»πŸ‘©πŸΎβ€πŸ€β€πŸ‘¨πŸΏπŸ‘¬πŸΏ


0000CD311RSJRAC012A22B100101LT4G

image

wuwentao commented 1 month ago

seems both mode should works for different device submodule. maybe we can add a flag or switch for it, if the temperature is error, we can turn on or turn off it to confirm the result.

BenLeitch4654 commented 2 weeks ago

Hello, I'm having the same issue, Temperatures aren't showing correct values... Was there a fix?