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
531 stars 102 forks source link

How to access midea-discover for config with non-container Home Assistant OS #169

Closed keithfree closed 2 years ago

keithfree commented 2 years ago

Describe the bug (描述一下问题) I recently installed two Midea U-Shaped Window A/C units (models MAW08V1QWT and MAW12V1QWT) in my home and am looking for help with how to use midea-ac-py.

  1. How do I identify "Midea AC Device's applianceId"?
  2. How do I know if "V3 is required" for my AC units?
  3. If V3 is required, how do I get midea-discover in order to identify the token and k1 values?
climate:
  - platform: midea_ac
    host: 192.168.1.100
    id: 123456789012345
    # v3 need token and k1(key)
    # token: ACEDDA53831AE5DC...(Length 128)
    # k1: CFFA10FC...(Length 64)

Versions (版本信息)

keithfree commented 2 years ago

This issue can be closed. I installed python on my windows laptop and was able to install/run midea-discover successfully.

mill1000 commented 2 years ago

You should be able to close the issue yourself. image