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

Hi to all,happy day everything working ,just a small hick up wit the temp sensor.Any of you experience this?Temp go up to 125 F and back to regular 77.

Screenshot from 2018-08-06 13-27-03.png
I have experienced this, the sensor will give an anomalous reading for the first couple of attempts when I start the controller. I suspect some electrical noise, but this is so rare, and never persistent, I didnt get chance to go to the bottom of this.
 
I have experienced this, the sensor will give an anomalous reading for the first couple of attempts when I start the controller. I suspect some electrical noise, but this is so rare, and never persistent, I didnt get chance to go to the bottom of this.

I have had this a few times, more typically on Arduino or esp8266 boards and it always ended up being an issue with the wiring/connections, i have lost count of the amount of times i have had to take the black plastic sleeve off a jumper wire and pinch the connector a tiny bit to get a more solid connection from it. HTH
 
Is there another type of tempature probe to use? I guess mines bad.
you got it from canakit ?
I have used both canakit and adafruit. Any ds18b20 will work, as long as its for submercible usage and has three wires. Dont get the cheapest ones in amazon, they tend to rust fast.
 
Hello, I'm contemplating building a reef-pi controller, mainly looking for temp control and a couple outlets, dosing pumps and maybe lighting.
My main concern is how reliable is the temperature control?
I have been reading this thread but it is huge, I am a pretty good DIY'er but minimal coding experience however I'm sure I can get it.
Thanks
 
you got it from canakit ?
I have used both canakit and adafruit. Any ds18b20 will work, as long as its for submercible usage and has three wires. Dont get the cheapest ones in amazon, they tend to rust fast.

Yea i had a canakit with the coating on it but it failed.

Maybe ill try another one from adafruit.
 
Hello, I'm contemplating building a reef-pi controller, mainly looking for temp control and a couple outlets, dosing pumps and maybe lighting.
My main concern is how reliable is the temperature control?
I have been reading this thread but it is huge, I am a pretty good DIY'er but minimal coding experience however I'm sure I can get it.
Thanks
Hi
Welcome to reef2reef, you'll love it here.
reef-pi temperature controller used ds18b20 sensors, which is not the most precise, but perhaps the most common ones, and widely used by most DIY folks. reef-pi has built in alerts and monitoring which can be handy when things go south.
Since this is a DIY build, issues can come from hardware / circuit issue. I recommend running the temperature build in monitoring mode only for some time, and then slowly hook up heater/chiller as and when you establish your temperature pattern and corresponding alerting.
Overall, I think if you build it slow and test things as you progress, you should be fine,
 
I got the black and white image for the Front layer when I exported the project as pdf. Kicad generates a bunch of pdfs each for different layers, screen etc.
Just found it, PLOT -> PDF :)
 
I've used an older camera as I couldn't wait. Overall impression is very good! Definitely better then milling.

As soon as I have all components, testing can start. So far I'm very happy with the result:)

Nicely separated PCBs and well packed:
upload_2018-8-7_9-56-17.png


Not all components are there, but so far everything seems to fit:
upload_2018-8-7_9-57-51.png


upload_2018-8-7_9-54-54.png


upload_2018-8-7_9-57-1.png
 
I've used an older camera as I couldn't wait. Overall impression is very good! Definitely better then milling.

As soon as I have all components, testing can start. So far I'm very happy with the result:)

Nicely separated PCBs and well packed:
upload_2018-8-7_9-56-17.png


Not all components are there, but so far everything seems to fit:
upload_2018-8-7_9-57-51.png


upload_2018-8-7_9-54-54.png


upload_2018-8-7_9-57-1.png

Nice! Add me to the list!
 
Hi
Welcome to reef2reef, you'll love it here.
reef-pi temperature controller used ds18b20 sensors, which is not the most precise, but perhaps the most common ones, and widely used by most DIY folks. reef-pi has built in alerts and monitoring which can be handy when things go south.
Since this is a DIY build, issues can come from hardware / circuit issue. I recommend running the temperature build in monitoring mode only for some time, and then slowly hook up heater/chiller as and when you establish your temperature pattern and corresponding alerting.
Overall, I think if you build it slow and test things as you progress, you should be fine,
Awesome thanks, I am planning on ordering the Raspberry Pi 3 Model B+ is that a good choice?
 
Thanks! Did u use there website builder?

The site is Built with word press and Elements .My Wife is working on the site.
There built in web builder is like most of the web based ones and simple to use thou.Name Cheap only drawback is they have less auto install scripts.But you have cli access .This is how i install my Billing Software .

@Ranjib Sorry for off topic post .
 
@Ranjib

Another question. What does this mean? Is it a problem or just an Info message? I issued a "Reload" command and got this.

upload_2018-8-7_8-24-27.png
 
Awesome thanks, I am planning on ordering the Raspberry Pi 3 Model B+ is that a good choice?
yes, you'll find a list of components here: http://a.co/j8Iv8M0
If I recall correctlty you want temperature, equipment a lights. And for that you'll need at least following
- Pi, sd card
- 12v 2A adapter,
- atleast one lm2596 (to convert 12v to 5v for pi)
- atleast one uln2803 IC for relay controls
- ADJ power strip
- ds18b20 sensor
- panel mount female audio jack (3.5mm) and male connector for connecting temperature sensor
- db9 connector and db9 cable to connect reef-pi with adj power strip
- jumper wires

Do you know what light you want to control? Once I know the light type, i might be able to recommend the parts
 
As an Amazon Associate we earn from qualifying purchases.
I've used an older camera as I couldn't wait. Overall impression is very good! Definitely better then milling.

As soon as I have all components, testing can start. So far I'm very happy with the result:)

Nicely separated PCBs and well packed:
upload_2018-8-7_9-56-17.png


Not all components are there, but so far everything seems to fit:
upload_2018-8-7_9-57-51.png


upload_2018-8-7_9-54-54.png


upload_2018-8-7_9-57-1.png
very nice :0)
 
@Ranjib

Another question. What does this mean? Is it a problem or just an Info message? I issued a "Reload" command and got this.

upload_2018-8-7_8-24-27.png
no , its ok, and as expected. I have to work on to make this warning not look scary.
If you are interested , whats happening is: reef-pi is instructing itself to reload (i.e stop and start itself), and during that process it cant respond to API calls (which is why its throwing the 404 error).
I have to do a trick where: when user asks to reload the pi, the API make a background thread which starts the restart process after some delay, but the API call itself returns immediately, with success.
 
no , its ok, and as expected. I have to work on to make this warning not look scary.
If you are interested , whats happening is: reef-pi is instructing itself to reload (i.e stop and start itself), and during that process it cant respond to API calls (which is why its throwing the 404 error).
I have to do a trick where: when user asks to reload the pi, the API make a background thread which starts the restart process after some delay, but the API call itself returns immediately, with success.
and I didnt fix this till now because its annoying but not a major/feature impacting bug. I'll get to this before the public release of 2.0
 
and I didnt fix this till now because its annoying but not a major/feature impacting bug. I'll get to this before the public release of 2.0


No problem. it seems to continue working, just wanted to know for sure!

Thanks
 

IF YOU HAD TO TAKE A REEFING EXAM, WOULD YOU PASS?

  • Yes!

    Votes: 32 45.7%
  • Not yet, but I have one that I want to buy in mind!

    Votes: 9 12.9%
  • No.

    Votes: 26 37.1%
  • Other (please explain).

    Votes: 3 4.3%
Back
Top