Furnace Monitor
SSzretter
Posts: 4
I was considering if I might be able to buy a basic stamp and use it to hook the thermostat lines so the stamp can monitor their on/off state, and send this data to a computer (via serial or otherwise), thus allowing me to analyze the furnace run time, zone run times, etc.
Does this sound reasonable, and what might I start with - which stamp, what add-ons / type of circuit?
Thanks!
Does this sound reasonable, and what might I start with - which stamp, what add-ons / type of circuit?
Thanks!
Comments
You'll want to verify what wires your thermostat uses....
I believe the lines run 24Volts AC...not totally sure (all that info is on my other laptop that just died!
Anyhow, look up a full wave rectifier circuit to convert AC to DC. Then look at 5volt rectifiers.
The DC voltage from the rectifier circuit will be about 20volts or so. you'll need to get this down to around 5volts (logic level) to keep the stamp happy.
You can use a BS2 stamp no problem. Download the "What's A Microcontroller" text from the parallax website (free download) and follow the examples to learn how to program it.
How might you log this on the computer? Hyperterminal? You'll want to time stamp the data somehow. you can either get a timing chip or use the PC's time.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·
Steve
"Inside each and every one of us is our one, true authentic swing. Something we was born with. Something that's ours and ours alone. Something that can't be learned... something that's got to be remembered."
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Roger Pierson
Senior Electronics Technicain
DTI Assoicates
I would agree with your idea of driving 24vac relays. I am doing a similar project, and that is what I did.
Here is the relay hardware I used-hope it helps.
RELAYS: Porter-Brumfield KHAU-17A11-24. Socket: 27E166. Hold down spring: 20C217.
See attachment for relay connection pinouts.
If you use a bridge rectifier and a 5 volt regulator on the thermostat line, you could read logic 0 for "on" and 1 for "off "- the thermostat just closes a switch and there'd be no voltage drop on the line.
This would be easier than a relay because you'd have to wire the relay in parallel with the funace control relay. Fewer parts, all solid state, and no fussing with the furnace controls.
Take care
Alec
Ultimately I'd like to control my furnace....well, I'd like to run the fan on a time schedule as opposed to during heat/cool cycles and when I manually set it on/off.
Another project on the list of "to be started" hehe...right beside the other list of "to be finished"
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·
Steve
"Inside each and every one of us is our one, true authentic swing. Something we was born with. Something that's ours and ours alone. Something that can't be learned... something that's got to be remembered."