Did u have it default open or closed?
For the heater is was default open. So if reefpi lost connection or power the heater would turn off.
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.
Did u have it default open or closed?
Normally closed would have prevented the tank from going too cold as relay would fail closed and heater would continue to function based off it's own temp sensor
So the heater drew 2.1 amps give or take and those relays are rated for 10 amps resistive load...this is what scares me about the 8 to 10 dollar relay boards...which I am changing in my build to a name brand industrial relays.It was a 250watt eheim beaver
All on hardware . We don’t configure any pull up or down resistor from softwareWhichever way works out better for your connections. You can have up to 128 devices on a single i2c bus.
As you add more than one device on i2c, just keep an eye on the pull up resistors on each device. Ideally you will need to remove/jumper on all but one of the devices.
Actually I think the raspberry pi has internal pull ups on the i2c, so you may be able to remove them from all devices. @Ranjib are these set in hardware on the board, or do we have to call them in software?
All that being said, I have not removed them from my devices (and most people probably havent either) and I have not had an issue. But I am only running a single PCA9685 on the i2c bus.
This is very informative. Thank you for sharing. What was the heater rating ? Like in wattageI just confirmed the relay for the heater outlet failed. All the other relays work just fine. To be honest it does not surprise me and I kind of expected it since I am using reefpi to control the heater. I am going to go ahead and trim my heater up and let it control the switching for now and leave it on the spare outlet until I can replace the relay board. But this may be my excuse to change the heater relay to solid state. Just for everyone’s info these are the relays I got.
https://www.amazon.com/dp/B00LW2GA5Y/ref=cm_sw_r_sms_c_api_i_wDJYCbTDFGBS4
The heater relay lasted about 3 months switching on and off all day. My interval is set to 60 seconds
Oops , sorry I noticed you answered this already.This is very informative. Thank you for sharing. What was the heater rating ? Like in wattage
I'm going the pi route. If I'm going to be automating my skimmer, circulation pumps, heater and sbreef lights how many pi's do I need to do this?
It’s kind of a toss up which way to wire it. I did it NO so that the heater would stay on if I disconnect reefpi. But then there is it not heating the tank if the relay fails. I will have to re think my relay set up.
Depends on how many channels of lighting and how many outlets. A typical reef pi setup with one pi following the guides can handle 8 power outlets and 16 pwm channels for lighting and ato. Adding a second uln 2803 will get you 4 additional outlets and leave a few gpio for inlets.I'm going the pi route. If I'm going to be automating my skimmer, circulation pumps, heater and sbreef lights how many pi's do I need to do this?
I use my heaters set at 78 with their own thermostats, to maintain 78 degrees. I have 2 heaters at 250w in a 75 gallon freshwater planted tank. If one heater tstat fails in off position, the second can handle the tank. Reef pi is set up so that each heater has its own control. They are wired NC and set at 80. If my heater tstat sticks ON, the tank gets to 80 and reef pi opens the circuit to prevent boiled fish. If reef pi fails, the heaters still run on their own thermostat thru the NC relays.After reading this, I think my strategy will be a primary heater with the built in thermostat, with the system to turn it off if the tank temp crosses above 81 degrees, and a secondary heater switched off, only to switch on(controlled) to provide additional heat below 80.. as of today, both heaters were running with their built in thermostat and all 3 probes have run between 80.6 and 80.8 all day.
What's everyone else doing to maintain temp? and what temp ranges do you keep?
Depends on how many channels of lighting and how many outlets. A typical reef pi setup with one pi following the guides can handle 8 power outlets and 16 pwm channels for lighting and ato. Adding a second uln 2803 will get you 4 additional outlets and leave a few gpio for inlets.
But I think a new feature being added to 3.0 is being able to control a cluster of reef pi with one main reef pi, which would give you alot of expansion room.[/QUOTE
I'll be running 2 wave pumps, each li light has blues and LEDs whites. 2 sbreefs lights. A heater, and a skimmer. I thought my hob filter but I think that will remain plugged in to my wall outlet. Since that is just house cheeto only. Total of 8 outlets. But will add a ph gauge and eventually a tampeture. Maybe monitor par down the road. But for now 2 wave makers, skimmer and 2 sbreef lights. With 2 c hffanneks one for blues and one for whites.
Do the math:
100,000 divided by 1440 minutes in a day =only 70 days if the heater switches on and off every minute.
My aqueon pro heaters are great, with room temp varying 5 degrees, they keep the aquarium at 78 and only vary .3 degrees at most.@Bigtrout Interesting. And it just happens to be very close to 70 days since it was put into operation . I have moved the heater to a NC outlet and am using the heater to control the temp as of now. I also have an aqeon pro now that’s going to be put into the system as a fail safe.
As far as par that will be down the road. Not a priority. The programming should be pretty forward. For the skimmer and heater. On and off for the skimmer. Heated. Turn on at 78 off at 79. Not sure what I'm going to program the Jabea pump and the 1000k gyro yet. If it will just be off and on or get fancy with the code. Since they have there own controllers. Lights will be a little more difficult with programming them.One reef pi should do all you ask, with the exception of reading PAR...thats not a feature on the radar as far as i know
With some recent updates, I think this may be a low estimate. I believe as of 2.3 we have the ability to use the PCA9685 pins as output pins, though I dont know if we can have multiple PCA9685 devices yet. With those changes, you can control hundreds of outlets and lights while leaving your GPIO pins for inputs.Depends on how many channels of lighting and how many outlets. A typical reef pi setup with one pi following the guides can handle 8 power outlets and 16 pwm channels for lighting and ato. Adding a second uln 2803 will get you 4 additional outlets and leave a few gpio for inlets.
But I think a new feature being added to 3.0 is being able to control a cluster of reef pi with one main reef pi, which would give you alot of expansion room.
My aqueon pro heaters are great, with room temp varying 5 degrees, they keep the aquarium at 78 and only vary .3 degrees at most.
First off, WELCOME to Reef2reef!With heater thermostats maintaining the temp so well, what's the point of using the Reef-pi to control day to day? I see it more as a safety off switch in case the heaters get stuck on. and an alert if they aren't keeping up (assuming one or both fail unnoticed)