mac-zhou / midea-ac-py

Home Assistant Custom Integration for Midea Group(Hualing, Senville, Klimaire, AirCon, Century, Pridiom, Thermocore, Comfee, Toshiba, Carrier, Goodman, Friedrich, Samsung, Kenmore, Trane, Lennox, LG and much more) Air Conditioners via LAN.
MIT License
519 stars 101 forks source link

Where do I find the ID number of the unite? #209

Open nicocoetzee opened 1 year ago

zaxbux commented 1 year ago

It's in the readme

nicocoetzee commented 1 year ago

Hello - I have read the readme file, multiple times. I don't know how to get the ID number?

mill1000 commented 1 year ago

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, ....

nicocoetzee commented 1 year ago

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: @.***>

mill1000 commented 1 year ago

In a terminal. On a computer. As stated by the README here and also in this README here.

nicocoetzee commented 1 year ago

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.

mill1000 commented 1 year ago

Try this project. You might have better luck: https://github.com/georgezhao2010/midea_ac_lan

federicoalvarez-github commented 11 months ago

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!