
I got my small NSLU2 computer up and running and it’s generating graphs from the garden. At the moment only the air temperature near the house is logged. The spikes in the graphs I believe is due to direct sunlight hitting the temperature sensor. I will build a shield over the sensor to prevent this. The sensor needs to be moved away from the house to get a more accurate reading.
The NSLU2 is running Debian on a 4 GB USB flash memory. I’m using a 1-wire system for the sensors together with the owfs software. rrdtool is used for generating graphs.
Here’s a script for generating the rrdtool database:
make_temps.sh
and a script for generating graphs:
update_temp.sh
Are you building your own temperature logging system? Using the NSLU2 computer, or owfs? Please leave a comment and tell a little about what your are working on.





Very impressive work! I am the author of owfs — can I feature your work on our website as an example application?
@Paul: Sure, that would be great, thanks! I must say that owfs is easy to use once you know what to do. I’m looking forward to adding more 1-wire devices. I’m adding a soil temperature sensor, a moisture sensor and a rain collector to the system. I need to know when to plant them potatoes
Hi!
I have some difficulties to installa OWFS to my NSLU2 running debian lenny. Apt-get won’t find owfs and I’m not familiar to update packets list. Any ideas how to install OWFS?
@Tuomas: I think you have to download the source and compile it: http://sourceforge.net/projects/owfs/