mill1000 / midea-msmart

Python library for local control of Midea (and associated brands) smart air conditioners.
MIT License
53 stars 2 forks source link

Discover - Account or Password incorrect #176

Open seppe912 opened 2 hours ago

seppe912 commented 2 hours ago

Hi Mill, today i got an error regarding the Cloud credentials:

msmart-ng discover
INFO:msmart.cli:Discovering all devices on local network.
INFO:msmart.cloud:Using Midea cloud server: https://mp-prod.appsmb.com (China: False).
ERROR:msmart.discover:Failed to login to cloud. Error: Code: 3102, Message: Account or password incorrect, please re-enter
ERROR:msmart.discover:Could not establish cloud connection.
INFO:msmart.cli:Found 1 devices.
INFO:msmart.cli:Found device:
.....
mill1000 commented 2 hours ago

Yeah it seems like Midea might be region-locking accounts (https://github.com/mill1000/midea-ac-py/issues/256).

You can try one of these alternate credentials for now.

_CLOUD_CREDENTIALS = {
    "DE": ("midea_eu@mailinator.com", "das_ist_passwort1"),
    "KR": ("midea_sea@mailinator.com", "password_for_sea1")
}
seppe912 commented 1 hour ago

Yep, DE works for me. Thanks