-
Notifications
You must be signed in to change notification settings - Fork 354
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
feat: air-purifier 3 support #277
base: master
Are you sure you want to change the base?
Conversation
This is amazing, thank you for your work. I installed this and /clauzewitz/homebridge-xiaomi-purifier, and my Air Purifier 3H appears in HomeKit with current status. I can then issue one command, e.g. power on, which works - but no response is returned to HomeKit and the whole accessory goes to "No response" state. Further, the Buzzer and LED options do not appear to work at all. They return "On" even when actual state is "Off" Would you suggest using a different version/pull of homebridge-xiaomi-purifier? EDIT: Homebridge throws errors like this: I have Homebridge config.js like so: Should the |
I used original: https://github.com/seikan/homebridge-mi-air-purifier
I used this video to retrieve token: https://www.youtube.com/watch?v=g4pa7sesTzY I found out that my device code is: zhimi.airpurifier.mb3 ( i bought device in europe ) I used this simple php script to decode token and find model name:
I think you can have different model name (maybe zhimi.airpurifier.ma4) and you should add correct mapping here: https://github.com/aholstenson/miio/pull/277/files#diff-082a0303463873190e3974467cfb3d0fR38 |
Thank you for your great work! Now my air purifier 3 works like a charm! |
Geat work @kstasik, it should be merged ASAP 💪 |
correct me if im wrong but this project looks dead. I created PR some maybe someone find this code useful. Credits to rytilahti/python-miio#543 (comment)