transform text filed takes any expression compatible to goevaluate and with a variable `v` representing the raw probe value.,Can anyone help me understand the "Transform Function" on the PH configuration page?
For example
Code:
2*v
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.
transform text filed takes any expression compatible to goevaluate and with a variable `v` representing the raw probe value.,Can anyone help me understand the "Transform Function" on the PH configuration page?
2*v
Thanks for helping out Ranjib and thanks for the offer but I'm ok.Dm me your address. And I’ll send two . @robsworld78 should i send a couple in your way as well ?
You can use an output from the PCA9685, connect it to your circuit where the GPIO would go. The K1 probe should be good.Hallo Ranjib
I would like to run the dosing pumps via the PCA9685 and not the GPio from the pi3. Is that possible? And which atlas probe should I use for salinity K0.1 K01 K10 or does it not matter?
Kind regards
Thank you first and sorry after I wrote, I read from page 141 that you can use the pwm.You can use an output from the PCA9685, connect it to your circuit where the GPIO would go. The K1 probe should be good.
Ha, found it.Hi guys, just getting started. Will be running reef-pi/Robo-Tank. Setting up Prometheus/Grafana on remote machine.
@Ranjib Once "Enable Prometheus" is selected, how do you configure Prometheus to connect with reef-pi? I can run node_exporter on my rPi and connect just fine. I can also see my metrics at <ip_addr>/x/metrics. What is the proper syntax in the prometheus.yml configuration file? Or am I missing something? Please explain, thanks!
Also, there is a typo in the API JSON file (swagger.json)
"/api/analog_inuputs": {
i use multiple a single central prometheus server running on mini pc to scrape multile reef-pi metrics and more(node exporter ) ,Ha, found it.
# Default path is "metrics"
metrics_path: /x/metrics
- job_name: 'ryan-reef-pi-app'
metrics_path: '/x/metrics'
static_configs:
- targets: ['192.168.86.143']
thank you.. fix on the wayHi guys, just getting started. Will be running reef-pi/Robo-Tank. Setting up Prometheus/Grafana on remote machine.
@Ranjib Once "Enable Prometheus" is selected, how do you configure Prometheus to connect with reef-pi? I can run node_exporter on my rPi and connect just fine. I can also see my metrics at <ip_addr>/x/metrics. What is the proper syntax in the prometheus.yml configuration file? Or am I missing something? Please explain, thanks!
Also, there is a typo in the API JSON file (swagger.json)
"/api/analog_inuputs": {
I am a bit late to the discussion but i had the exact same issue. "Nous A1T "sockets from Amazon are cheaper than HS110, run on Tasmota, have power measurement and statistics etc, can have simple programming running on them as a backup if reefpi fails, and most importantly are barely bigger than a full sized grounded plug so you can put a bunch of them in a normal power bar next to each other. (Has to be A1T, not A1, and not from other brands that look exactly the same either, most of those can't run Tasmota anymore sadly, but the A1T do and already have Tasmota on them, not the chinese cloud software)sounds good i can't use it in germany because of 110v
Tom, how are measuring your return pump consuption? Thank you very much!!Here are some of mine...
![]()
![]()
Fun Fact I have alerts on return pump power and ato storage so I get text messages when either one hits a threshold. I have been testing some of @robsworld78 PH monitor and can say positively that they are a nice piece of hardware, the one I had used previously was getting interference and had lots of spikes, the new one from Rob works like a treat. I also have a newer version to test out also, hopefully have that up and working but here is a close up of my PH for a day with drops where I carbon dosed (drop ph when dosing vinegar):
![]()
Now if I could just get it to help with the algae and other tank issues I have things would be great :)
Continuing work on the Esp32 integration . Got a working prototype Esp32 code that supports outlet, inlet, pwm and analog inputs , ready , with accompanying reef-pi driver https://github.com/reef-pi/drivers/tree/main/esp32
Testing it for few days now , with ds18b20 integration . And now working on expanding that test build to include all features , leading to a 12v all inclusive controller![]()
I want to use this for one of my pico , it should allow controlling light , pump , ato , dosing , temperature all using 12v components and with a single 12v power supply . I’m also employing these mini toggle switches, that I can configure to manual, automated or off mode. Using relay after years, and I want to also experiment with customizability around fallback (no or nc).
will see how this performs , and might start a dedicated thread if this turn out awesome
raspberry pi pico is not planned for any integration, this is because it does not have WiFi capabilities. When I say pico I mean my tanks .So I saw in github and see you mentioned it here that you added ESP32 is there any plans then to add a pi pico W as well? Would that be simple to modify your ESP32 driver to use it for the pico W possibly? As I just bought one not realizings you were working on a ESP32. I saw that your talking about a pico or are you talking about a tank? Is there a specific ESP32 this needs to work with? I ideally I need 3 PWM outputs as well for what I am working on. The pico has up to 16 so I don't have to add an external one.
YesI was just going to ask would this ESP32 work? I can get these local.
![]()
Inland ESP32-WROOM-32D Module - Micro Center
Get it now! This Inland ESP32 core board is a Mini development board based on the ESP-WROOM-32 module. The board has brought out most I/O ports to pin headers of 2.54mm pitch. These provide an easy way of connecting peripherals according to your own needs.www.microcenter.com
Just realized that pi pico has a wifi variant. I‘ll get it and get started with the driver development. If you can wait, don’t buy esp32, ill get this done,So I saw in github and see you mentioned it here that you added ESP32 is there any plans then to add a pi pico W as well? Would that be simple to modify your ESP32 driver to use it for the pico W possibly? As I just bought one not realizings you were working on a ESP32. I saw that your talking about a pico or are you talking about a tank? Is there a specific ESP32 this needs to work with? I ideally I need 3 PWM outputs as well for what I am working on. The pico has up to 16 so I don't have to add an external one.
By adding Nextion display to the rx tx of the ESP32 you can eliminate all those toggle switch and put them all in a touch screen display. Along with with graphic output to the display like temp ph ect. I mentioned before about wanting to use one mounted in my cabinet for quite/emergency to control basic functions like turning off a pump. Instead of running to my computer or trying to find my phone.Continuing work on the Esp32 integration . Got a working prototype Esp32 code that supports outlet, inlet, pwm and analog inputs , ready , with accompanying reef-pi driver https://github.com/reef-pi/drivers/tree/main/esp32
Testing it for few days now , with ds18b20 integration . And now working on expanding that test build to include all features , leading to a 12v all inclusive controller![]()
I want to use this for one of my pico , it should allow controlling light , pump , ato , dosing , temperature all using 12v components and with a single 12v power supply . I’m also employing these mini toggle switches, that I can configure to manual, automated or off mode. Using relay after years, and I want to also experiment with customizability around fallback (no or nc).
will see how this performs , and might start a dedicated thread if this turn out awesome
Yeah.. actually even pi pico w is way more expensive and less available compared to esp32Lol ok well at least I am not the only one missing something. I'm not sure if the Pi pico W is any better but think they are are fairly easy to come by vs. the regular Pi's
EDIT: of course this can't replace the regular Pi as a base unit. Just handy for remote hardware functions etc. I would keep the ESP32 just for folk who might like that one better etc.