Menu

Tree [e13df6] default tip /
 History

Read Only access


File Date Author Commit
 server 2021-01-26 farvardin farvardin [e13df6] adding server files
 convert_temp_to_data.sh 2015-07-20 farvardin farvardin [464a6b] Initial commit
 d3.tip.v0.6.3.js 2021-01-25 farvardin farvardin [61a393] updating readme
 d3.v3.min.js 2021-01-25 farvardin farvardin [61a393] updating readme
 dht22.png unknown
 readme.md 2021-01-26 farvardin farvardin [11e8a5] update readme
 temp.html 2015-07-20 farvardin farvardin [464a6b] Initial commit
 temp7days.html 2021-01-25 farvardin farvardin [61a393] updating readme

Read Me

Raspberry pi thermometer

Turn your raspberry pi into a weather station!

Installation

For DHT11 or DHT22 sensors (DHT22 recommended)

DHT pins are from
left to right:
VCC DATA none GND

connect DATA to GPIO 4 on raspberry pi

You can adapt the folder paths but here are some examples:

add this into your crontab:

*/15 * * * * /home/pi/gpio/adafruit/Adafruit_Python_DHT/examples/log_temperature.sh 
*/16 * * * * /var/www/temperature/convert_temp_to_data.sh

Browse into http://your-pi-ip/temperature/temp.html

The web interface is a bit old-fashioned but I'm working on a new interface (using grafana or this one https://domotique.blog.zastron.fr/suivi-de-temperature-et-humidite/)

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.