Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Washer Dryer #100

Open
mpl1337 opened this issue Dec 20, 2023 · 1 comment
Open

Add Support for Washer Dryer #100

mpl1337 opened this issue Dec 20, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed need more info Further information is requested

Comments

@mpl1337
Copy link

mpl1337 commented Dec 20, 2023

Hello, is it possible to add Support for this device?

https://www.midea.com/de/waschen-trocknen/waschtrockner/waschtrockner-mf200d86wb-14eas

msmart-ng discover
INFO:msmart.cli:Discovering all devices on local network.
INFO:msmart.cloud:Using Midea cloud server: https://mp-prod.appsmb.com (China: False).
INFO:msmart.lan:Creating new connection to 192.168.178.176:6444.
INFO:msmart.lan:Authenticating with 192.168.178.176:6444.
INFO:msmart.lan:Authenticating with 192.168.178.176:6444.
INFO:msmart.lan:Authentication successful. Expiration: 2023-12-21T05:34:55, Local key: secret
ERROR:msmart.discover:Device class Device has not implemented refresh().
INFO:msmart.cli:Found 1 devices.
INFO:msmart.cli:Found device:
{'ip': '192.168.178.176', 'port': 6444, 'id': secret, 'online': False, 'supported': False, 'type': 219, 'name': 'midea_db_0150', 'sn': 'secret', 'key': 'secret', 'token': 'secret'}

Thx

@mill1000 mill1000 added enhancement New feature or request help wanted Extra attention is needed labels Dec 21, 2023
@mill1000
Copy link
Owner

Hi,

Theoretically yes, it should be possible. However, I don't have a device of that type and I can't promise I'll have time to dedicate to a new device type.

That said, a good starting point would be to download and share the device protocol files.
e.g.

msmart-ng download 192.168.178.176

Additionally some screenshots of the OEM app and descriptions of what you'd like to be supported.

If you're a HA user you may find this integration interesting as it supports more device types:
https://github.com/georgezhao2010/midea_ac_lan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed need more info Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants