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

[Request] Variable to delay between polls when using system command for sensing #108

Closed
tech-rat opened this issue Jul 16, 2018 · 4 comments

Comments

@tech-rat
Copy link

Please add a variable for the delay between polling cycles when using a system command for sensing.

Line 367 in init.py = self._check_psu_state_event.wait(5)
Is hard coded to 5 seconds.

My setup I am SNMP polling a network attached power strip and feel that was TOO frequent.
I changed it to 30 sec but thought if it was a variable then it won't break on upgrades.

Thanks
Tech-Rat

@kantlivelong
Copy link
Owner

I agree it should be added. Though I'm not sure if there should be a min/max limit in the UI.

@kantlivelong kantlivelong added this to the 0.1.9 milestone Apr 10, 2019
@kantlivelong
Copy link
Owner

Added to devel. Will be in 0.1.9

@kantlivelong kantlivelong added solved and removed todo labels Apr 14, 2020
@kantlivelong
Copy link
Owner

This was released (a while ago!)

@tech-rat
Copy link
Author

tech-rat commented Apr 14, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants