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.
According to the datasheet, those can use pwm from 2.5 - 6 volts. It's fine to drive by PCA9685 or from rpi pwm.Hey @Ranjib thanks for the reply. These are the type of drivers I am using.
I have got the 350, 700 and 1000 drivers.
![]()
I'll have to check when i get home, but if that is what's listed, then yes.yes, its 12V 2 A ?
Adafruit guide on how to build a kessil controller + Actinic/LED strip controller using reef-pi has been published https://learn.adafruit.com/reef-pi-lighting-controller
happy reefing,
That field should not have any validation at 60 seconds. There may be confusion Second field on the left half of the screen. The timer uses a Cron like format, so Day Of Month, Hour, Minute, and Second define when the timer should be executed. The schedule in your screenshot is set to run every minute on the 10th second.
I think you could set up the sump light schedule as shown below (saved on http://reef-pi.herokuapp.com). It starts at 19:00, then turns back off after 43,200 seconds (60 * 60 * 12).
![]()
I plan to improve the duration component to let you choose seconds/minutes/hours as the unit, but that probably won't be done before the v2 final release.
This is looking awesome, its nicer than my own build. I love the fact that you aligned the Pi corners with the enclosure. USB and all the ports are now accessible. Very, very cool.
It will be helpful to take measurements (volts) and do thorough testing of the build before combining new circuit. The doser pump and ph circuit both will add extra complexity in wiring, knowing your current readings now will help you troubleshoot things later. The dosers build incorporates l293d and can draw as much as 600 mA current, theres a chance they can interfere with other circuits, particularly pH circuit. Make sure you use a voltage isolator.
Things get complicated as you combine the high current and low current things, as we need more sophisticated safety measures, some of which is very hard to get in through-hole form factors. I have struggled with this consistently, particularly if lights are involved. All the lm2596 boards are rated for 3A, and the perfboards also I think has around that limit. But again, from all the information you have provided, I think you are still below these limits, just be thorough and measure as you go. If you have access to oscilloscope knowing the pwm signal is also very useful. Recently, theres 5V dosing pump available via adafruit. If you use those, you can directly power it via pca9685 I think. you dont need an l293d, you'll loose the ability to control pump direction though.
The adafruit guide will be based on l293d and 12v pumps, since thats what I used when I built my doser and I have photos/circuits for those. But something to consider, if you want to simplify circuits.
I like this strategy :-)Thanks, I wanted to place it so that I could have acces to all ports without having to re do jumpers and remove the board. I also wanted to use Ethernet instead of WiFi since my router is right next to my reef tank.
When I was putting my parts together I specifically found a 3 amp power supply just for that reason. I do like the idea of using a 5 volt pump though and will have to look into it. Once I get all the relays and stuff complete I am going to get a current measurement of everything under load and see where I stand.
Stop reef-pi service and use the reef-pi command to reset your password usingI have been unable to change the user name and password in reef-pi from the screen. Is there a file I can access from the console or am I doing it wrong in reef-pi?
sudo systemctl stop reef-pi.service
sudo reef-pi reset-password -user reef-pi -password reef-pi
sudo systemctl start reef-pi.service
I just installed, i cant find what I need to type in browser to access reef-pi, ahhh, please help as I cant find it in the install guide
I'll try the second, I found it couple of weeks ago, just today it's been one of them days where everything goes wrong and doesn't go as planned, I have access to the raspberry pi through vnc, just couldn't find what to type into the browserDo you know the ip address of your raspberry? You can just type that for example http://192.168.1.3 or whatever your ip is, or you can type http://whateveryounamedit.local. It has to be from a computer attached to your home network though unless you set up port forwarding
I have mentioned this here,ive now found it, had to type'' localhost/80'' into the browser address bar, is this normal behaviour or I set it up wrong
I don't see this mentioned anywhere, or instructions on actually how to access reef-pi once its installed which isn't clear, well not clear enough for me, as I can only really follow instructions lol
there is a small typo at configuration and testing...Adafruit guide on how to build a kessil controller + Actinic/LED strip controller using reef-pi has been published https://learn.adafruit.com/reef-pi-lighting-controller
happy reefing,
Yes, thank you so much for pointing it out. I’ll update the guidethere is a small typo at configuration and testing...
"There are three Kessil connectors, J1 to J3, connected to pin 0, 1 and 2,3 and 3,4 respectively."
this should be 4 and 5 or?