We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I've noticed that average aggregator works wrong when there are missing values for the period.
average
Here I got an aggregated chart (generated by https://thingspeak.com/channels/134669/charts/3?title=CO2%20concentration&xaxis=&yaxis=&width=auto&days=1&average=10):
As you can see there is a gap at 22:00:00, but if we look on non-aggregated chart (generated by https://thingspeak.com/channels/134669/charts/3?title=CO2%20concentration&xaxis=&yaxis=&width=auto&start=2016-09-11%2021:00:00&end=2016-09-11%2023:00:00&offset=3): we'll see that the gap was an aggregation error due to missing data.
The text was updated successfully, but these errors were encountered:
Use median aggregation instead of average because average is br…
median
829a509
…oken See iobridge/thingspeak#45
No branches or pull requests
Hi! I've noticed that
average
aggregator works wrong when there are missing values for the period.Here I got an aggregated chart (generated by https://thingspeak.com/channels/134669/charts/3?title=CO2%20concentration&xaxis=&yaxis=&width=auto&days=1&average=10):
As you can see there is a gap at 22:00:00, but if we look on non-aggregated chart (generated by https://thingspeak.com/channels/134669/charts/3?title=CO2%20concentration&xaxis=&yaxis=&width=auto&start=2016-09-11%2021:00:00&end=2016-09-11%2023:00:00&offset=3):
we'll see that the gap was an aggregation error due to missing data.
The text was updated successfully, but these errors were encountered: