Thank you for the reply! That's basically the bulb I was thinking about. Would this bulb require the "hacking" you mentioned before, or is this easy to use with ReefPi?
-FF
-FF
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.
All the bulbs I know of , will require extensive hacking. They are not built to be controlled by external signal, hence ...Thank you for the reply! That's basically the bulb I was thinking about. Would this bulb require the "hacking" you mentioned before, or is this easy to use with ReefPi?
-FF
If you are just getting started, then you can get the ABI bulb for the time being and just turn it on/off with timers using reef-pi. I ran my pico tanks like that for the first 6-8 minths before going with A80s.Ranjib, I'm a noob, so I may not be explaining myself well, but maybe I could just ask this question instead: I want to start a small 6.6 gallon build, and I'm really trying to use it as a way to learn ReefPi; that's a big part of my goal. I'd also like this tank to be as frugal as possible, which I know was always an underlying theme in your ReefPi project. I have everything I need to start the tank, with the exception of a light. I am ideally looking for something inexpensive, and I'd like it to be controlled as easily as possible with ReefPi. Is there a light you could suggest for this tank? Again, just easy going softies, nothing crazy. I am in no way sold on the PAR bulbs (or any lighting). And if I have to, I would go with a Kessil A80 because I'm pretty sure this light "plays nicely" with ReefPi, but ideally I hope to spend a little less on this tank. I hope that makes sense! Anything you could reccomend would be very helpful! For example, how would you personally light a 6.6 gallon tank? Would you just get a Kessil A80, or is there an alternative?
Thank you very, very much for your help!
-FishFan
Uln2803 is a sync type ic. So, you just pass the 12 v (wired to gnd of db9 connector), and each output of uln2803 to One data pin of the db9 connector
yeah. I have never used them, but from what I understand you need a puck, a driver and a power source. Altogether around 60$So I did look at the Blue Acro website, and I think you're talking about the pucks. They look interesting for sure, do they work well with ReefPi? What do you need besides the puck to wire them up?
Thank you once again!
-FF
Nope. Thats how I am running it. If you notice how the LEDs are powered with uln2803, it does not require a common ground, in fact you cant have a common ground. Because uln2803 is a sync type driver, it acts as ground.You don't need to pass a common ground as well?
Yes.But the easiest way to get full control, with day/night dimming, would just be to get an A80? If so, I'd rather do that if it's the best option for the future; I could grow more too. Is the Kessil A80 easy to setup and use with ReefPi?
Thanks again!
-FF
You have changed 1.5 to 2.0 beta, this is a major breaking change hence your ato is not working. You have to create an inlet in settings-> connectors (with the same PIN number that u used for ato in 1.5). And then associate that ato with the new inlet. In 2.0 reef-pi support multiple ato, and they are connected to inlet (same as equipment are connected to outlet)
Ignore the pink block on top, it’s a benign ui bug that’s in the beta release, will be gone in next release.
The dashboard loading issue is another known bug , if you click on the other tabs and then come back to the dashboard tab, it will be alright. I have fixed this bug already, and will be released this weekend
That should not happen. Can you share screen shot and logs if possible?Aaaah! OK. I'm trying that as described, but I'm still battling to get the setup to save. I use the "+" down at the bottom of the ATO screen, but when I hit save, nothing updates.
I also don't get the opportunity to add control.
No I didn't remove the old database. How do I do that?That should not happen. Can you share screen shot and logs if possible?
You said when you hit save nothing happens. You should check the logs right during that time. I think for some reason API call is failing. Did you remove the old data base?
Warning: you'll reset your reef-pi and have to re-declare everythingNo I didn't remove the old database. How do I do that?
sudo systemctl stop reef-pi.service
sudo mv /var/lib/reef-pi/reef-pi.db .
sudo systemctl start reef-pi.service
Thank youWarning: you'll reset your reef-pi and have to re-declare everything
Code:sudo systemctl stop reef-pi.service sudo mv /var/lib/reef-pi/reef-pi.db . sudo systemctl start reef-pi.service
Warning: you'll reset your reef-pi and have to re-declare everything
Code:sudo systemctl stop reef-pi.service sudo mv /var/lib/reef-pi/reef-pi.db . sudo systemctl start reef-pi.service
What is the output of
sudo systemctl status reef-pi.service