3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Hydronic Heating Fan Controller

Hydronic Heating Fan Controller
This is control circuit that I designed to control the wall fans for the hydronic heating system in my house. The controller only allows the fan to come on if hot water is actually flowing to the wall register.

Unfortunately, in my house, the pump that controls the water flow and the thermostats around the house that control the fans are independent of each other. This circuit is an initial attempt to get the fans and water pump to coordinate their activity so that the house can be heated properly. The fans and water pump on the first floor are usually on at the same time since their respective thermostats are right next to each other. The upstairs is a totally different story. If the room is too cold, the fan comes on whether hot water is flowing or not. Since the pump isn't usually on, this means that the fan is just wasting electricity and blowing cold air. For now this circuit simply keeps the fan from coming on in this scenario. In future versions, I hope to add some sort of mechanism for this controller to tell the pump to turn on.

This is work in progress and dangerous because it deals with AC control. If you decide to build this, proceed at your own risk.

 
Remove these adsRemove these ads by Signing Up
 

Step 1Controller circuit board

Controller circuit board
I designed this circuit using CadSoft's Eagle CAD program. There are 3 basic parts to this circuit, the transformerless power supply, the triac circuit that controls power to the fan, and the ATTiny13 microcontroller that monitors a thermistor and controls the triac.

I will repeat the warning that most people use for transformerless power supplies. They are dangerous because they are not isolated from the main. I've included a fuse and a surge protector in the circuit to help mitigate risks. The power supply design is based of several examples on the internet as well as one in a UL approved thermostat that I took apart. I used this type of power supply for space & cost reasons. It needs to be cheap and small enough to fit in the wall next to my heating fans. Proceed at your own risk.

The triac circuit is copied directly from the MOC3031M datasheet. The MOC3031M is an opto-isolator that sits between the microcontroller and the triac controlling the fan.

The microcontroller part of the circuit is a very simple. It monitors the pipe temperature using a 10k thermistor that is connected to an analog input pin. It uses a digital output pin to turn the fan on and off. The microcontroller firmware is very straight forward. It periodically measures the temperature and turns the fan on if the temperature is high enough. If the temperature drops below a certain level the fan is turned off. The code uses hysteresis to prevent the fan from turning on and off rapidly.


« Previous StepDownload PDFView All StepsNext Step »
2 comments
May 12, 2010. 7:06 PMzodono says:
might be a good use for zigbee

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
0
Followers
1
Author:acolwell