andersonshatch / midea-ac-lib

Library for controlling Midea AC devices via their cloud
MIT License
21 stars 6 forks source link

target_temperature will not change #5

Open slydlake opened 4 years ago

slydlake commented 4 years ago

Hi,

I just tried your lib. This is really great stuff!

Everything is controllable (fan speed, on/off, cooling/only fan) but not the temperature. When I tried to change it from 20 to 21 (or other temperatures) the device respond always with 17.

I can't figure out why.

Can you help me investigating this?

andersonshatch commented 4 years ago

👋 I cannot take much credit for it, I have only made some minor tweaks. Does your usage differ somehow from the way @andersonshatch/midea-ac-py adjusts the temperature? That is the one client I’m aware of, and temp set does work there

slydlake commented 4 years ago

Ah ok. Cannot use the script https://github.com/andersonshatch/midea-ac-py because it's adjusted to hass. But so far I can say, it is the same commands. But I used the complete library from https://github.com/andersonshatch/midea-ac-lib

I tried now with the original ruby library. Just the same Problem :(

dereitz commented 2 years ago

I'm attempting to set the temperature from within HA as well. Did you ever figure out a solution or a workaround for this? Thanks in advance!