If I’m asking the wrong questions, in the wrong place, I apologize in advance.
I’m looking to slowly set up a new aquarium over the winter, and am hoping to build DIY aquarium controller.
Since it will have an overflow siphon, with a continuously running return pump, I want to have a reliable system to cut off the power to the 110v outlet when:
-
the water level in the aquarium gets too high (prevent overflow)
-
the water level in the sump gets too low (prevent motor burn-out)
-
there is too much moisture at floor level (stop leakage from the drain/return lines)
I am also considering adding temperature sensors to detect the absolute temperatures in both the aquarium and the sump tank, turning off the power to the pump when:
-
the temperature in the aquarium is too high
-
the temperature in the sump tank is too low
-
the difference in temperature between the sump tank and the aquarium is too large
As a final consideration, assuming there is enough capacity left on the Arduino, I would would like to be able to control a second set of switched outlets for lighting.
Is it possible for a single Arduino Uno / Red Board to handle all of that at once? Would it be able to do it reliably enough/quickly enough to trust it as a safety measure? Are there specific things I should be considering when attempted to connect the sensors?
Inputs:
-1 SST Liquid Level Sensor (high level)
-2 float switches (high level)
-2 float switches (low level)
-2 moisture sensors (leakage)
-2 temperature sensors (over/under heat)
-1 push button (light timer reset)
Outputs:
-
10 amp latching relay (pump outlet)
-
5 amp relay (lighting circuit)
I would appreciate any advice that you’re willing to give me for the project. - I’m at the early stages, I am more than likely missing something critical that I don’t know enough about to ask and/or supply too much information that might not be relevant to the build.
Thanks in advance.