-
Notifications
You must be signed in to change notification settings - Fork 28
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
EVA Pro II Wifi ION deshumidifier detected as 0xAC device #46
Comments
Sorry i though that setting the deviceId to 0xAC would work and that it was intended to be configurable but i guess not, to add some information :
And the entity report accurate data
PS: I also noticed something that could be a typo in the code in the file
but in the second line deviceID has a capital D ... typo ? |
Ok, my device is WEIRD ... i've removed it and re-added it and now it's a 0x1A ... what the heck happens in the first place ? i had a firmware version of 3.0.8, now it reports 1.0.0, but hey, at least i don't have to manually modify the source code to get it detected /working in home-assistant. before: Name changed but its the same device, pretty scary |
Same for me with a |
Mine restored to the proper 0xA1 value after resetting it with a different app, there's so many app compatible i used the "midea air" one, also as i mentionned my firmware detected version kept changing from 1.0.0 to 3.0.7 -> 3.0.8 and is now back to 1.0.0 again ... those appliciance have identity crisis |
2021-12-16 23:06:18 INFO (MainThread) [custom_components.midea_dehumidifier] midea_dehumidifier: initializing platform...
2021-12-16 23:06:18 DEBUG (MainThread) [custom_components.midea_dehumidifier] midea_dehumidifier: starting async_setup
2021-12-16 23:06:19 INFO (MainThread) [custom_components.midea_dehumidifier] midea_dehumi: logging into Midea API Web Service...
2021-12-16 23:06:19 INFO (MainThread) [custom_components.midea_dehumidifier] midea-dehumi: login success, sessionId=9f4f5d6dbbf34e019fef953c93303ca620211216220619316
2021-12-16 23:06:20 INFO (MainThread) [custom_components.midea_dehumidifier] midea-dehumi: [id=3188583xxxxxx type=0xAC name=Salon] is online, is active.
but from what i've read source code included it should be supported (the ion version) and not report as a AirConditionner device oO
I'll look more deeply into it tomorrow, maybe i'll be able to figure it out then i'll submit a pull request cause more and more people are gonna end up with the same version as me i think.
The text was updated successfully, but these errors were encountered: