tobyweston / temperature-machine

Data logger for multiple DS18B20 temperature sensors on one or more machines
Apache License 2.0
67 stars 22 forks source link

Make it possible to download full RRD to CSV file #80

Open Bazanaius opened 5 years ago

Bazanaius commented 5 years ago

Currently you can only download the last 24hrs to CSV through the web interface. Can we make it possible to download a longer period? Ideally the whole RRD, but even 30days would be great.

tobyweston commented 5 years ago

Should be straight forward, I'll take a look. Longer term, I want to move to a time series database instead of RRD and it'll go away (we'll keep all data forever)

AlistairFielden commented 4 years ago

This would be very useful to be able to export longer periods of data