-
Notifications
You must be signed in to change notification settings - Fork 34
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 polling and update miio #29
base: master
Are you sure you want to change the base?
Conversation
some reason not updated the air quality and humidity. To update the data you need to close homekit and open it again. status of the inclusion is updated normally. |
Hello, i've tried to modify the files for my AirPurifierPro, but i didn't get more update, i need to re-load Home to run Automation. A conf.js file modification is it necessary to enable this future ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just my 2 cents question. How can I update the plugin installed on my server with your pull requests (I see 3 changes in total)? The plugin author is not active for years so it’s good to see someone updating this great plugin like this.
Thank you very much though
@Aekung You can install this fork using npm:
|
3323143
to
67e5346
Compare
I added polling device values every 5 seconds. This allows HomeKit automations that use a sensor value from the device as input to work. Without polling, a rule never gets executed.
I also updated the underlying miio module to allow for more devices to be supported.