ttimpe / homebridge-midea

This is a homebridge plugin for Midea AC units.
https://www.npmjs.com/package/homebridge-midea
Other
51 stars 10 forks source link

Request for dehumidifier "Midea MDDF-16DEN7-WF" #20

Open banjohb opened 4 years ago

banjohb commented 4 years ago

Hey and greetrings to Bielefeld, my english is noct the best, but Iwill try :) I use the credentials for the Nethome-APP. Everythingsworks fine, also the Alexa-Support. But i want use the device in homekit too - for automations. Is ist possible with this homebridge-plugin? Where can i find the the device id?

Thank u for help!

ttimpe commented 4 years ago

You don’t need the device ID to use the plugin, although using a Dehumidifier is not recommended yet. Feel free to try it and share your experience.

banjohb commented 4 years ago

Ok, thank u.

I installed the plug-in with this config.json

{ "user": "xxxxxxx@googlemail.com", "password": "xxxxxxxx", "interval": 5, "devices": [ { "supportedSwingModes": "None" } ], "platform": "midea" }

I can see the device in homekit now - but I have no possibility to control it.

How can I install the „branch-version“ of ur Plugin?

ttimpe commented 4 years ago
{
"user": "xxxxxxx@googlemail.com",
"password": "xxxxxxxx",
"interval": 5,
"platform": "midea"
}

should be enough in your case.

Please run "homebridge -D" to see the log output of the plugin. We're probably sending some invalid commands to the device because the exact values for Dehumidifiers have not been implemented.

banjohb commented 4 years ago

This is the output when I send a command from Homekit:

image

ttimpe commented 4 years ago

I will look at this tomorrow. It would be nice if you could share the device with me through the Midea app so that I can test it.

banjohb commented 4 years ago

Nice. I send the QR Code for sharing to ur email :)

ttimpe commented 4 years ago

I got your QR code, I guess we need to coordinate when you are actually able to accept the sharing request.

banjohb commented 4 years ago

Ok. How it works? What I have to do? :) I will sent my phonenumer to ur mail.

ttimpe commented 4 years ago

Open the Midea Air app and see if you have any open requests. I don‘t exactly know how it works either.

pascals92 commented 3 years ago

Something new? would be really great if the dehumidifiers are supported ..

idominiki commented 3 years ago

Hey Tobias,

beste Grüße nach Bielefeld von Soest! Habe leider bei dem Entfeuchter das selbe Problem. Folgende Fehler werden mir angezeigt:

[12.12.2020, 13:15:10] [midea] {"msg":"The asyn reply does not exist ","errorCode":"3176"} [12.12.2020, 13:15:10] [midea] Command was not accepted by device. Command wrong or device not reachable 31885837238739 The asyn reply does not exist [12.12.2020, 13:15:10] [midea] {"msg":"The asyn reply does not exist ","errorCode":"3176"} [12.12.2020, 13:15:10] [midea] Command was not accepted by device. Command wrong or device not reachable 31885837238739 The asyn reply does not exist [12.12.2020, 13:15:10] [midea] Update successful

Gibt es da eine Lösung für?

Viele Grüße Dominik

idominiki commented 3 years ago

Hey Tobias,

beste Grüße nach Bielefeld von Soest! Habe leider bei dem Entfeuchter das selbe Problem. Folgende Fehler werden mir angezeigt:

[12.12.2020, 13:15:10] [midea] {"msg":"The asyn reply does not exist ","errorCode":"3176"} [12.12.2020, 13:15:10] [midea] Command was not accepted by device. Command wrong or device not reachable 31885837238739 The asyn reply does not exist [12.12.2020, 13:15:10] [midea] {"msg":"The asyn reply does not exist ","errorCode":"3176"} [12.12.2020, 13:15:10] [midea] Command was not accepted by device. Command wrong or device not reachable 31885837238739 The asyn reply does not exist [12.12.2020, 13:15:10] [midea] Update successful

Gibt es da eine Lösung für?

Viele Grüße Dominik

Hey together,

I installed the homebridge plugin from the development branch and its working now like a charm 😍

"sudo npm install -g --unsafe-perm https://github.com/ttimpe/homebridge-midea#development -g"

Thanks for this plugin!

pascals92 commented 3 years ago

sudo npm install -g --unsafe-perm https://github.com/ttimpe/homebridge-midea#development -g

Hallo, danke für den Tipp! Verbindung steht jetzt mal. Leider kann ich den Luftentfeuchter nicht ein oder auschalten. Wie schaut deine config aus?

     "user": "blabla@blabla.com",
        "password": "blablabla1",
        "interval": 1,
        "devices": [
            {
                "deviceId": "Comfee",
                "supportedSwingModes": "None"
            }
        ],
        "platform": "midea"
banjohb commented 3 years ago

{ "user": "xxxxxxx@googlemail.com", "password": "xxxxxxxx", "interval": 5, "platform": "midea" }

So funktioniert es bei mir :)

pascals92 commented 3 years ago

{ "user": "xxxxxxx@googlemail.com", "password": "xxxxxxxx", "interval": 5, "platform": "midea" }

So funktioniert es bei mir :)

danke danke! jetzt schauts gut aus :) leider wird mir der wasserfüllstand nicht übermittel.. wie schaut das bei dir aus?

ttimpe commented 3 years ago

Die Schnittstelle von Midea ist leider nicht vernünftig dokumentiert. Daher kann ich euch keinen wirklichen Support dafür leisten. Die Wasserstandsanzeige sollte allerdings funktionieren. Da ich selbst jedoch keinen Luftentfeuchter besitze, kann ich das nicht testen bzw. garantieren, dass es funktioniert.

MrDrache333 commented 3 years ago

Vielen vielen Dank 🙌 Funktioniert, wie bei @banjohb und @pascals92, mit dem aktuellen Dev branch auch bei mir 😃 Super Arbeit 😃

stefanovesca commented 3 years ago

Dear, I have installed the plugin for my Inventor Eva II Pro. The dehumidifier is correctly added to home but no option to change fan speed, mode and target humidity. Relative humidity sensor is working well. How can I fix it? I’m new on GitHub, but maybe I can help you with logs or something else.