English | 简体中文
Control your Midea M-Smart appliances via local area network.
- Automated device discover and configuration based HA config flow UI.
- Extra sensors and switches.
- Synchronize status with the appliance by long TCP connection in time.
This component inspired from the repository at @mac-zhou which provides similar functionality for Midea air conditioners. This component include verbatim or adapted portions of the code from his great projects.
Thanks also to @NeoAcheron.
Note: HomeAssistant 2022.5 or higher requied for this integration
And more.
Type | Name | Documents |
---|---|---|
AC | Air Conditioners | AC.md |
CA | Refrigerators | CA.md |
CC | MDV Wi-Fi Controllers | CC.md |
CF | Heat Pumps | CF.md |
DA | Top Load Washers | DA.md |
DB | Front Load Washers | DB.md |
DC | Clothes Dryers | DC.md |
E1 | Dishwashers | E1.md |
E2 | Electric Water Heaters | E2.md |
E3 | Gas Water Heaters | E3.md |
EA | Electric Rice Cookers | EA.md |
Search 'Midea AC LAN' in HACS and install, or copy all files in custom_components/midea_ac_lan
from Latest Release to your /custom_components/midea_ac_lan
in HomeAssistant manually.
Restart HomeAssistant.
After installation, search and add component Midea AC LAN in HomeAssistant integrations page.
This component could auto-discover and list Midea M-Smart appliances in network, select one and add it in. You could repeat the above action to add multiple devices.
Automatic configuration requires your appliances and your Home Assistant must be in the same sub-network. Otherwise, devices may not be auto-discovered. Check this by yourself.
If auto-discover could not work, you could try to discover the appliance with the specified IP Address.
If you already know following information, you could add the appliance manually.
- Appliance code
- Appliance type (one of Supported appliances)
- IP address
- Port (default 6444)
- Protocol version
- Token
- Key
Only one main entity (e.g. climate entity) will be generated after configuration. If you want to make the attributes to extra sensor and switch entities, click CONFIGURE in Midea AC LAN integration card to choose (if your devices supported).
Turn on the debug log out,config in configuration.yaml
logger:
default: warn
logs:
custom_components.midea_ac_lan: debug