If the i2c protocol is exactly same as ph driver then this should work.
I have to do some test with tha ADC, I'll let you know ;)
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.
If the i2c protocol is exactly same as ph driver then this should work.
I saw on Github that the devs were talking about adding the ability to use an inlet to trigger a macro. I am wanting to setup a physical feed mode button.
is this still in the pipe? has anyone figured out a way to set this up with the current version?
I don’t know what’s inter-phase. Can you elaborate ?Has anyone tried to integrate or create a graphic inter-phase to display the data? if yes whats software have you used please..
While waiting for some components I want to work on that :)
This should work. Can you share your ato settings?Hoping someone will chime in on ATO alerts. I created a low ATO level float that lights an LED when the water level is getting low in the ATO container. That works but would like to get it to alert via email when triggered. I've tried lots of things, I think it would be nice to have it record when it is triggered, and I can enable control equipment and then have nothing for control pump. If I do that then it just keeps counting up and up unless I set the disable on alert after 'X" seconds. That also works but I then have to remember to go and reset it when I have added water, I know I am lazy. I am looking for something that just records on and off and will reset when water is added etc.
Maybe ATO is not the best function to use, if anyone has any additional thoughts let me know, thanks. :)
Update this may be doable via the new ph-analog input route but trying to understand how that works, looking thought the release notes its touched on, if there is any additional documentation on the ph-analog inputs let me know.
Thanks :)
reef-pi 3.3 onwards we have file driver which can be used to prototype /test any new driver. Just write your sensor value into a file and reef-pi will read that file and treat the value as analog input which can be hooked up to a ph module for controlling equipment etc. for example one can use circuit python based adafruit gas sensor code to maintain a file and write the sensor value there and then configure reef-pi with that file. This will allow controlling a air purifier with gas sensor data using reef-pi
yup. i think you figured it out already.Hi @Ranjib im experimenting with this feature but I don't quite understand how it works. In this case I`m using it for a PH probe that isn't supported (ads1115 instead of ads1119) but I`m able to output the analog value to a text file. The file is a single line containing a rounded up version of the PH with 2 decimals and nothing more. Each time I measure the PH, i overwrite that text file.
Beyond that - I've set up an analog file driver to read that file (my python script outputs the value to /home/pi/ph.txt) and then i've added an analog input under connectors and then finally used that analog input for the PH page. Am i doing this right?
*edit* i should confirm that the PH probe is functional using my python script and is able to measure different values with my test solutions.
Fantastic! thank you and yes i just did! Just working on integrating it as a bootscript (fingers crossed the ramdrive that i created reinitialises and the script can write to it).yup. i think you figured it out already.
This was a bug that I fixed recently. It will be fixed in new release, please help us testing it
Fantastic! thank you and yes i just did! Just working on integrating it as a bootscript (fingers crossed the ramdrive that i created reinitialises and the script can write to it).
Also some progress on my ammonia detector.
So I think i've reverse engineered the seneye ammonia/ph probe. Basically those strips that you need to purchase on an ongoing basis are nothing more than what an Seachem ammonia and ph alert badge is. So i've purchased a TCS34725 rgb sensor (which is i2c) and the idea is to have the ammonia badge submerged in the sump (or a visible area inside a tank) with a black box to enclose it and stop refugium light hitting it but let water flow thru alongside the TCS34725 outside the tank mounted as well but the sensor of the TCS34725 over the ammonia alert sensor. Basically i`m interpreting the colours on the ammonia sensor and then mapping those colours to an ammonia value.
Apologies if this doesnt make sense but I just got the sensor hooked up today but I need to experiment on how this sensor is supposed to work because i am getting inconsistent values against demo code. I suspect my focal point is not correct so the sensor is detecting light from other sources.
A few years ago someone on a forum, can't remember who right now, was attempting basically the same thing. He came very close but think other things came up and he couldn't continue so all the best. I think a big problem was the rgb sensor wasn't sensitive enough and something with an IR filter. I see this has that, would be cool if you can get it, if you need some testers let me know.
No problem, I have 2 PCA9685s on different addresses (decimal 80 and 83) and they work fine together (do not forget to solder the hex address on the PCA9685 itself), I am planning to add another 2 PCA9685s for lights later on.@Ranjib sorry for the amount of questions ;Happy There's a software limit in the maximum number of Outlets and Jacks? Because I'm designing a power bar using I2C bus. I'm using a PCA9685 extender do drive 8 AC plug and 8 DC mosfet output to drive fans, led strip, ecc In the future I'll add a second PCA9685 on a separate board to only drive the led drivers... Thank you!
Theres no software limit from reef-pi side. You are limited by rpi GPIO or your circuit. Since 3.0 we also support smart plugs and powerstrip, which is not limited by circuit. I am pretty sure if we keep on adding new drivers at some point the system will bog down, but i have not tested it that far. I have used three hs300 strips at the same time at max , which is 18 outlets. I think it will be just fine with dozens of such power strips.Sorry if I haven't read the original post properly or things have progressed but how many outlets or channels etc can you have with reef pi? Is there a set limit or is it expandable? I'm making two 8 channel ac outlet powerbars and then want temp, pH, orp.
I also want the ability to control solenoid valves etc for a liquid feeding rig so can all this be done or will I need multiple raspberry pi and reef pi?