barban-dev / homeassistant-midea-dehumidifier

Home Assistant Custom Integration for EVA II PRO WiFi Smart Dehumidifier appliance by Midea/Inventor.
GNU General Public License v3.0
69 stars 27 forks source link

Sensor Problem 2022.4.1 #55

Open DaHype opened 2 years ago

DaHype commented 2 years ago

In New Version from Home Assistent 2022.4.1 one Sensor dont Work. With old Version before, No Problem. Its Problem of the New Update? Or any solution. Thanks Screenshot_20220408-204544_Home Assistant Screenshot_20220408-204606_Home Assistant Screenshot_20220408-204645_Home Assistant

langerma commented 2 years ago

same here

DaHype commented 2 years ago

Thanks. Hope it can be fixed soon from @barban-dev .

I reported already here: https://github.com/home-assistant/core/issues/69727#issuecomment-1093788899

But it was closed with " issue with a custom component, You need to bring this issue to that developer"

sprocket7 commented 2 years ago

I also hope it will be fixed soon by the inventor.

matteocorti commented 2 years ago

Same here

justinmtilley commented 2 years ago

FYI - I manually applied the fixes in two of the outstanding Pull Requests and this problem was resolved.

Thanks to drthanwho & ankostis.

Likely fix for this problem (replace device_state_attributes with extra_state_attributes): https://github.com/barban-dev/homeassistant-midea-dehumidifier/pull/42

Fix for different issue #35 at setup: https://github.com/barban-dev/homeassistant-midea-dehumidifier/pull/53

Not ideal given the next update will overwrite your changes, but hopefully the next update contains the merge of these PR's.

sprocket7 commented 2 years ago

https://github.com/barban-dev/homeassistant-midea-dehumidifier/issues/45#issuecomment-994129142

In HA under File Editor: /config/custom_components/midea_dehumidifier => humidifier.py

It's finally working

ptgomes commented 2 years ago

FYI - I manually applied the fixes in two of the outstanding Pull Requests and this problem was resolved.

Thanks to drthanwho & ankostis.

Likely fix for this problem (replace device_state_attributes with extra_state_attributes): #42

Where do you replace?