It’s a Linux thing. Disable ipv6 advertisements on routerI'm getting errors when reef-pi tries to connect to adafruit IO, it's trying to connect with IPv6, but I have that disabled. What can I do about that?
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.
It’s a Linux thing. Disable ipv6 advertisements on routerI'm getting errors when reef-pi tries to connect to adafruit IO, it's trying to connect with IPv6, but I have that disabled. What can I do about that?
See if this is useful : https://www.reef2reef.com/threads/dewds-big-cube-reef-pi-build.658048/post-7227963Has anyone hacked into an eheim auto feeder yet? I’m debating cracking mine open to try and make a reefpi auto feeder.
Has anyone hacked into an eheim auto feeder yet? I’m debating cracking mine open to try and make a reefpi auto feeder.
:-O , you have opened a binary file ( program)
Here's some images I made up a while ago showing how to do it. You can use any logic level mosfet, the green line in 1st image goes to any I/O pin on the Pi. The blue line is what solders to the Eheim PCB.
To run in Reef-pi add an 'outlet' connector for that pin and setup the feeder as a piece of 'equipment'. Then setup a timer and set it to turn off after 1 second. This will be the same as you pressing the manual feed button for one second.
Base = Gate
Collector = Drain
Emitter = Source
![]()
![]()
![]()
It’s a Linux thing. Disable ipv6 advertisements on router
Here's some images I made up a while ago showing how to do it. You can use any logic level mosfet, the green line in 1st image goes to any I/O pin on the Pi. The blue line is what solders to the Eheim PCB.
To run in Reef-pi add an 'outlet' connector for that pin and setup the feeder as a piece of 'equipment'. Then setup a timer and set it to turn off after 1 second. This will be the same as you pressing the manual feed button for one second.
Base = Gate
Collector = Drain
Emitter = Source
![]()
![]()
![]()

This is normal if you have alot of things set up in reef pi. You get 10 free feeds with a free adafruit io account and so many feeds per minute. If you go over this amount adafruit ignores the feeds and may not accept them.Getting quite a bit of these messages:
Mar 22 14:26:55
{"error":"not found - that is an invalid URL, please check the API documentation at https://io.adafruit.com/api/docs to make sure your URL is correct"}
Mar 22 14:29:56
{"error":"not found - that is an invalid URL, please check the API documentation at https://io.adafruit.com/api/docs to make sure your URL is correct"}
Mar 22 14:26:55
{"error":"not found - that is an invalid URL, please check the API documentation at https://io.adafruit.com/api/docs to make sure your URL is correct"}
Mar 22 14:26:55
{"error":"not found - that is an invalid URL, please check the API documentation at https://io.adafruit.com/api/docs to make sure your URL is correct"}
Mar 22 14:26:55
{"error":"not found - that is an invalid URL, please check the API documentation at https://io.adafruit.com/api/docs to make sure your URL is correct"}
Mar 22 14:26:55
{"error":"not found - that is an invalid URL, please check the API documentation at https://io.adafruit.com/api/docs to make sure your URL is correct"}
Mar 22 14:26:55
{"error":"not found - that is an invalid URL, please check the API documentation at https://io.adafruit.com/api/docs to make sure your URL is correct"}
Mar 22 14:26:55
{"error":"not found - that is an invalid URL, please check the API documentation at https://io.adafruit.com/api/docs to make sure your URL is correct"}

What version are you running?Question... Was working on getting my ph sensor working after combining my dosing reef-pi build with my first reef-pi build. I got it to work, calibrated it and connected my dosing setup and pca9685 when I wasn't able to set my dosing working. I found a missing connection in my soldering ( can't remember which one) , resoldered it and got the dosing setup working. Now my pH probe isn't found by i2cdetect.
I checked wiring and completely redid it twice... (5V to 5V, SDA to SDA, SCL to SCL and Gnd to Gnd) using the isolator board. It seems I have continuity between all connections (0 ohms) and when plugged in the standby blue led it always on, voltages across ground and 5V check out and my SDA and SCL were around 3.6V. Still can't see it on reef-pi or through console on i2cdetect... Any ides on what I should try?
What address is the pca board? And what address is the ph isolator board? If they are the same you may not see one on the bus.Question... Was working on getting my ph sensor working after combining my dosing reef-pi build with my first reef-pi build. I got it to work, calibrated it and connected my dosing setup and pca9685 when I wasn't able to set my dosing working. I found a missing connection in my soldering ( can't remember which one) , resoldered it and got the dosing setup working. Now my pH probe isn't found by i2cdetect.
I checked wiring and completely redid it twice... (5V to 5V, SDA to SDA, SCL to SCL and Gnd to Gnd) using the isolator board. It seems I have continuity between all connections (0 ohms) and when plugged in the standby blue led it always on, voltages across ground and 5V check out and my SDA and SCL were around 3.6V. Still can't see it on reef-pi or through console on i2cdetect... Any ides on what I should try?
What version are you running?
Disconnecting the PCA and dosing setup I do not see any address from the ph board.What address is the pca board? And what address is the ph isolator board? If they are the same you may not see one on the bus.
Also try one thing at a time...disconnect the pca and try the ph board alone...does it show up? Do the same with the pca9685. Are you feeding the i2c thru the pca9685? Maybe something on the feed thru is messed up.
If its not showing in i2c detect that sounds like an external wiring issue or the ph board is not working correctly. Check over everything carefully...make sure an errant blob of solder didnt go somewhere it shouldnt have or something similar3.3.1
Disconnecting the PCA and dosing setup I do not see any address from the ph board.