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.
Hello all!
I've ordered Micheal Lane's reef-pi goby hat and pH probe module. I still need to order a pH probe. Are there any recommendations which pH probes work best? Or are all the probes basically the same and it doesnt matter?
Also I would like to add an Arduino with TFT display and have it display the temperature and pH values continuously. Is it possible to have the raspberry pi run a simple program in the background that transmits the temp and pH values through I2C to the arduino while reef-pi is running?
Thanks!
Thanks for the info, how do I know if I am using it? The only thing that I have tried is the reef-pi and HomeSeer. HomeSeer and the native Kasa app worked perfectly.If you are using the TPLink-Smarthome-API there is a known TCP Timeout error related to the API.
@Ranjib would be able to answer whether Reef-Pi utilizes the API or not...Thanks for the info, how do I know if I am using it? The only thing that I have tried is the reef-pi and HomeSeer. HomeSeer and the native Kasa app worked perfectly.
The time out concern may be related, I get the fail to add message after about 2 seconds when I try and load the driver. The error says failed to dial....l perceive that to mean that it cannot make the call to the device, which is why I think it exists on the reefpi side.
Here is the probe I am currently running on my pi. Works great with the Goby and ML’s ph boardHello all!
I've ordered Micheal Lane's reef-pi goby hat and pH probe module. I still need to order a pH probe. Are there any recommendations which pH probes work best? Or are all the probes basically the same and it doesnt matter?
Also I would like to add an Arduino with TFT display and have it display the temperature and pH values continuously. Is it possible to have the raspberry pi run a simple program in the background that transmits the temp and pH values through I2C to the arduino while reef-pi is running?
Thanks!
I posted in my thread, it turned out to be that raspberry pi wifi was the issue. After I placed the raspberry on ethernet, it worked perfectly.
we are not using that API. All reef-pi drivers are written in go, and from scratch, without any external dependency. We do have 2 second timeout for kasa drivers: https://github.com/reef-pi/drivers/blob/master/tplink/connection.go#L13Thanks for the info, how do I know if I am using it? The only thing that I have tried is the reef-pi and HomeSeer. HomeSeer and the native Kasa app worked perfectly.
The time out concern may be related, I get the fail to add message after about 2 seconds when I try and load the driver. The error says failed to dial....l perceive that to mean that it cannot make the call to the device, which is why I think it exists on the reefpi side.
9.6 reading is not correct I think . What the board reads without any probe ?Another pH question for you all.. I had it working great for 6 months, and after I moved, it was working great, but I moved to another Pi unit as I rebuilt the controller.. when I moved the probe, I can't seem to get it to calibrate properly. I suspected the probe as an issue, so I replaced it, but I see the same behavior on both probes..
When I calibrate it, I don't have any mid range pH calibration, so I am using 4.0 and 9.16 as my 2 calibration points.
The 4.0 reads at about 1100 on the probe give or take
the 9.16 reads -32768
When I put the probe in the tank, it also shows -32768
I know the pH of the tank is 8.0-8.1
When I move the probe back to the 4.0 solution, it gives me an accurate reading.
Both probes are doing this.. Thoughts as what could be wrong?
I suspected instrument electrical interference from something else, but I shut everything down and removed that from the equation.. same result.
Thanks for any guidance.
If i2c detect is not showing any address then it means it’s a hardware or circuit issue. Reef-pi error is expected in that case. Check if @Schreiber can help diagnosing the problemI'm struggling to get Reef-Pi to recognize my PWM coming off my Leviathan board.
Raspberry Pi0->Leviathan->Mars Aqua with ML PWM Mars Aqua Converter Board.
When I try to install the lighting jack via PCA9685 I get an "error failed to create, error:remote i/o error http 500"
Also when running i2cdetect it does not pick up anything just blanks for all lines.
I am clueless so may be missing something, one thing that stuck out was I have 10v on each lighting channel coming off the Leviathan board but I believe the ML Board is expecting less voltage to convert.
Are they on different WiFi band (2.4 vs 5 ghz)?The Pi0 never worked.
The Pi3B worked on ethernet only so far.
What's the most valuable feature of a controller?
My opinion is temperature monitoring/alerts and control. What’s yours?www.reef2reef.com
I see this thread is becoming popular and a few guys seems to talk about "Heartbeat" which I know is an Apex term / feature.
Does reef-pi have plans to implement something like this? Can it even be done easily?
Another pH question for you all.. I had it working great for 6 months, and after I moved, it was working great, but I moved to another Pi unit as I rebuilt the controller.. when I moved the probe, I can't seem to get it to calibrate properly. I suspected the probe as an issue, so I replaced it, but I see the same behavior on both probes..
When I calibrate it, I don't have any mid range pH calibration, so I am using 4.0 and 9.16 as my 2 calibration points.
The 4.0 reads at about 1100 on the probe give or take
the 9.16 reads -32768
When I put the probe in the tank, it also shows -32768
I know the pH of the tank is 8.0-8.1
When I move the probe back to the 4.0 solution, it gives me an accurate reading.
Both probes are doing this.. Thoughts as what could be wrong?
I suspected instrument electrical interference from something else, but I shut everything down and removed that from the equation.. same result.
Thanks for any guidance.
Try lightly pushing or otherwise wiggling the pH BNC male connector into the pH board's female connector. Sometimes the issue you describe is due to a poor connection between the two. If you notice that the raw pH calibration number changes considerably (and closer to where it should be), then it is likely a connection issue.