Midea_dehumi Custom Component (Midea/Inventor Invmate EVA II PRO WiFi dehumidifier)

@KrisRux midea_inventor_lib has to go into custom components, as midea_dehumi. If you’re trying to install the original midea_dehumi from barban-dev it won’t work anyway, since operation modes have changed.
Take a look here if you like. I’ve converted to a partially working component, but general operations work! Just be sure to read the Readme to figure what it can and can’t do!

2 Likes

Hello All,

Modified component by @pvakerlis as tested by me:

  • Component modes rename in order to match dehumidifier’s modes. Current state is:

    • dry for component -> dryer for dehumidifier
    • fan only for component -> continuous for dehumidifier
    • heat for component -> smart for dehumidifier
    • cool for component -> none of the predefined modes
  • ION does not work, as originally stated by @pvakerlis

    • additionally, if you enable ION option on dehumidifier (either physically or via the native app), then any given input via HA will disable ION.

Any given help from python experts will help!

1 Like

Since you mentioned the ION, I got an idea!
Changed some modes, added a new one, removed one that was not on the manual of the dehumi.
Bottom line is, we’ve got 2 modes WITH ion! One smart and one continious.
Read the README again to see what changed in the modes and copy the new climate.py!
Click here to go to the component
Test and report!

I installed the component I restarted 2 times, I add on configuration my login settings, but after restart,
I get in logs this :

Error doing job: Task exception was never retrieved

Traceback (most recent call last): File “/usr/src/homeassistant/homeassistant/helpers/entity.py”, line 275, in async_update_ha_state self._async_write_ha_state() File “/usr/src/homeassistant/homeassistant/helpers/entity.py”, line 309, in _async_write_ha_state state = self.state File “/usr/src/homeassistant/homeassistant/components/climate/init.py”, line 175, in state return self.hvac_mode File “/config/custom_components/midea_dehumi/climate.py”, line 337, in hvac_mode if hvmode == “smart_mode-ion_off”: NameError: name ‘hvmode’ is not defined

Also in the states I can see the entity sensor.midea_dehumi_17592186045928_humidity
But with unknown state.

@Chris1989 Yep, sorry about that! I copy pasted the code for the modes with iON and accidentaly deleted a variable! Fixed that, so try again!

The problem on logs disappeared but still have unknown state how can i make it work isnt compatible for inventor eva ii pro wifi?
look at the pictures above:

dehumi dehumi1

Great work, well done! I got one of my dehumidifiers connected and it’s doing everything I’m wanting it to do (using node-red)
My question/problem however, is HA is only able to find one of my 2 dehumidifiers. Any idea on how to get it to pull back both of them?

That’s really strange. People in a Greek forum I’m writing too, don’t have this problem. Maybe delete the platform and set it up again? Mine works too, as I use node-red with this sensor and I’m using the exact module posted on github

Edit: Maybe the sensor is attached to another Midea key since previously you had problems with setup platform. Check on lovelace if there’s a second sensor.mideaXXXXX available. Probably that’s the case!

It should find them automatically. That’s on the library of the module which isn’t tampered with and I just watched the climate and the Platform Setup is untouched too. Did you check in the Invmate App if it’s online? Some members I’ve spoken to, have random disconnects with the wifi and need to setup the dehumi to the app from scrach.

Edit: Also check if you have 2 sensor.mideaXXXXXX. It’s possible it loaded the second appliance (thus enabling the sensor) but couldnt load the second climate

I’ll give deleting it a try (when I get a chance!) and see what happens - I’ll report back as soon as possible :slight_smile:

1 Like

No joy :frowning:

I deleted the the integration and made sure all trace of anything resembling a climate entity was gone from any and all config files, removed the HA database and rebooted. Re-installed the integration from scratch, rebooted again (twice) but still only one device is being detected.

Both devices are showing up in the Invmate app, and when querying the API using a simple python script

INFO:root:MideaClient: logging to console.
INFO:root:MideaClient: logging level set to: INFO
INFO:root:MideaClient::send_api_request: response_status=200, response_reason=OK
INFO:root:MideaClient: login ID successfully retrived: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx
INFO:root:MideaClient::send_api_request: response_status=200, response_reason=OK
INFO:root:MideaClient: successfully logged in.
INFO:root:MideaClient: accessToken=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
INFO:root:MideaClient: sessionId=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
INFO:root:MideaClient::send_api_request: response_status=200, response_reason=OK
INFO:root:MideaClient::listAppliances: homegroupId: xxxxxx
INFO:root:MideaClient::send_api_request: response_status=200, response_reason=OK
[id=16492674xxxxxx type=0xA1 name=Upstairs]
[id=17592186xxxxxx type=0xA1 name=Kitchen]

