GOAT logo

Join the conversation! The forum activity is now at GOATeach.org!  We are working to cross pollinate our conversations. Document and share tools at farm hack and talk at GOAT!  Also join GOAT riot and introduce yourself and your projects!

Nice write up

Topic Type: 
Idea

This is a great write up and a nice approach, we are always looking for ways to keep humidity up for our veggie storage on our farm. It would look good with an arduino controller. What is the electricity consumption relative to using a humidifier or mister from the hardware store? Other differences?

Jenna

Louis's picture

I agree - great write up!

Although Arduino controller might be cheaper that some of those Johnson controllers, those are ruggedized and work off the shelf so that seems like a pretty nice way to go.

Unless you're interested in responding to humidity instead of temperature! Then I could see some use out of an Arduino.

chriscallahanuvm's picture

Hi Jenna and Louis,

Thanks for the feedback.

Arduino - Certainly could do this with an Arduino board. I opted for an off the shelf PID control, which available with a remote bulb thermocouple and solid state relay cost about the same as an Arduino Uno. The control portion of the BOM is EITHER a PID OR a thermostat, so you don't need both. The PID does the job very nicely, is quite versatile, and they have become quite inexpensive (less than a thermostat). They also have an auto-tune function which adjusts the PID tuning variables by algorithm. Makes life simple. And no additional programming or electronics labor was required. The benefit of the Arduino would be additional I/O, I suppose.

Relative Humidity Control - The PID in this system could take an RH sensor as input as well. My experience has been RH measurement in low temp and high humidity environments is not well done with generally available sensors. Louis and I have discussed this and I have been cooking something up here as a prototype that I think will help address this need.

Energy Use - Sorry, haven't measured electrical kWhr consumption yet. Fundamentally, this is no different from a conventional humidifier. The energy required is that needed to raise the temperature of incoming water to the setpoint and then to evaporate it into the air. Conventional humidifiers do this as well. The difference is a matter of evaporation (humidification) capacity and rate. This design allows for high rates of humidification which requires high rates of evaporation which requires greater energy input. But it can also do lower rates and I would expect the energy use to be comparable to other humidifiers. The only difference being, perhaps, greater heat loss through the surface area of the bucket. But I think that will be minor. My first attempt at this involved hacking an existing humidifier to try to make it simply auto-fill. They are actually pretty complex little machines. In that case, the reservoir was held by the machine at slight vacuum which made controlled auto-filling difficult even with a fancier fill valve.

I also need to post a schematic and some build photos. 2nd generation build coming soon.

Noah Humphries-LePage's picture

Thinking about building this interesting contraption, if you do have a schematic for your wiring, and feel inclined to share it that would be very helpful. Trying to inexpensively prevent our storage crops in the cooler from dehydrating.

chriscallahanuvm's picture

Thanks for the nudge, Noah. I'll post a wiring schematic this weekend.

chriscallahanuvm's picture

I added a wiring schematic. Please review it and let me know if anything seems wrong.