wvmarle:
Take a regular 12V power supply with 2.1x5.5 or 2.5x5.5 plug, plus some splitter cables (you can easily find a 1x8 splitter, maybe even more). Just make sure that your power supply can handle the maximum number of pumps active - with a little programming logic you can probably limit it to one at a time.
Arduinos are more suited to a job like this than Pis. Simpler, easier to program, plenty of I/O ports, much cheaper, and more than powerful enough to handle the work. A single Mega will happily handle all the pumps, add a few ADCs such as the ADS1115 for the extra moisture sensors and you're ready to go.
Instead of using relays, do look into using MOSFETs as switches. They're perfectly suited for a job like this.
That's unfortunate. I was hoping for power supply tailored for something like this as I am not that confident in my modding or even soldering. I guess there's gotta be a first for something like this.
The need for the raspberry pi is to have it host a web app to adjust the watering levels and moisture ranges as they get a new rotation of plants every month or so. It's actually my friend's dad's nursery and he helps out occasionally since it can be quite the physical labor so I want to be able to write an app to cater to his understanding.
Will a single mega be able to handle all the pumps? How would that work? Is there a specific model for this?
Thanks for the suggestions!
dave-in-nj:
the first question is how much water you need.
I use pumps that do a quart a minute, others, a gallon, others a few gallons per minute.
as you probably know, it is much easier to have a pump run for a few minutes to deliver the volume than to try to have a 5gpm pump run for a few seconds to deliver a pint.
Also, not sure of your layout. are they over the length of a 100 ft long greenhouse ? or at multiple locations ? or spread all over ?
consider a single pump, filling a hose will have water come out one place.
a solenoid could control which lines of a drip system are open. better if you have a larger section of one plant.
some of the really low cost pumps would be great for smaller plants or small areas.
IMHO, a combination of pumps and solenoids are better. pumps to water soil, solenoids to mist from drip irrigation heads.
If you have a sketch of the crop lay-out, that would be helpful.
also, what power do you have in the area ? Orbit and RainBird have simple valves that are easily controlled with a relay.
I guess it's what you would call a typical green house about 50ft by probably 20-30ft in a rectangular fashion. The plants sit on a near waist high table around 8' x 3' though I am not sure how they're sorted. Some of the pots are 4"x 4" while some are 1ft diameter for the trees. The room is basically filled with tables with 3ft distance of each other, nothing high tech just simple room with tables.
Ya it would be nice to be able to use solenoids but the variations are quite large in number for the plants causing some to consume more water than others so ease of adjustments would be preferred. I was thinking of having individual pumps numbered and have the configurations managed by number to make it easier to adjust the settings. I am not sure why they have so many variations but apparently a lot of customers enjoy growing exotic fruits and what not and the more popular ones are generally ordered larger/older.
I currently have an opensprinkler pi watering my 3 dragonfruits that uses solenoids but the issues still require individual power sources.
What do you mean what power do we have in the area? There are a few outlets here and there, about 6 I'd say spread evenly on the sides of the green house if that's what you mean. For my dragonfruits they are currently using RainBird valves/solenoid but they are 24v ac I believe and the adapters are pretty big which I am hoping to avoid.
dave-in-nj:
there are pleanty of 12VDC power supplies on e-bay and Amazon.
considder that you would probably on run one pump at any time, and that one pump should not run for more than a few minutes. your supply should only need to be sized to run 2-3 pumps at a time.
If you have a pump picked out, post a link.
http://www.ebay.com/itm/12V-DC-CPU-Cooling-CAR-Brushless-Water-Oil-Pump-Waterproof-Submersible-H-/172412940231?hash=item28249cafc7:g:kXEAAOSwA3dYLtp~
Is the pump I use to water my bonzai tree which I connect http://www.ebay.com/itm/2017-US-Plug-12V-1A-1000ma-Power-Adapter-for-Tablet-PC-Arduino-5-5mm-x-2-1mm-/152191587539?hash=item236f5354d3:g:-V4AAOSwnQhXoVPC via http://www.ebay.com/itm/5Pair-Male-Female-12V-DC-2-1x5-5mm-Power-Plug-Jack-Adapter-Connector-For-Arduino-/261509775164?epid=1144657240&hash=item3ce3327f3c:g:eksAAOSwhh5TokgF
Since the pumps are cheap enough to order about 100 of I don't think it's reasonable to have 100 outlets but I want to assume that's the worst case scenario as my vision is limited due to my inexperience. My goals are to have everything automated but taking small steps first.
Thanks for the suggestions!