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

Add 6 and 12 month charts #23

Open tobyweston opened 6 years ago

tobyweston commented 6 years ago

Possibly longer, how does recording temperatures for 5 years sound?

As mentioned by @singh763173

singh763173 commented 6 years ago

Cheers @tobyweston - If the data is to be kept local on the Pi, then I think 1 year is probably more suitable (given the lifespan on the device and the SD Card) but if there was a view to offloading the data to a cloud service then maybe 5 years doesn't become so much of an issue..

tobyweston commented 6 years ago

It might be worth cataloging any investigation into external dashboards/data pumps here. I could move it into the offical docs if anything comes of it.

So far, we've mentioned:

matty256 commented 6 years ago

I would like the ability to review data older than 1 year, for example comparing trends year over year. Ideally, logs would be stored as long as there is storage available and the UX landing page would have links to history pages that render graphs for the older data.

tobyweston commented 6 years ago

Thanks for the feedback. I plan to add something but a basic principle of the software is a fixed database size (being on a Pi and all that). So I can see having a few years stored but not all data. Might be better to offer the option to send data elsewhere whilst recording (as discussed a little above)