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

How does CSV download work in feed view? #26

Open
cagabi opened this issue Dec 20, 2017 · 2 comments
Open

How does CSV download work in feed view? #26

cagabi opened this issue Dec 20, 2017 · 2 comments
Labels

Comments

@cagabi
Copy link
Collaborator

cagabi commented Dec 20, 2017

When interval for the csv is higher than the feed interval it seems to only download the closest datapoint to the specific time not an average of all the datapoints included in the interval. Is that right?

@EllaQuigley
Copy link

I've done some checks on this. There is no data averaging irrespective of where you download data from (e.g. graphs or feeds). Also, it doesn't download the closest datapoint, if there is not a reading at that exact time then you get no data at that time, so if you want hourly data there has to be an actual log on the hour: hh:00, if you want it daily there has to be a log exactly at midnight 00:00 and so on.

@cagabi
Copy link
Collaborator Author

cagabi commented Jan 26, 2018

Thanks for looking into this.

To be honest, this csv download seems pretty useless unless you do it with the right interval.. I need to think what to do

Are you sure, the average option doesn't work in the graph view?, did you tick the Average checkbox?

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