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

Data doesn't appear to be archiving #51

Closed singh763173 closed 6 years ago

singh763173 commented 6 years ago

Previously had issues with the graphs but since pulling the latest commits the issue has since changed.

The graph now does not update in any way shape or form and shows stale data which doesn't exist (i know it doesn't exist because i deleted the rrd file to see if that kicks it back into shape!)

also - not sure where the sensor name "bedroom1-sensor1" has come from!

screen shot 2018-01-20 at 19 07 55
tobyweston commented 6 years ago

I suspect running the tests dumped some test data (overriding your rrd file with 'bedroom-1'. Sorry about that. Try deleting your rrd and restarting. You can skip running tests next time (see http://temperature-machine.com/docs/getting_started/build_from_source.html#skipping-tests)

I'll leave this ticket open to try and figure out how to not interfere with production data from the tests.

singh763173 commented 6 years ago

Bingo! Looks like it's back in action - cheers mate!