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.
I am doing some last minute testing one the pi pwm stuff.. will cut a release soon as I am done with it (tonight or at max this week)any update on 2.5 version
I think the power supply part will be complicated. If you have a single power supply (meanwell, in your case) and dividing it across different voltage inputs (5v, 3.3v, 12v, 24v) and each of them has different power consumption portfolio (LED is constant current, pumps will have high inductive load and back EMF) , they will interfere with each other. You'll need significant amount of passives (capacitors, mostly, and may be diods/resistors as well) at each junction of this custom PSU. I myself not very good at designing these, and learning, just be aware of this. I can definitely call out the things that worked for me in All in one setup (ph + kessil + outlets+temp +ato) ,, but this excluded powering LED directly or controlling pumps from the same unit.Hi all I'm in the plan to build a DC only pico tank pi control. My think will be using the below equipment. The goal is to keep the control board as clean and plug and play as possible. I have selected some parts and need some help to see if it will work?
Tank equipment:
On/off and PWM control equipments
Light: Kessil A80 24v, 16w, 0 - 10v pwm
Return pump: Jabeo DC 650 Nano 24v, 8W, 0-5 PWM (I think) control
On/Off only
Filter pump: Mini DC pump 12v, 6w
Heater: DC Heating pad 24v, 15w
Peltier chiller: 12v, 100w, I have an stand alone tec PID controller.
Peltier Fan 2x: 12v, 0.15w total
Couple of mini Led indicator: 5v to 12v
Sensor:
3x Temperature probe (1 tank, 1 hot side of peltier, 1 ambient)
1 mini float switch SMD Fluid Controls FS25 (I'm manually do ato so I just need the float switch to turn on an led once it reach the level)
Power supply:
12v 195w meanwell waterproof power supply
PI equipments:
PI 4 Or Pi zero W
2x LM2596 (5v and 10v convertion)
1x Single power relay for the peltier
1x Pimoroni automation hat (for all 24v and 5 to 12v equipments)
1x Adafruit 16-Channel PWM / Servo HAT (no sure if both of these hat will stack will together yet or not)
Since everything is low voltage I'm not planning using AC outlet. All equipment will be directly connected to the controller board.
Other optional features:
2x Kamoer x1 doser running awc. I not looking to control it but if I can build something in to read the current draw when it's on will be nice. I know the dosing time per cycle. My thinking is put an time limiter on it for backup just in case the doser malfunction.
Hola reef-pi users,
I have cut a bug fix release 2.5 to address the pi pwm frequency issue. It has some other miscellaneous driver fixes and dependency packages updates. Other than this , it’s really a small release and I am primarily focused one the 3.0 ui
Installable Packages are available from github: https://github.com/reef-pi/reef-pi/releases/tag/2.5
Nope, I am yet to fix the 100% pwm on pca9685 issue in next releaseDoes this include a bug fix for #794? If so I can run this tonight and report back. I have avoided moving to 3.0 or 2.4 due to the never off so I am glad to test if its in there.
Nope, I am yet to fix the 100% pwm on pca9685 issue in next release
h103, hs110, hs300I apologize if this was covered, I searched the thread but couldn't find it.
Which tplink plugs are usable by reefpi ?
long back (pre 1.0) reef-pi used to support etapes (reef-pi used to be called as reefer during that time). I dropped its support due to lack of usecases and the complexity in wiring (SPI involves more wire), in favor of photoelectric sensor and float switches.Hi I would like to measure the water level in a tank using my reef pi. (That is the actual water level not just the level is low with a traditional optical sensor)
Have come across the ‘etape liquid level sensor’ (google it). It says it works the same way as a thermistor. Could I define it as a thermometer to report water level (or any other way within reef pi? Thank you
long back (pre 1.0) reef-pi used to support etapes (reef-pi used to be called as reefer during that time). I dropped its support due to lack of usecases and the complexity in wiring (SPI involves more wire), in favor of photoelectric sensor and float switches.
Now that we have HAL (hardware abstraction layer), it wont be hard to bring back support for etapes, but I have to sort out the usecases.
Another common technique is to measure the weight of the reservoir and calculate the level or volume from the weight. reef-pi doesn't support load cell weight sensors yet, but the driver system with v3.0 will make this much easier.Hi I would like to measure the water level in a tank using my reef pi. (That is the actual water level not just the level is low with a traditional optical sensor)
Have come across the ‘etape liquid level sensor’ (google it). It says it works the same way as a thermistor. Could I define it as a thermometer to report water level (or any other way within reef pi? Thank you
Yess, , apologies for the type
Thanks for the swift response. Any eta on when you think this might be added?
I have no plan for it right now. As I was saying I want to understand how I’ll be using this to solve a specific problem related to reef keeping or any aquarium setup in general. Those bits are essential to understand what other pieces needed and if there exist alternate techniques