Interestingly (and I’m not sure if it has any relevance), the device being discovered by HomeAssistant is the second one being returned by my script (Kitchen) - this is consistent regardless of how many times I remove the platform and start again, or how many times I remove and re-add the devices to the Invmate app.

So what happens when you delete the Kitchen from the invmate app and leave only Upstairs?

Edit: I just saw that on init.py there’s a comment from barban that the first dehumi found is loaded. And since I didn’t use his component because I didn’t have a dehumi, were more than 1 devices loaded with his component?

(Καλησπέρα) Panos you had an indentation problem in Climate.py . Everything should work fine after that hotfix. @schmee Can you provide us your full log file for debugging?

Yes there was a problem with a variable on hvac_mode section, which on custom installations of Home Assistant wasn’t working (maybe it needed to be declared?). Replaced that with direct comparison of operation mode and it works on installations other than Hassio!

By fixing the indentation / Tab problem i managed to successfully connect the component in my HA via docker installation. Good job mate, everything works like a charm

1 Like

@pvakerlis, if I delete the Kitchen one, then HA happily finds the Upstairs one and everything works as expected, and vice versa…It seems HA is calling the Midea API and only registering the second (last in the returned dict) instance.

@Christos_Tsoc, sure thing, I put the midea component into debug mode, and excluded everything else, see below:

