Don't worry about it, that's what this thread is for and the reason why it is so long ^^Appreciate it, sorry for asking to be spoonfed!
ReefPi is curently lacking a nice documentation for these kind of things, so don't blame yourself.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Don't worry about it, that's what this thread is for and the reason why it is so long ^^Appreciate it, sorry for asking to be spoonfed!
Exactly, and not just documentation , many other things. Hence the. Community support is so critical. It’s absolutely awesome that we are honest about these aspects (being diy, there’s lot of rough edges, it’s constantly changing and that the supporting things like docs are not up to the standard )Don't worry about it, that's what this thread is for and the reason why it is so long ^^
ReefPi is curently lacking a nice documentation for these kind of things, so don't blame yourself.
Hmmmmm,
So, just to confirm- My goal here is a PWM control lighting controller that can also switch fans on and off. I figure one of those arduino/raspberry pi marketed relay boards to switch 12 volts DC would work for the fan supply, running off of a GPIO pin. I then would also like to have two, maybe four channels of PWM control to dim Meanwell LDD drivers from zero to 100%, and then dim back down to zero at the end of the night. This differs from how kessil does the controls if I'm not mistaken, as I will be ramping intensity up and down specifically to each channel, rather than color and intensity separately? I am not seeing much documented for how these levels are set.
Maybe I just need to set one up and start playing with it?
So looks like a PCA9685 board (which i already have), and a relay break out will work? then I just need to mount it all up in a box? I can handle all the DC voltages just fine with separate modules.
For the relays, I have a few of these modules-
Amazon product
My current setup has an Arduino controlling a PCA9685 board, and I think 4 channels of PWM control, and a cable snaked from one central tank and box all the way around the room to another tank, so running two fixtures. It'll be nice to have no wires running to tank number three in the other room once i set it up.
What's the minimum size SD card that Reef-pi needs?
I have a few 128GB cards that I don't use that came with the Pi's ( got a bunch free a while back), do you think these would be fine? If I'm not mistaken these are the SD cards I have-
Amazon product
With some luck I may be able to put this together fully with parts I already have :)
Check with robotank, I think he may have options for non us mains, but not sure...otherwise you would have to roll your own. Keep in mind, the Kasa TP-link stuff also is an option, not sure if they have a UK version or not but see if they do something like this - https://www.tp-link.com/uk/home-networking/smart-plug/kp303/I am interested in setting up a PI in my tank, if for nothing else to track temps and to make sure the heaters don't cook the tank, however, I am struggling to find a UK equivalent for the power controller section.
Anyone from the UK or Europe had any luck with this?
I have a few 128GB cards that I don't use that came with the Pi's ( got a bunch free a while back), do you think these would be fine? If I'm not mistaken these are the SD cards I have-
Amazon product
With some luck I may be able to put this together fully with parts I already have :)
Thanks for the quick reply, tp-link do a UK version of that smart plug, however, I'm not sure how I'd config it to do the same power control as the reef pi does using a WIFI connection.Check with robotank, I think he may have options for non us mains, but not sure...otherwise you would have to roll your own. Keep in mind, the Kasa TP-link stuff also is an option, not sure if they have a UK version or not but see if they do something like this - https://www.tp-link.com/uk/home-networking/smart-plug/kp303/
Its covered in the guides, you add it as a driver and give it the ip address and thats how it connects to it..Thanks for the quick reply, tp-link do a UK version of that smart plug, however, I'm not sure how I'd config it to do the same power control as the reef pi does using a WIFI connection.
Came in in version 3 of reef-pi, has been around for some time.... https://github.com/reef-pi/reef-pi/releases/tag/3.0hmm , I must be reading the wrong guides as I haven't come across anything relating to WIFI control in the power controller section yet.
Lots of information out there and it can be overwhelming for me.. but that the good part about it being open source.. you can pretty much work out any problem that you want to solve..vs having to go into a ecosystem were they may have limited solutions. Would have been alot easier for me to go of the shelf.. but I looked at it a a great way to learn something else.Jeez, ok so much more than i realised, gives me some more stuff to read through.
Thanks very much!
Looks nice !Hi
so my controller is now ready here are a few pictures
I hang it behind my aquarium because there is no space in the base cabinet
ThanksLooks nice !
what kind of display and connection are you using ? I’m guessing a Pi3 or higher with an actual screen from the looks of it ?
With all those cables I hope you have a GFCI (?) switch on that Setup. Might be a good idea, especially when using a ground probe.
About the wavemaker:
A 0-6V signal is easy through PWM, e.g. the lights tab. Although currently there is no profile yet that changes the outputs fast enough for a wave pattern, I guess.
If you really want that you could either make an external service that tells ReefPi a new setting every few seconds or so, or use an external oscillator that does this in hardware with a turnable resistor to set the wave frequency.
What pattern would a wavemaker need ?
On-Off every few seconds, a ramp-up and down, a sinusoid ?