I calibrated against tank water directly , you can try ph 4, and 7 or 7 and 10. Any two known sample at the same temperature as your tank
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.
I calibrated against tank water directly , you can try ph 4, and 7 or 7 and 10. Any two known sample at the same temperature as your tank
Ok. I'll need the commands for calibration as well since I don't believe its built into the UI that works with the pico boards.I calibrated against tank water directly , you can try ph 4, and 7 or 7 and 10. Any two known sample at the same temperature as your tank
If you are using the raspberry pi pins then install reef pi 2.2, if using the pca9685 use 2.3.I tried updating the jack for the pwm light control and got this message, "{"error":"Failed to update. Error: write /sys/class/pwm/pwmchip0/pwm0/period: invalid argument"} | HTTP 500".
I think I had this same problem when I first installed reef-pi and I deleted the database to start over and didn't get the message the 2nd time but now it's showing up again.
EDIT:
Deleting database and starting over again.
EDIT 2:
Deleted database but still get same error when setting up jack. I selected rpi and tried to use pins "0,1".
EDIT:
Deleted database and re-installed with "sudo dpkg -i reef-pi-2.3-pi0.deb", same error. If I use pca9685 with "0,1" then I get no error.
If you are using the raspberry pi pins then install reef pi 2.2, if using the pca9685 use 2.3.
There was a frequency issue fixed for the pca9685 in 2.3 but the consensus is it broke the rasp pi pwm.
I have read about 50 MHz , but never tested itIts in hz...the pca9685 can do 40hz to 1500hz,
Not sure what the raspberry pi can do in reef pi
Sure. Here is the rundown of calibration:Ok. I'll need the commands for calibration as well since I don't believe its built into the UI that works with the pico boards.
[
{"expected":8.21, "observed": -8768},
{"expected":8.12, "observed": -8189}
]
curl -c cookie.txt -X POST -d '{"user":"reef-pi","password":"reef-pi"}' http://<IP>/auth/signin
curl -b cookie.txt -X POST -d @calibration.json http://<IP>/api/phprobes/1/calibrate
We may need to pursue that. I probably won't be the only pico board user who needs help with this. Going to purchase calibration solution and a probe now.Sure. Here is the rundown of calibration:
1) Setup the ph probe by creating a new driver in configuration -> drivers, specify ph-board as type and number of channels 0, i2c address 64. Create an analog input under Configuration -> connectors and associate the new driver, pin 0 with it. Create a new ph monitor and associate the analog input with it. Enable it. At this point you'll start seeing ph readings, usually in the range of -8K.
2) Keep your probe in reference solution(s) and note down the reading. Create a file named calibration.json with observed and expected values. For me it was like this:
Note: i used my tanks water (i.e. probe hooked up to tank) and hanna ph checker for my calibration. All we need is one or two set of points each specifying expected vs observed valueCode:[ {"expected":8.21, "observed": -8768}, {"expected":8.12, "observed": -8189} ]
3) Disable the probe. Apply calibration using api. Since reef-pi uses cookie for session based authentication, first we'll signin and save the cookie via api, and then use the cookie to make calibration api request with the json file
4) Enable the ph monitor via uiCode:curl -c cookie.txt -X POST -d '{"user":"reef-pi","password":"reef-pi"}' http://<IP>/auth/signin curl -b cookie.txt -X POST -d @calibration.json http://<IP>/api/phprobes/1/calibrate
you'll need a build from master. You know how to do that? or want me to publish one?
you are using pico board? My instruction was for ph board.We may need to pursue that. I probably won't be the only pico board user who needs help with this. Going to purchase calibration solution and a probe now.
Super. Yes, I'm using a pico board, and I have the board with the updated driver on it.you are using pico board? My instruction was for ph board.
I'll update the pico board thread with ph probe specific instruction, we can cross post here
Temperature sensor failure. Error:open /sys/bus/w1/devices/28-00000a9aeb40/w1_slave: no such file or directory
Neither does mine. It's inconsistent at best.Has anyone had ATO disable on alert work? mine will not disable ATO after the 20 sec i have it set at.