2019-11-29 12:58:46 INFO (MainThread) [custom_components.midea_dehumi] midea_dehumi: initializing platform...
2019-11-29 12:58:46 DEBUG (MainThread) [custom_components.midea_dehumi] midea_dehumi: starting async_setup
2019-11-29 12:58:46 INFO (MainThread) [custom_components.midea_dehumi] midea_dehumi: logging into Midea API Web Service...
2019-11-29 12:58:48 INFO (MainThread) [custom_components.midea_dehumi] midea-dehumi: login success, sessionId=67ddf44ccd3e4570bc2e7de7b621cfdf2019112xxxxxxxxxx
2019-11-29 12:58:51 INFO (MainThread) [custom_components.midea_dehumi] midea-dehumi: [id=17592186066771 type=0xA1 name=Kitchen] is online, is active.
2019-11-29 12:58:51 INFO (MainThread) [custom_components.midea_dehumi] midea-dehumi: device type 0xA1 found.
2019-11-29 12:58:51 INFO (MainThread) [custom_components.midea_dehumi] midea-dehumi: loading climate entity sub-component...
2019-11-29 12:58:51 INFO (MainThread) [custom_components.midea_dehumi] midea-dehumi: loading sensor entity sub-component...
2019-11-29 12:58:51 INFO (MainThread) [custom_components.midea_dehumi] midea_dehumi: platform successfuly initialized.
2019-11-29 12:59:03 INFO (MainThread) [homeassistant.components.climate] Setting up climate.midea_dehumi
2019-11-29 12:59:03 INFO (MainThread) [custom_components.midea_dehumi.climate] climate.midea_dehumi: initializing climate entity sub-component
2019-11-29 12:59:03 DEBUG (MainThread) [custom_components.midea_dehumi.climate] climate.midea_dehumi: starting async_setup_platform
2019-11-29 12:59:03 DEBUG (MainThread) [custom_components.midea_dehumi.climate] climate.midea_dehumi: targetDevice = {'masterId': '', 'des': '', 'activeStatus': '1', 'onlineStatus': '1', 'name': 'Kitchen', 'modelNumber': '0', 'id': '17592186066771', 'sn': 'cb993729c59235dc959a6efdc0449395452420ec483409fd57ae30efc6506b822eabbba8336c97a5c01503xxxxxxxxxx', 'type': '0xA1', 'tsn': '', 'mac': ''}
2019-11-29 12:59:03 DEBUG (MainThread) [custom_components.midea_dehumi.climate] midea-dehumi: initializing MideaDehumiDevice...
2019-11-29 12:59:03 DEBUG (MainThread) [custom_components.midea_dehumi.climate] midea-client: querying appliance status via Web API...
2019-11-29 12:59:04 DEBUG (MainThread) [custom_components.midea_dehumi.climate] climate.midea_dehumi: get_device_status suceeded: DeHumidification [powerMode=1, mode=3, Filter=True, Water tank=True, Current humidity=67, Current humidity (decimal)=0, Wind speed=80, Set humidity=35, Set humidity (decimal)=0, ionSetSwitch=0, isDisplay=True, dryClothesSetSwitch=0, Up&Down Swing=0]
2019-11-29 12:59:04 INFO (MainThread) [custom_components.midea_dehumi.climate] climate.midea_dehumi: climate entity initialized.
2019-11-29 12:59:04 DEBUG (MainThread) [custom_components.midea_dehumi.climate] climate.midea_dehumi: current_operation called, mode_operation=7, mode_operationStr=smart_mode-ion_off
2019-11-29 12:59:04 DEBUG (MainThread) [custom_components.midea_dehumi.climate] midea-dehumi: current_humidity called, humidity=67
2019-11-29 12:59:04 DEBUG (MainThread) [custom_components.midea_dehumi.climate] midea-dehumi: current_humidity called, humidity=67
2019-11-29 12:59:04 DEBUG (MainThread) [custom_components.midea_dehumi.climate] climate.midea_dehumi: current_fan_mode called, windSpeedMode=HIGH
2019-11-29 13:00:31 INFO (MainThread) [custom_components.midea_dehumi.sensor] sensor.midea_dehumi: initializing sensor entity sub-component
2019-11-29 13:00:31 DEBUG (MainThread) [custom_components.midea_dehumi.sensor] sensor.midea_dehumi: starting async_setup_platform
2019-11-29 13:00:31 DEBUG (MainThread) [custom_components.midea_dehumi.sensor] sensor.midea_dehumi: targetDevice = {'masterId': '', 'des': '', 'activeStatus': '1', 'onlineStatus': '1', 'name': 'Kitchen', 'modelNumber': '0', 'id': '17592186066771', 'sn': 'cb993729c59235dc959a6efdc0449395452420ec483409fd57ae30efc6506b822eabbba8336c97a5c01503xxxxxxxxxx', 'type': '0xA1', 'tsn': '', 'mac': ''}
2019-11-29 13:00:31 DEBUG (MainThread) [custom_components.midea_dehumi.sensor] sensor.midea_dehumi: cannot retrieve the state of midea_humi climate entity
2019-11-29 13:00:31 INFO (MainThread) [custom_components.midea_dehumi.sensor] sensor.midea_dehumi: sensor entity initialized.
2019-11-29 13:00:37 DEBUG (MainThread) [custom_components.midea_dehumi.climate] async_update called.
2019-11-29 13:00:37 DEBUG (MainThread) [custom_components.midea_dehumi.climate] access_token=3854d79b6fab67c747a069b7257eb448b920ebb829d567559397dexxxxxxxxxx
2019-11-29 13:00:37 DEBUG (MainThread) [custom_components.midea_dehumi.climate] data_key=4f0208b232e447be
2019-11-29 13:00:37 INFO (MainThread) [custom_components.midea_dehumi.climate] DeHumidification [powerMode=1, mode=3, Filter=True, Water tank=True, Current humidity=67, Current humidity (decimal)=0, Wind speed=80, Set humidity=35, Set humidity (decimal)=0, ionSetSwitch=0, isDisplay=True, dryClothesSetSwitch=0, Up&Down Swing=0]
2019-11-29 13:00:37 DEBUG (MainThread) [custom_components.midea_dehumi.climate] climate.midea_dehumi: current_operation called, mode_operation=7, mode_operationStr=smart_mode-ion_off
2019-11-29 13:00:37 DEBUG (MainThread) [custom_components.midea_dehumi.climate] midea-dehumi: current_humidity called, humidity=67
2019-11-29 13:00:37 DEBUG (MainThread) [custom_components.midea_dehumi.climate] midea-dehumi: current_humidity called, humidity=67
2019-11-29 13:00:37 DEBUG (MainThread) [custom_components.midea_dehumi.climate] climate.midea_dehumi: current_fan_mode called, windSpeedMode=HIGH
2019-11-29 13:00:37 WARNING (MainThread) [homeassistant.helpers.entity] Updating state for climate.midea_dehumi_kitchen (<class 'custom_components.midea_dehumi.climate.MideaDehumiDevice'>) took 0.522 seconds. Please report platform to the developers at https://goo.gl/Nvioub
2019-11-29 13:00:41 DEBUG (MainThread) [custom_components.midea_dehumi.climate] async_set_fan_mode called; mode=HIGH
2019-11-29 13:00:41 DEBUG (MainThread) [custom_components.midea_dehumi.climate] async_update called.
2019-11-29 13:00:41 DEBUG (MainThread) [custom_components.midea_dehumi.climate] access_token=3854d79b6fab67c747a069b7257eb448b920ebb829d567559397dexxxxxxxxxx
2019-11-29 13:00:41 DEBUG (MainThread) [custom_components.midea_dehumi.climate] data_key=4f0208b232e447be
2019-11-29 13:00:41 INFO (MainThread) [custom_components.midea_dehumi.climate] DeHumidification [powerMode=1, mode=3, Filter=True, Water tank=True, Current humidity=67, Current humidity (decimal)=0, Wind speed=80, Set humidity=35, Set humidity (decimal)=0, ionSetSwitch=0, isDisplay=True, dryClothesSetSwitch=0, Up&Down Swing=0]
2019-11-29 13:00:41 DEBUG (MainThread) [custom_components.midea_dehumi.climate] climate.midea_dehumi: current_operation called, mode_operation=7, mode_operationStr=smart_mode-ion_off
2019-11-29 13:00:41 DEBUG (MainThread) [custom_components.midea_dehumi.climate] midea-dehumi: current_humidity called, humidity=67
2019-11-29 13:00:41 DEBUG (MainThread) [custom_components.midea_dehumi.climate] midea-dehumi: current_humidity called, humidity=67
2019-11-29 13:00:41 DEBUG (MainThread) [custom_components.midea_dehumi.climate] climate.midea_dehumi: current_fan_mode called, windSpeedMode=HIGH
2019-11-29 13:00:45 DEBUG (MainThread) [custom_components.midea_dehumi.climate] async_set_fan_mode called; mode=HIGH
2019-11-29 13:00:45 DEBUG (MainThread) [custom_components.midea_dehumi.climate] async_update called.
2019-11-29 13:00:45 DEBUG (MainThread) [custom_components.midea_dehumi.climate] access_token=3854d79b6fab67c747a069b7257eb448b920ebb829d567559397dexxxxxxxxxx
2019-11-29 13:00:45 DEBUG (MainThread) [custom_components.midea_dehumi.climate] data_key=4f0208b232e447be
2019-11-29 13:00:45 INFO (MainThread) [custom_components.midea_dehumi.climate] DeHumidification [powerMode=1, mode=3, Filter=True, Water tank=True, Current humidity=67, Current humidity (decimal)=0, Wind speed=80, Set humidity=35, Set humidity (decimal)=0, ionSetSwitch=0, isDisplay=True, dryClothesSetSwitch=0, Up&Down Swing=0]
2019-11-29 13:00:45 DEBUG (MainThread) [custom_components.midea_dehumi.climate] climate.midea_dehumi: current_operation called, mode_operation=7, mode_operationStr=smart_mode-ion_off
2019-11-29 13:00:45 DEBUG (MainThread) [custom_components.midea_dehumi.climate] midea-dehumi: current_humidity called, humidity=67
2019-11-29 13:00:45 DEBUG (MainThread) [custom_components.midea_dehumi.climate] midea-dehumi: current_humidity called, humidity=67
2019-11-29 13:00:45 DEBUG (MainThread) [custom_components.midea_dehumi.climate] climate.midea_dehumi: current_fan_mode called, windSpeedMode=HIGH

