-
Notifications
You must be signed in to change notification settings - Fork 8
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
Airpurifier 3H #42
Comments
Same problem here... miio discover finds following device. Device ID: xxxxxxxxx (ID is commented out) Can't get a token... |
@Knacki you can get the token by using a modified russian version of the xiaomi home app (android only). I will have to look it up again and post the link to that version |
@Knacki here's the link https://www.loxwiki.eu/display/LOXBERRY/Token+extrahieren (german) |
@xai1: got the Token, but still not working |
I guess the device type needs to be added somehow and that's why I have opened that issue. Maybe someone knows how to do that or what needs to be done. Happy to test and assist. |
the Airpurifier 3 is using a new api... that's why its not working... |
same here with Air Purifier 3H |
Hey guys, there is currently a working javascript implementation for homebrige ;) I figured out that you can run this plugin also in IoBroker with the Homebridge Wrapper plugin ;) https://github.com/rgavril/homebridge-xiaomi-air-purifier3#readme Maybe some experience developer can have a look into the code of this plugin and port this to the IoBroker mihome-airpurifier plugin :) Greetings |
push |
Install it to iobroker.ham. Connect is ok and i am able to control on/off and auto/manual but not the vent-level or any other mode... Is it the same for you or am I doing something wrong? regards |
I wonder why it's so difficult to make 3H smart home compatible. Should be also in interest of Xiaomi. |
Hey Mr.Lee, yes I had the same issue. I use it now with a kind of workaround. I configured the fanspeed in manual mode to my preferred value with the xiomi app. And now I'm able to switch with iobroker between auto mode and manual mode with my configured fan speed. |
Ok, so I`m not to stupid :-) Thanks |
Hey everybody, Betatesters are welcome. |
Hi
I have a Airpurifier 3H (zhimi.airpurifier.mb3)
If I start the adapter I get "Wrong device type" but I am able to at least start and stop the device with the following calls:
miio protocol call set_properties '[{"did":"MYDID","piid":2,"siid":2,"value":true}]'
miio protocol call set_properties '[{"did":"MYDID","piid":2,"siid":2,"value":false}]'
Is there any chance to add the device and if yes what information is needed to do so?
Thanks
The text was updated successfully, but these errors were encountered: