Open nicocoetzee opened 1 year ago
Hello - I have read the readme file, multiple times. I don't know how to get the ID number?
Run midea-discover
. If it finds any supported devices it should output something like
Found a device: {'type': 'ac', 'support': True, 'version': 3, 'ip': '192.X.X.X', 'id':
, 'port': 6444, ....
Run midea-discover. where?
On Mon, Apr 24, 2023 at 2:47 PM Tucker Kern @.***> wrote:
Run midea-discover. If it finds any supported devices it should output something like
Found a device: {'type': 'ac', 'support': True, 'version': 3, 'ip': '192.X.X.X', 'id':
, 'port': 6444, .... — Reply to this email directly, view it on GitHub https://github.com/mac-zhou/midea-ac-py/issues/209#issuecomment-1520873106, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFBGIY6AIVIFTAG3CBN5EN3XC3YF7ANCNFSM6AAAAAAVUMKMIQ . You are receiving this because you authored the thread.Message ID: @.***>
Clearly, I don't know how to do that, and clearly, the readme file is not sufficient to explain it to me. Anyway, thanks for your help.
Try this project. You might have better luck: https://github.com/georgezhao2010/midea_ac_lan
Try this project. You might have better luck: https://github.com/georgezhao2010/midea_ac_lan
That project worked perfectly! Auto discover did not automatically find the device, but manually entering the IP was enough. Just a couple of minutes to have it running. Thanks!
It's in the readme