Yes, as I saw on the init.py, only one appliance is loaded. Will check if I can make it load all appliances

Try this one
It has the init.py only, which you copy to the /midea_dehumi folder. Test and report back.
As a code it works (on mine for eg.) and loads the appliance. The only problem is I have only one appliance so I can’t check if it works for sure

This file is only for @schmee ! This is not for general use! Do not try in your systems until we can verify it works!

Changed repository to a new, forked from @barban to be more “official”
You’ll find it here
Next stage is to create presets so we can switch back to normal names for operation modes!

Tried the updated init script and there is now mention of both devices in the logs however only one is being set up in HA - the difference is it’s now the upstairs one that’s being set up, not the kitchen :confused:

Here are the logs from the last restart:

2019-11-30 11:29:26 INFO (MainThread) [custom_components.midea_dehumi] midea_dehumi: initializing platform...
2019-11-30 11:29:26 DEBUG (MainThread) [custom_components.midea_dehumi] midea_dehumi: starting async_setup
2019-11-30 11:29:26 INFO (MainThread) [custom_components.midea_dehumi] midea_dehumi: logging into Midea API Web Service...
2019-11-30 11:29:29 INFO (MainThread) [custom_components.midea_dehumi] midea-dehumi: login success, sessionId=a6f3be7cf97a49a6bf6820ba765c66af20191130112928328
2019-11-30 11:29:33 INFO (MainThread) [custom_components.midea_dehumi] midea-dehumi: [id=17592186066771 type=0xA1 name=Kitchen] is online, is active.
2019-11-30 11:29:33 INFO (MainThread) [custom_components.midea_dehumi] midea-dehumi: device type 0xA1 found.
2019-11-30 11:29:33 INFO (MainThread) [custom_components.midea_dehumi] midea-dehumi: loading climate entity sub-component...
2019-11-30 11:29:33 INFO (MainThread) [custom_components.midea_dehumi] midea-dehumi: loading sensor entity sub-component...
2019-11-30 11:29:33 INFO (MainThread) [custom_components.midea_dehumi] midea_dehumi: platform successfuly initialized.
2019-11-30 11:29:40 INFO (MainThread) [homeassistant.components.climate] Setting up climate.midea_dehumi
2019-11-30 11:29:40 INFO (MainThread) [custom_components.midea_dehumi.climate] climate.midea_dehumi: initializing climate entity sub-component
2019-11-30 11:29:40 DEBUG (MainThread) [custom_components.midea_dehumi.climate] climate.midea_dehumi: starting async_setup_platform
2019-11-30 11:29:40 DEBUG (MainThread) [custom_components.midea_dehumi.climate] climate.midea_dehumi: targetDevice = {'masterId': '', 'des': '', 'activeStatus': '1', 'onlineStatus': '1', 'name': 'Upstairs', 'modelNumber': '0', 'id': '16492674444848', 'sn': '4977d4a63e971455d025537ec7dc03d2674cbe5005538555e581604a5fbda931da9c50f54dbdaa430f52b1a738eab1cd', 'type': '0xA1', 'tsn': '', 'mac': ''}
2019-11-30 11:29:40 DEBUG (MainThread) [custom_components.midea_dehumi.climate] midea-dehumi: initializing MideaDehumiDevice...
2019-11-30 11:29:40 DEBUG (MainThread) [custom_components.midea_dehumi.climate] midea-client: querying appliance status via Web API...
2019-11-30 11:29:42 DEBUG (MainThread) [custom_components.midea_dehumi.climate] climate.midea_dehumi: get_device_status suceeded: DeHumidification [powerMode=0, mode=3, Filter=True, Water tank=False, Current humidity=68, Current humidity (decimal)=0, Wind speed=80, Set humidity=60, Set humidity (decimal)=0, ionSetSwitch=0, isDisplay=True, dryClothesSetSwitch=0, Up&Down Swing=0]
2019-11-30 11:29:42 INFO (MainThread) [custom_components.midea_dehumi.climate] climate.midea_dehumi: climate entity initialized.
2019-11-30 11:29:43 DEBUG (MainThread) [custom_components.midea_dehumi.climate] climate.midea_dehumi: current_operation called, mode_operation=7, mode_operationStr=smart_mode-ion_off
2019-11-30 11:29:43 DEBUG (MainThread) [custom_components.midea_dehumi.climate] midea-dehumi: current_humidity called, humidity=68
2019-11-30 11:29:43 DEBUG (MainThread) [custom_components.midea_dehumi.climate] midea-dehumi: current_humidity called, humidity=68
2019-11-30 11:29:43 DEBUG (MainThread) [custom_components.midea_dehumi.climate] climate.midea_dehumi: current_fan_mode called, windSpeedMode=HIGH
2019-11-30 11:31:05 INFO (MainThread) [custom_components.midea_dehumi.sensor] sensor.midea_dehumi: initializing sensor entity sub-component
2019-11-30 11:31:05 DEBUG (MainThread) [custom_components.midea_dehumi.sensor] sensor.midea_dehumi: starting async_setup_platform
2019-11-30 11:31:05 DEBUG (MainThread) [custom_components.midea_dehumi.sensor] sensor.midea_dehumi: targetDevice = {'masterId': '', 'des': '', 'activeStatus': '1', 'onlineStatus': '1', 'name': 'Upstairs', 'modelNumber': '0', 'id': '16492674444848', 'sn': '4977d4a63e971455d025537ec7dc03d2674cbe5005538555e581604a5fbda931da9c50f54dbdaa430f52b1a738eab1cd', 'type': '0xA1', 'tsn': '', 'mac': ''}
2019-11-30 11:31:05 DEBUG (MainThread) [custom_components.midea_dehumi.sensor] sensor.midea_dehumi: cannot retrieve the state of midea_humi climate entity
2019-11-30 11:31:05 INFO (MainThread) [custom_components.midea_dehumi.sensor] sensor.midea_dehumi: sensor entity initialized.
2019-11-30 11:31:08 ERROR (MainThread) [homeassistant.components.notify] Failed to initialize notification service ios
2019-11-30 11:31:09 DEBUG (MainThread) [custom_components.midea_dehumi.climate] async_update called.
2019-11-30 11:31:09 DEBUG (MainThread) [custom_components.midea_dehumi.climate] access_token=69ef0992ccbc23c989b2cc2cb0b56f4bb920ebb829d567559397ded751813801
2019-11-30 11:31:09 DEBUG (MainThread) [custom_components.midea_dehumi.climate] data_key=515f39794cf9437a
2019-11-30 11:31:09 INFO (MainThread) [custom_components.midea_dehumi.climate] DeHumidification [powerMode=0, mode=3, Filter=True, Water tank=False, Current humidity=68, Current humidity (decimal)=0, Wind speed=80, Set humidity=60, Set humidity (decimal)=0, ionSetSwitch=0, isDisplay=True, dryClothesSetSwitch=0, Up&Down Swing=0]
2019-11-30 11:31:09 DEBUG (MainThread) [custom_components.midea_dehumi.climate] climate.midea_dehumi: current_operation called, mode_operation=7, mode_operationStr=smart_mode-ion_off
2019-11-30 11:31:09 DEBUG (MainThread) [custom_components.midea_dehumi.climate] midea-dehumi: current_humidity called, humidity=68
2019-11-30 11:31:09 DEBUG (MainThread) [custom_components.midea_dehumi.climate] midea-dehumi: current_humidity called, humidity=68
2019-11-30 11:31:09 DEBUG (MainThread) [custom_components.midea_dehumi.climate] climate.midea_dehumi: current_fan_mode called, windSpeedMode=HIGH
2019-11-30 11:31:21 WARNING (MainThread) [homeassistant.components.device_tracker] Updating device list from legacy took longer than the scheduled scan interval 0:00:12
2019-11-30 11:31:36 DEBUG (MainThread) [custom_components.midea_dehumi.sensor] sensor.midea_dehumi: cannot retrieve the state of midea_humi climate entity
2019-11-30 11:32:07 DEBUG (MainThread) [custom_components.midea_dehumi.sensor] sensor.midea_dehumi: cannot retrieve the state of midea_humi climate entity
2019-11-30 11:32:10 DEBUG (MainThread) [custom_components.midea_dehumi.climate] async_update called.
2019-11-30 11:32:10 DEBUG (MainThread) [custom_components.midea_dehumi.climate] access_token=69ef0992ccbc23c989b2cc2cb0b56f4bb920ebb829d567559397ded751813801
2019-11-30 11:32:10 DEBUG (MainThread) [custom_components.midea_dehumi.climate] data_key=515f39794cf9437a
2019-11-30 11:32:10 INFO (MainThread) [custom_components.midea_dehumi.climate] DeHumidification [powerMode=0, mode=3, Filter=True, Water tank=False, Current humidity=68, Current humidity (decimal)=0, Wind speed=80, Set humidity=60, Set humidity (decimal)=0, ionSetSwitch=0, isDisplay=True, dryClothesSetSwitch=0, Up&Down Swing=0]
2019-11-30 11:32:10 DEBUG (MainThread) [custom_components.midea_dehumi.climate] climate.midea_dehumi: current_operation called, mode_operation=7, mode_operationStr=smart_mode-ion_off
2019-11-30 11:32:10 DEBUG (MainThread) [custom_components.midea_dehumi.climate] midea-dehumi: current_humidity called, humidity=68
2019-11-30 11:32:10 DEBUG (MainThread) [custom_components.midea_dehumi.climate] midea-dehumi: current_humidity called, humidity=68
2019-11-30 11:32:10 DEBUG (MainThread) [custom_components.midea_dehumi.climate] climate.midea_dehumi: current_fan_mode called, windSpeedMode=HIGH