mac-zhou / midea-msmart

This is a library to allow communicating to a Midea AC via the Local area network.
MIT License
147 stars 39 forks source link

Comffe/midea AirDryer #78

Open sashsc opened 2 years ago

sashsc commented 2 years ago

i´ve a Comfee/Midea AirDryer DF3(WF).

I´ve install over pip3 msmart. midea-discover hav found a device with following text.

/home/pi/.local/bin/midea-discover INFO:msmart.cli:msmart version: 0.2.3 Currently only supports ac devices, only support MSmartHome APP. INFO:msmart.lan:Got TCP key for 192.168.2.104:60298 -> 192.168.2.114:6444 retries: 0 time: 0.58 tcp_key: xxxxxx INFO:msmart.cli:*** Found a device: {'name': 'net_xxxxx', 'ssid': 'net_xxxx', 'ip': '192.168.2.114', 'port': 6444, 'id': xxxxxxxx, 'version': 3, 'token': 'xx', 'key': 'xxxxx', 'type': 'a1', 'sn': 'xxxxxxx', 'model': '00Q1C', 'support': False, 'run_test': True}

Is it possible to support this device ? I can control it under android via den Nethome+ App V5.2.0506

The device can control the Fan speed (low/mid/hi), on off, smart dry and continue, and the moisture in %

thx sash