8000 GitHub - tgulacsi/logtemp: Temperature logging using Arduino with 2 DS18B20 sensors, Webduino and a small python script to push data to RRD.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Temperature logging using Arduino with 2 DS18B20 sensors, Webduino and a small python script to push data to RRD.

Notifications You must be signed in to change notification settings

tgulacsi/logtemp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogTemp

LogTemp is a small temperature logging project for monitoring sanitary hot water - one temperature sensor is fitted on the in- pipe, and the other is on the back pipe.

Temperature

The sensors are DS18B20 type 1-Wire attached small things, with 4k7 resistors on the specific legs (this was the hardest part - to figure out the correct wiring, because I'm not an electronic/soldering guy, and I couldn't find a clear correct diagram).

The measurement is made by a FreeTronic EtherTen Arduino-compatible board, by a small program (logtemp.ino) which uses Webduino for the web interface, and DallasTemperatureControl library for the sensor readings.

Logging

The logger runs on a remote machine, the logtemp.py cronjob gets the data from the web server on the Arduino, and stores them in RRD. Also creates a graph, too.

Wiring

I promise I'll create photos about the wiring!

About

Temperature logging using Arduino with 2 DS18B20 sensors, Webduino and a small python script to push data to RRD.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0