midea-lan python lib
Control your Midea M-Smart appliances via local area network.
This library is part of https://github.com/wuwentao/midea_ac_lan code. ⭐If this component is helpful for you, please star it, it encourages me a lot.
Getting started
Finding your device
from midealan.discover import discover
# Without knowing the ip address
discover()
# If you know the ip address
discover(ip_address="203.0.113.11")
# The device type is in hexadecimal as in midealan/devices/TYPE
type_code = hex(list(discover().values())[0]["type"])[2:]
Getting data from device
from midealan.discover import discover
from midealan.devices import device_selector
token = "..."
key = "..."
# Get the first device
d = list(discover().values())[0]
# Select the device
ac = device_selector(
name="AC",
device_id=d["device_id"],
device_type=d["type"],
ip_address=d["ip_address"],
port=d["port"],
token=token,
key=key,
device_protocol=d["protocol"],
model=d["model"],
subtype=0,
customize="",
)
# Connect and authenticate
ac.connect()
# Getting the attributes
print(ac.attributes)
# Setting the temperature
ac.set_target_temperature(23.0, None)
# Setting the swing
ac.set_swing(False, False)
Command line tool
The package installs a midealan console command. From a clone of this repository, create
the development environment, install the package in editable mode, and activate the virtual
environment first:
# Linux / macOS / WSL2
git clone https://github.com/wuwentao/midea-lan.git
cd midea-lan
./scripts/setup.sh
uv pip install -e .
source .venv/bin/activate
midealan --help
On Windows PowerShell, run scripts\setup.ps1, then uv pip install -e . and
.\.venv\Scripts\Activate.ps1 before using midealan --help. The console command is
installed inside .venv, so use uv run when the virtual environment is not activated:
uv run python -m midealan.cli -h
Available commands are discover, decode, save, download, and setattr. Run
midealan <command> --help (or the uv run equivalent) for command-specific options.
Downloading cloud Lua and plugin files
The download command signs in to a supported Midea cloud account, downloads the Lua
protocol file for each selected appliance, then tries to download its plugin. Files are
written to the current working directory. Use a separate empty directory if you want to
keep the downloads together.
Collected Lua files are published for reference in wuwentao/midea-lua; contributions with additional device Lua files are welcome there.
midealan download [--debug] --username USERNAME --password PASSWORD \
--cloud-name CLOUD [--host HOST | --device-sn SERIAL [--device-type HEX]]
When working from a checkout, replace midealan in the examples below with
uv run python -m midealan.cli.
Supported --cloud-name values are 美的美居, SmartHome, Midea Air, NetHome Plus,
and Ariston Clima.
Download for a device discovered at a LAN address:
midealan download \
--cloud-name "美的美居" --username "user@example.com" --password "password" \
--host 192.0.2.121
Download for one serial number from the cloud account:
midealan download \
--cloud-name "SmartHome" --username "user@example.com" --password "password" \
--device-sn "0000005112429652937220340014X2X3"
Pass an explicit hexadecimal device type when the serial number does not identify the device type correctly:
midealan download \
--cloud-name "SmartHome" --username "user@example.com" --password "password" \
--device-sn "0000005112429652937220340014X2X3" --device-type AC
Omit both --host and --device-sn to process every appliance in the cloud account:
midealan download \
--cloud-name "SmartHome" --username "user@example.com" --password "password"
--host takes precedence when it is supplied with --device-sn; LAN discovery provides
the serial number, type, and model. For a serial-number download, the device type is
resolved in this order: --device-type, a matching appliance in the cloud account, then
the legacy type byte in the serial number. A malformed or unsupported serial-number
fallback uses type 0, so pass --device-type when known.
Each appliance is handled independently during account-wide downloads. A Lua or plugin
failure is logged and later appliances continue to be processed. 美的美居 and
SmartHome support Lua and plugin downloads. The legacy Midea Air, NetHome Plus, and
Ariston Clima backend supports Lua downloads but not plugin downloads; the command logs
a warning after a successful Lua download. Add --debug when diagnosing a failed request,
and verify the files actually created in the working directory.
Development
This project uses uv for its development environment. After installing uv:
git clone https://github.com/wuwentao/midea-lan.git
cd midea-lan
./scripts/setup.sh # Linux / macOS / WSL2 (Windows: scripts\setup.ps1)
This creates a .venv, installs all dependencies, and sets up the prek hooks.
Run tools with uv run, e.g. uv run python -m pytest ./tests/. See the contributing
guide for the full workflow and per-OS uv install instructions.
Contributing Guide
Release files for midea-lan 2026.9.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| midea_lan-2026.9.0.tar.gz | 166.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| midea_lan-2026.9.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 386.6 kB
Release files / midea_lan-2026.9.0.tar.gz
| Download URL | midea_lan-2026.9.0.tar.gz |
|---|---|
| Size | 166.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
dc26cad4d8cb60d201b7e2cd5583bf116677cb53c1fdd43727b16e73d3fb8c81
|
|
BLAKE2b-256 checksum How to use checksums |
c87d37a4f05303b014d418464259e75c98b0a8c6448cdeabb7ae176d942dcbf8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.
Transparency logRelease files / midea_lan-2026.9.0-py3-none-any.whl
| Download URL | midea_lan-2026.9.0-py3-none-any.whl |
|---|---|
| Size | 220.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3ec5ecf46a9653d0155c782622a0dd86b3101dfecf99d83a686881a55cd53c9c
|
|
BLAKE2b-256 checksum How to use checksums |
1b60c3495c29bbdcf049223a265ec66f82f02956e2c849b186da0d165ef8a4fb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.
Transparency log