-
-
Notifications
You must be signed in to change notification settings - Fork 566
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
Add support for other devices using the same protocol #17
Comments
There is no support for air purifier at the moment, although I'm open for patches. I recently refactored the codebase a bit to allow easier support for other devices. |
Tanks for update! Will be anxiously waiting for it.. |
Try python-miio. @alexdom |
I recently found a good way to identify what device type is applicable. https://github.com/marcelrv/XiaomiRobotVacuumProtocol/blob/master/miIOinfo.md |
Thanks @marcelrv, I was aware of that command for some time (edit: looks like thanks to your repository actually! :-) but did not push it as it was returning empty bytes sometimes (maybe some error condition? it was odd though). Anyway, 5af95d1 introduces the 'info' command which displays some parts of that. The model information is not so useful for generic discovering of devices as it only works when the token is set, if I'm not mistaken? |
Another device with the same protocol called "Xiaomi philips LED ball" (9290012800, 450lm, 3000K-5700K, 6.5W, E27).
Turning it on and off works fine. I will try to control brightness and color temperature asap. |
Support for purifier was added in #31, furthermore other devices have been added in their respective PRs. IMO this task can be closed, and more specific issues (or directly PRs with implementation) can be opened for unsupported devices. Thanks everyone for your input :-) |
I have tree Xiaomi Air Purifier 2. Would like to control them from Raspberry Pi and iPad Mi app at the same time? Can I control Xiaomi Air Purifier 2 using mirobo ?
The text was updated successfully, but these errors were encountered: