Slashdot Mirror


Am I Hot or Not

Sure, it's not the dream system with computer-controlled vents on the furnace and a genetic algorithm to optimize heat-flow, but it is pretty damn cool. This system makes use of Dallas Semiconductor Digital Thermometers to monitor temperature throughout the house. Hopefully the fellow running the project will put up the source to the Linux driver he has running the sensors. This project ties in nicely with the question posed by a recent Ask Slashdot as well.

1 of 102 comments (clear)

  1. Source code is already available - Digitemp by Jess · · Score: 5, Informative
    The source code for collecting data from these sensors is already available in a package written by Brian Lane called Digitemp: http://www.brianlane.com/digitemp.php I've been using these sensors and digitemp to monitor our computer room temperature for the last year. It works flawlessly.

    By the way, the interesting thing about these sensors is that they are actually network devices, each with it's own unique ID. You can address each of them separately over the "1-wire network" and get their temperature reading. Also note, that these sensors directly give you a temperature reading, not current or some other reading. So, they do not require any calibration and are a breeze to use.