Skip to content
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

IntervalBetweenPolls is ignored #2284

Open
steve28 opened this issue Jun 20, 2020 · 3 comments
Open

IntervalBetweenPolls is ignored #2284

steve28 opened this issue Jun 20, 2020 · 3 comments
Labels
Investigate Issues that need more investigation by Devs

Comments

@steve28
Copy link
Contributor

steve28 commented Jun 20, 2020

The IntervalBetweenPolls bool in the options.xml is being ignored. I currently have this set as so:

<Option name="IntervalBetweenPolls" value="true" />

Which should poll a single device from the polling list every PollInterval. That is, with the default value of PollInterval of 30000 (30 s). If I have 4 devices set to poll, it should take 2 min to get through all 4 devices (1 every 30s * 4 devices).

Instead, it's still polling every device equally spaced within PollInterval (which is the behavior that is intended with IntervalBetweenPolls set to false). So in the above case it's polling a device every 30/4 = 7.5s.

Versions of stuff:
"OpenZWave_Version": "1.6.1149",
"OZWDaemon_Version": "0.1.143",
"QTOpenZWave_Version": "1.2.0",
"QT_Version": "5.12.5",
"getControllerLibraryVersion": "Z-Wave 4.05"

@Fishwaldo Fishwaldo transferred this issue from OpenZWave/qt-openzwave Jul 2, 2020
@Fishwaldo Fishwaldo added the Investigate Issues that need more investigation by Devs label Jul 2, 2020
@broyuken
Copy link

broyuken commented Oct 1, 2020

Is there any movement being made on this? Is there a way to modify the poll interval to shorter than 30 seconds?

@broyuken
Copy link

broyuken commented Dec 7, 2020

Anything we can do to help move this issue forward?

@steve28
Copy link
Contributor Author

steve28 commented Dec 7, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Investigate Issues that need more investigation by Devs
Projects
None yet
Development

No branches or pull requests

3 participants