mac-zhou / midea-msmart

This is a library to allow communicating to a Midea AC via the Local area network.
MIT License
149 stars 38 forks source link

Login error during discovery when more than one AC is available #50

Closed mkissjoe closed 3 years ago

mkissjoe commented 3 years ago

Hi,

I tried to discover my AC units with this tool, but it did not succeed. Running in debug mode I saw that the script tries to create multiple login sessions, this could be the problem. I got no error, when there is only one AC unit is available in the network. midea-discover.log

mac-zhou commented 3 years ago

i just updated,please try:

pip3 uninstall msmart
pip3 install git+https://github.com/mac-zhou/midea-msmart
mkissjoe commented 3 years ago

It is working great, thx for the quick fix!