Hello,
I have a small 5v ultrasonic humidifier which I control from my Raspberry Pi using a MOSFET. I want to raise the humidity more slowly to avoid excessive condensation, and to that end I have created a “Trigger: Duration” controller which turns the humidifier on for 8 seconds every 20 seconds to effectively run it at 40% of its capacity.
However, when leaving the controller on I find that I still sometimes get excessive condensation and pooling depending on temperature fluctuations, so I ideally want to use a Bang-Bang controller to automatically turn the “Trigger: Duration” controller on and off based on the RH readings of my SCD41 sensor.
I cannot figure out how to do this since controllers do not seem to be able to control other controllers, only outputs. Is there an easy way for me to accomplish my goal in another way? General comments on my approach to growing mushrooms are also welcome.
Cheers!