Termometer aplication wich generates web sites with cool looking graph 😄
Works on rasppbery pi using DS18B20 connected to GPIO4.
Generates line charts by using dygraphs lib from dygraphs.com.
other019
Tips:
While creating data.csv make sure if the first name is:
Date, Temperature
The chart is a bit jagged if measurment take place every 60 second, so few test:
-
Mesurment every 60 sec:
-
Mesurment every 10 sec:
-
Mesurment every 600 sec:
-
Mesurment is mean of 3 last measurments(60 seconds):
-
Mesurment is mean of 3 last measurments(10 seconds):
-
Mesurment is less precise (60 seconds):
to do list:
- add new device search