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

Interval Type of non aggregated values during export #19

Open
holzheu opened this issue Jul 27, 2015 · 1 comment
Open

Interval Type of non aggregated values during export #19

holzheu opened this issue Jul 27, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@holzheu
Copy link
Member

holzheu commented Jul 27, 2015

During export the gateway sets the interval type of the server to "start". This is correct for aggregated values.

For non aggregated values this might be incorrect. E.g. I have written a logger sketch which measures every 15 seconds and aggregates the values on the device. Every 5 minutes a aggregated value is saved with the current timestamp. So we have interval Type "end".

I would suggest to add a optional field "interval type" to the gateway (board + channel) as well. When this field is not set we could use "start" for aggregated values and "end" for non aggregated values.

@oarchner
Copy link
Member

Is it possible to send the aggregated values with a start time instead of an end time ?

@oarchner oarchner added this to the 2.5 milestone Oct 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants