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

AbjectMaelstroM

Valuable Member
View Badges
Joined
Jul 21, 2019
Messages
1,527
Reaction score
1,811
Location
RVA
Rating - 100%
1   0   0
Sorry if I was unclear. I have a three wire sensor, with ground , 5V, and data. And when I put a meter on my board pins, I Have 5V on the 5V pin, 3.25V on the data pin (expected as I understand it) and then the ground pin. I use this to verify that my soldering is good and that the board is operating correctly. I am trying to get it to recognize a sensor but nothing is showing up?
Is one wire enabled?
 

drm2215

New Member
View Badges
Joined
Sep 14, 2020
Messages
23
Reaction score
9
Location
Chicago
Rating - 0%
0   0   0
If you swap the 3v to gpio 17 or any of the gpio pins per the mapping below, it should work. The open gpio pins (non power/ground) are for sending data.
GPIO-Pinout-Diagram-2.png
I am using a Robotank hat for my Reef-Pi so the GPIO wiring happens in the circuit board. Thanks for the suggestion.
 

BenB

Active Member
View Badges
Joined
Jun 11, 2019
Messages
100
Reaction score
152
Rating - 0%
0   0   0
I am using a Robotank hat for my Reef-Pi so the GPIO wiring happens in the circuit board. Thanks for the suggestion.
Standard gpio pin for the temp sensor is gpio 4. If you want to use an other pin that is possible only you will need to update a file in rasbian os. If you Google it you will find it.
 

Sarlindescent

Active Member
View Badges
Joined
Dec 26, 2015
Messages
143
Reaction score
144
Rating - 0%
0   0   0
Slight update on my build. Still waiting on USPS to deliver the last item so I can hook up the ph probes... built a custom wire harness to clean things up and a power and ground distribution hub (picture was before I fixed a couple solders). Also for the ds18b20 probes, the wires were 28 guage. Most common wire strippers don't go that low.

20210105_173612.jpg

20210108_230634.jpg

Before harness
20210109_183241.jpg

After
20210110_180024.jpg


Additionally, I am looking for usb powerbank with a pass through to act as a UPS. Any recommendations? If not, the wire harness was designed to free up the pins for a pre-built pi UPS.
 

FuzzeWuzze

Community Member
View Badges
Joined
Nov 9, 2020
Messages
28
Reaction score
30
Location
Newberg
Rating - 0%
0   0   0
Is there a reason i cant set timers > 60 minutes? My fuge light auto has a timer built in, but it resets if the power turns off...so i just want to control its on/off via ReefPi and turning the outlet off at 7am and on at 7pm but i cant? Is there another way other than timers?
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,843
Reaction score
17,058
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
@Ranjib and the other contributors, instead of complaining about yet another problem, for a change I just want to say that all the work you do here is appreciated and a great help controlling tanks.
Thank you so much for the kind words. This means a lot to us. Your support and enthusiasm is what keeps the project going :)
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,843
Reaction score
17,058
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
Hello Reef-Pi folks,
I am running Reef-Pi 4.0 on a Robo-tank board and I am having trouble with my temp sensors. I have 5V at the 5V pin, and 3.25V at the Data pin on all temp sensors, but when I connect a sensor it is not detected? When I go to the temperature page and try to add a new temp sensor nothing is available under sensors. I have tried 3 different kinds of sensors, all of which I have seen work on other setups. Any suggestions?

Thanks
Ds18b20 is 3.3v based, not 5v
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,843
Reaction score
17,058
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
Sorry if I was unclear. I have a three wire sensor, with ground , 5V, and data. And when I put a meter on my board pins, I Have 5V on the 5V pin, 3.25V on the data pin (expected as I understand it) and then the ground pin. I use this to verify that my soldering is good and that the board is operating correctly. I am trying to get it to recognize a sensor but nothing is showing up?
Are you using ds18b20 sensor ? Can you share some pics and configuration details ? Check dmesg output for any errors that Linux kernel might be showing, they should have words “one wire “ or “w1”
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,843
Reaction score
17,058
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
Slight update on my build. Still waiting on USPS to deliver the last item so I can hook up the ph probes... built a custom wire harness to clean things up and a power and ground distribution hub (picture was before I fixed a couple solders). Also for the ds18b20 probes, the wires were 28 guage. Most common wire strippers don't go that low.

20210105_173612.jpg

20210108_230634.jpg

Before harness
20210109_183241.jpg

After
20210110_180024.jpg


Additionally, I am looking for usb powerbank with a pass through to act as a UPS. Any recommendations? If not, the wire harness was designed to free up the pins for a pre-built pi UPS.
Looking awesome. I use an exacto knife for stripping 22 awg or higher wires. There are some off the shelf ups hat for pi, but they cost a little.
 

stefanm

Active Member
View Badges
Joined
Oct 11, 2017
Messages
360
Reaction score
397
Location
Sweden
Rating - 0%
0   0   0
Is there a reason i cant set timers > 60 minutes? My fuge light auto has a timer built in, but it resets if the power turns off...so i just want to control its on/off via ReefPi and turning the outlet off at 7am and on at 7pm but i cant? Is there another way other than timers?
Please check your config, I have my sump lights set up like this.
Screenshot_2021-01-11-22-51-31-115_com.android.chrome.jpg
Screenshot_2021-01-11-22-51-41-852_com.android.chrome.jpg
Screenshot_2021-01-11-22-51-54-044_com.android.chrome.jpg
Screenshot_2021-01-11-22-51-58-689_com.android.chrome.jpg


Hopefully that's in order...
 

FuzzeWuzze

Community Member
View Badges
Joined
Nov 9, 2020
Messages
28
Reaction score
30
Location
Newberg
Rating - 0%
0   0   0
Please check your config, I have my sump lights set up like this.


Hopefully that's in order...

Ok i think i understand, its the form layout that confused me. The minute and second being on a new line made me read it as Turn on this month,day,hour, then stay on for N minutes and seconds. I did not realize the minute and second were part of the start condition. Maybe some groupboxes or something to better group these widgets together to make it more clear? It makes more sense on mobile top->bottom then on the desktop page im showing.

reefpi.PNG
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,843
Reaction score
17,058
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
Ok i think i understand, its the form layout that confused me. The minute and second being on a new line made me read it as Turn on this month,day,hour, then stay on for N minutes and seconds. I did not realize the minute and second were part of the start condition. Maybe some groupboxes or something to better group these widgets together to make it more clear? It makes more sense on mobile top->bottom then on the desktop page im showing.

reefpi.PNG
I agree, the form is confusing. I'll fix it in next release.
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,843
Reaction score
17,058
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
Hivemind,
I have just cut a new minor release 4.1, for reef-pi. It brings one useful improvement, the ability to set custom upper and lower limit for Y axis of temperature and ph chart. This was causing significant pain in 4.0 release. Other than this important change there are some minor improvements in timer and doser UI, the schedule component is now distinctly isolated to avoid confusion (as noted in the previous posts) . Theres some internationalization and tech chores that went in as well.

Release builds can be found in usual locations: https://github.com/reef-pi/reef-pi/releases/tag/4.1
if you are a 4.1 user, you can use the UI to upgrade your reef-pi straight from there :)

happy reefing,
 

elysics

Valuable Member
View Badges
Joined
Jan 15, 2020
Messages
1,520
Reaction score
1,511
Rating - 0%
0   0   0
Just wanted to try out the auto updater, I tried putting "4.1", "54fca82", and nonexistent future version numbers. Same error message:
Screenshot_20210112-113610.png


Could just update the normal way, but I'm gonna wait if there's anything else you want me to try to isolate the bug
 
Last edited:
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,843
Reaction score
17,058
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
Just wanted to try out the auto updater, I tried putting "4.1", "54fca82", and nonexistent future version numbers. Same error message:
Screenshot_20210112-113610.png


Could just update the normal way, but I'm gonna wait if there's anything else you want me to try to isolate the bug
Hmm..none that I can think of. Try reloading
 

When to mix up fish meal: When was the last time you tried a different brand of food for your reef?

  • I regularly change the food that I feed to the tank.

    Votes: 37 23.9%
  • I occasionally change the food that I feed to the tank.

    Votes: 52 33.5%
  • I rarely change the food that I feed to the tank.

    Votes: 47 30.3%
  • I never change the food that I feed to the tank.

    Votes: 15 9.7%
  • Other.

    Votes: 4 2.6%

New Posts

Back
Top