reef-pi :: An opensource reef tank controller based on Raspberry Pi.

OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,876
Reaction score
16,680
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
You have to declare outlets, with GPIO pin numbers, as mentioned here: https://reef-pi.github.io/build-guides/power/
In case its not clear, you have created jacks, which are pwm outputs and used for lights, dosing pumps, wave makers etc. You need to create outlets which are for relays. Jack pin number represents pca9685 numbers , can be multiples (comma separated), and the pin number itself is serial numbers (0,1,2,3 ... 15). While outlets always have a single pin number, and they are GPIO numbers as indicated by their label GPIOXX (not serial number) in the pinout diagram.
 

jcmental

Active Member
View Badges
Joined
Jan 25, 2018
Messages
114
Reaction score
137
Rating - 0%
0   0   0
You have to declare outlets, with GPIO pin numbers, as mentioned here: https://reef-pi.github.io/build-guides/power/

Hi Ranjib
Thanks for getting back to me. sorry to keep pestering you but I'm so close to getting this system ready for a test tank.
I've been following your guide to set it all up bud.
I have used the same AC tag as you and read the pin number off the pin layout i.e
AC1 pin 25
AC2 pin 5

Its when I get to the equipment page and click the + I get the box to name the equipment say Pump and the outlet drop down and the selection box is empty.
2018-02-02-221923_1920x1080_scrot.png 2018-02-02-222739_1920x1080_scrot.png IMG_1061.PNG
 

Ryan115

Well-Known Member
View Badges
Joined
Dec 28, 2010
Messages
586
Reaction score
1,085
Location
Mississippi
Rating - 0%
0   0   0
You need to click on the Green + sign under outlets and enter those GPIO numbers there, as Ranjib said, you are adding Pins.
Like this...
upload_2018-2-2_17-1-52.png
 

Ryan115

Well-Known Member
View Badges
Joined
Dec 28, 2010
Messages
586
Reaction score
1,085
Location
Mississippi
Rating - 0%
0   0   0
Just got back from my scientific expedition and here's my findings (I'm Awesome BTW)
The 2 sockets on that board are both linked so I was testing the socket and wiring from the control board to the driver board and this is what I found, I must say if you confirm my findings I'm feeling like I might make a YouTube account and show the whole world how to do this as I have found nothing on line that shows you how to do the Viparspectra lights.
I'm concluding that All I need is to connect the PWM +12 and the PWM GND to the amp board that Ranjib has posted.
Although I tested the voltages and found that the meter is only showing 10.07 V DC across the PWM pins. and looking at the suppliers website most of there "Dimming" units are 0 - 10V this could explain why these lights only ever get warm and not hot enough to need a solid heat sink. I think there made for 12v PWM and only get 10V PWM max so there less likely to burn out the LED chips.
LED power supply pin layout.jpg
Are these the pins on the board (header) or cable (connector)?
If your On/Off pin is similar to other BBs then I think it is running a transistor to provide power to the driver.
When the system is on 12V is applied to the On/Off pin and the driver turns on
Otherwise it looks like the other 3 pins are +12VDC input, Common GND for power and PWM, and the PWM pin which is likely 10V PWM.
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,876
Reaction score
16,680
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
Hi Ranjib
Thanks for getting back to me. sorry to keep pestering you but I'm so close to getting this system ready for a test tank.
I've been following your guide to set it all up bud.
I have used the same AC tag as you and read the pin number off the pin layout i.e
AC1 pin 25
AC2 pin 5

Its when I get to the equipment page and click the + I get the box to name the equipment say Pump and the outlet drop down and the selection box is empty.
2018-02-02-221923_1920x1080_scrot.png 2018-02-02-222739_1920x1080_scrot.png IMG_1061.PNG
you'll get there bud :-)
 

Fish Fan

Master of Disaster
View Badges
Joined
Dec 8, 2017
Messages
12,926
Reaction score
33,652
Location
461 Ocean Boulevard
Rating - 100%
6   0   0
Hey, Ranjib!

Sorry if this has already been answered, but can, or could, reef-pi support live video streams where one could view their tank in real time video, remotely over the internet? I'm pretty sure people have made DIY smart doorbells from RPi's have done this kind of thing. I'm not sure what this would entail, but I think it'd be a really great feature to have.

As always, I very much appreciate your efforts developing this project!

-FF
 

reelss

Active Member
View Badges
Joined
Jan 2, 2018
Messages
328
Reaction score
133
Rating - 0%
0   0   0
Hi all,

I am jumping into the saltwater world, and considering I want to keep the costs down, I can't splurge on a fancy controller. I have decided to give reef pi a shot. My primary goals are:
Temperature control using multiple heaters
Power controller to be used to manage equipment (would like the ability to set up routines such as "water change", and have an easy interface to to turn on/off equipment)
Monitoring (be able to monitor temperature, salinity and other aquarium parameters)

It appears this project would allow me to do all that and more.
How easy is it to set up? Do you have to tinker with it constantly? Thanks!
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,876
Reaction score
16,680
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
Hey, Ranjib!

Sorry if this has already been answered, but can, or could, reef-pi support live video streams where one could view their tank in real time video, remotely over the internet? I'm pretty sure people have made DIY smart doorbells from RPi's have done this kind of thing. I'm not sure what this would entail, but I think it'd be a really great feature to have.

As always, I very much appreciate your efforts developing this project!

-FF
Not yet. but its something I have thought about. It wont be hard to implement though. I am currently working on the camera sub-system , I'll let you know my thoughts on this. I am bit worried about the CPU/Memory usage for such things, they tend to be very resource intensive, and I dont want stuff like that to mess up equipment/lighting/dosing control etc. But having this is doable, and one might use a dedicated reef-pi for this, if need be. Give me a couple of days to think this through,
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,876
Reaction score
16,680
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
Hi all,

I am jumping into the saltwater world, and considering I want to keep the costs down, I can't splurge on a fancy controller. I have decided to give reef pi a shot. My primary goals are:
Temperature control using multiple heaters
Power controller to be used to manage equipment (would like the ability to set up routines such as "water change", and have an easy interface to to turn on/off equipment)
Monitoring (be able to monitor temperature, salinity and other aquarium parameters)

It appears this project would allow me to do all that and more.
How easy is it to set up? Do you have to tinker with it constantly? Thanks!
The initial learning curve is little steep. Once setup, I dont think you have to tinker with it a lot, but this project is going rapid development, so if you want to the new features, you have to update.
Also, probably its better if others answer this :-) . Since I wrote it, its always less complicated for me
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,876
Reaction score
16,680
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
you Guys are Brillient! I could give you a kiss.
I’m such a dumb ****. I didn’t realise the 2 + signs were for different bits.
Would you want a kiss off me? Lol
Thanks again chaps
A7B914D2-7B6C-49F9-AFFC-591138D8315E.jpeg
Im glad you got it working. Keep us posted how its doing :-)
 

Fish Fan

Master of Disaster
View Badges
Joined
Dec 8, 2017
Messages
12,926
Reaction score
33,652
Location
461 Ocean Boulevard
Rating - 100%
6   0   0
Not yet. but its something I have thought about. It wont be hard to implement though. I am currently working on the camera sub-system , I'll let you know my thoughts on this. I am bit worried about the CPU/Memory usage for such things, they tend to be very resource intensive, and I dont want stuff like that to mess up equipment/lighting/dosing control etc. But having this is doable, and one might use a dedicated reef-pi for this, if need be. Give me a couple of days to think this through,
No rush, I was just curious. I noticed you said you were working on the camera subsytem, and I thought I'd mention it. I think it's cool enough to justify using a dedicated reef-pi for just the video server. Anyway, all in time I'm sure.

Thanks for the help!

-FF
 

HM3105

Well-Known Member
View Badges
Joined
Nov 30, 2014
Messages
665
Reaction score
403
Location
United States
Rating - 0%
0   0   0
Now I know that Reef pi is a web based program, but is there any way of connecting to it with a laptop with out it having to connect to a net work?
The reason I ask is I have free time at work and a laptop that as you can see in on the net, but what I cant do is add my pi to the network or connect to it in any way. I could connect to my raspberry using Bluetooth or a USB but not over the works network.
If there was a way to do this it would mean I could do all the setting up and build work in the electrical test bay at work rather than in my front room at home.

I might have missed where this was answered.

https://reef-pi.github.io/additional-documentation/remote/
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,876
Reaction score
16,680
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0

Ryan115

Well-Known Member
View Badges
Joined
Dec 28, 2010
Messages
586
Reaction score
1,085
Location
Mississippi
Rating - 0%
0   0   0
Are these the pins on the board (header) or cable (connector)?
If your On/Off pin is similar to other BBs then I think it is running a transistor to provide power to the driver.
When the system is on 12V is applied to the On/Off pin and the driver turns on
Otherwise it looks like the other 3 pins are +12VDC input, Common GND for power and PWM, and the PWM pin which is likely 10V PWM.
I was thinking about this last night...I would either test the action on the On/Off pin or wait until I can test mine again. I am second guessing whether or not the 12V was applied when the system was On or Off.
I should write things down better when I am testing.
 

TOP 10 Trending Threads

WHAT AMOUNT OF LIVE ROCK AND SAND SHOULD BE PRIORITIZED FOR OPTIMAL BIODIVERSITY/FILTRATION?

  • 100% live rock + bagged sand

    Votes: 38 26.6%
  • 100% dry rock + 100% live sand

    Votes: 48 33.6%
  • 50/50 live/dry rock, 50/50 live/bagged sand

    Votes: 32 22.4%
  • 75% live rock, 25% live sand

    Votes: 15 10.5%
  • 25% live rock, 75% live sand

    Votes: 10 7.0%
Back
Top