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

Feature request/idea: measurementUpdateLimit.NAME=mmmmm #38

Open
DG12 opened this issue Jul 12, 2019 · 1 comment
Open

Feature request/idea: measurementUpdateLimit.NAME=mmmmm #38

DG12 opened this issue Jul 12, 2019 · 1 comment

Comments

@DG12
Copy link

DG12 commented Jul 12, 2019

It might be useful to provide a measurementUpdateLimit on a tag specific basis.

For example tags know to be located where environmental changes are infrequent might have an update limit of 30000ms (every 5 minutes) and others might be better with 10000(10 seconds).

Useful for very long term data samples and very small databases (on feeble processors like RaspberryPi Zero).

@Scrin
Copy link
Owner

Scrin commented Jul 12, 2019

This is a very valid idea. How about two kind of properties:

measurementUpdateLimit.name.<name>=<value>
measurementUpdateLimit.mac.<mac>=<value>

for example:

measurementUpdateLimit.name.Fridge=30000

as not everyone uses "named tags", and those who do probably prefer using the tag name rather than the MAC

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