-
Notifications
You must be signed in to change notification settings - Fork 113
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
poll intensity setting ignored #273
Comments
The polling documentation is a bit confusing to me (a relative noob to openzwave). To wit:
My feeble suggestion is to try overriding the option default on "IntervalBetweenPolls". Ie, in your option object for the zwave constructor add the property |
@guymcswain thank you for suggestion. Unfortunately passing |
@ekarak any news about this? |
Hello,
I am trying to set polling for specific value on my zwave device, but it seems like pollIntensity attribute in enablePoll function is being ignored. Instead, value is polled on every iteration of poll interval.
I tried to set my polling interval to 1 second (1000 ms) and polling intensity for valueId to 20. If I understand correctly, specified valueId should be polled every 20th iteration of polling interval, therefore every 20 seconds.
As you can see in the screenshot below, this is not the case, as specified valueId is polled each second.
EDIT: Also, I should add that I am using OpenZWave version 1.5.0. I don't know if it makes any difference though.
The text was updated successfully, but these errors were encountered: