mrthing2000
Well-Known Member
I'm getting ready to start curing burley, and we have a lot of humidity swings here in SW Washington. At night it is hitting 90-100% humidity, but in the daytime it drops into the 30-40% range. Right now it is about 50deg at night, hitting around 75-80 most days. Makes trying to control an air cure or sun cure quite unpredictable, especially as colder weather approaches.
Adding humidity seems easy--add a crockpot, a small fountain fogger, something like that. I can measure the humidity and up it as needed.
But taking away humidity, that seems to be more difficult. I've read that upping the temperature changes the relative humidity. So I suppose if it is 60deg at 100% humidity, then upping the temp with a heat source to say, 90deg, the humidity will fall. At least that's what I've understood.
Is there a way to know HOW much--like a formula or something?
I could just measure it frequently, but I wouldn't know 'how much' heat to add to drop it to a certain level. It would change by time of day. That's why I'm probably going to cure in my garage in a homebuilt chamber, which should keep the temps steady.
If it helps, I am using a PID controller to run a heating element, and a humidistat (basically another PID controller) to switch the humidity source on/off. Problem is, I wouldn't know how much to 'up' the temp to get the humidity DOWN, it would be a lot of trial and error. It won't be 'set it and forget it', but since the source takes awhile to get the chamber to full temp, I don't want to overshoot it, and underdoing and adjusting it up manually could take all freaking day, by which the temp outside has changed again.
In my head I realize it is a simple conditional program that needs to be written for my Raspberry Pi, and an Arduino module, but I have no idea how to do that.
Adding humidity seems easy--add a crockpot, a small fountain fogger, something like that. I can measure the humidity and up it as needed.
But taking away humidity, that seems to be more difficult. I've read that upping the temperature changes the relative humidity. So I suppose if it is 60deg at 100% humidity, then upping the temp with a heat source to say, 90deg, the humidity will fall. At least that's what I've understood.
Is there a way to know HOW much--like a formula or something?
I could just measure it frequently, but I wouldn't know 'how much' heat to add to drop it to a certain level. It would change by time of day. That's why I'm probably going to cure in my garage in a homebuilt chamber, which should keep the temps steady.
If it helps, I am using a PID controller to run a heating element, and a humidistat (basically another PID controller) to switch the humidity source on/off. Problem is, I wouldn't know how much to 'up' the temp to get the humidity DOWN, it would be a lot of trial and error. It won't be 'set it and forget it', but since the source takes awhile to get the chamber to full temp, I don't want to overshoot it, and underdoing and adjusting it up manually could take all freaking day, by which the temp outside has changed again.
In my head I realize it is a simple conditional program that needs to be written for my Raspberry Pi, and an Arduino module, but I have no idea how to do that.