Invmate EVA II Dehumidifier

I’m looking for support for the Invmate EVA II Pro wifi dehumidifer as below, although it appears that the the same protocol will support all their devices/ aircon units.

https://www.inventorappliances.com/dehumidifiers/eva-ii-pro-wi-fi-20l

There is a thread on OpenHAB which suggests it is the same protocol from http://www.idelan.cn/ and also used on Midea units.

Anybody investigated this at all?

Any update on this topic?
Thanks

I found a ruby gem to connect with Midea air condition

Github:

I don’t have the dehumidifier with me, so it’s impossible to test :frowning:

Anyone can test if these apps works with Invmate EVA II Dehumidifier:

Android:
https://play.google.com/store/apps/details?id=com.midea.ac.iotappen&rdid=com.midea.ac.iotappen


Ios App:

I have tested the apps mentioned and only the last one works.
also the following apps work with my Inventor dehumidifier:


I have also tested the ruby gem and I can configure it (midea-ac configure) and get a list of my devices (midea-ac list) with the API key from the ruby gem github but I’m getting errors when trying to get / set the device status.

Looks like @NeoArcheron has made progress converting the ruby code into python and a beta HA library.

Check out this topic:

And the code on github:

Any news for this deumidifier?

1 Like

Hi guys,
I am glad to inform you that I just finished to develop a fully working client-side python library able to control the EVA II PRO WiFi Smart Dehumidifier appliance. You can find my library on this github repo:

Unfortunately, until now I was not aware that NeoAcheron has been working on a very similar code.
I expect to use my code to integrate the EVA II dehuidifier in Home Assistant by creating a new component in the next weeks.

Best Regards
barban

1 Like

Hi Barban
NeoAcheron is focused on the air conditioner that the Midea code is compatible with. He does not have a EVA II so therefore is relying on others to feedback to support. So a dehumidifier focused component from yourself would be great.

1 Like

Could you @barban please make the component so we can use it with HA ?

1 Like

Hi,
I just released a new custom component able to control this device.

2 Likes