Pressure Transducer #635
Replies: 6 comments 26 replies
-
Now all you have to do is set up the clean/dirty pressure for the filter and it will tell you what percentage of clean the filter is. |
Beta Was this translation helpful? Give feedback.
-
OK, this is crazy! Trying to get back to this (after I get my heater going again ... LOL!), but I have the same pressure transducer. Will try to help out here, if I can 😄. One question, as my wife threw out my wiring diagram, when she was cleaning up for Thanksgiving ... arrgh! Do you happen to have the pinout on the connector (on the transducer side of things)? Make sense? Thanks! |
Beta Was this translation helpful? Give feedback.
-
And, this - I tend to use 586B, but either way, those pins are pairs (as needed / desired), |
Beta Was this translation helpful? Give feedback.
-
OK, this is working awesome - thanks!! Found my cabling issue, now up and running, So cool 😎 |
Beta Was this translation helpful? Give feedback.
-
I have a Raspberry Pi 4, stacked with Sequent Mega-Bas and 8-Relay board. I want to add transducers for both filters (pool and spa). |
Beta Was this translation helpful? Give feedback.
-
Using this Pressure Transducer from Amazon:
Sender Sensor for Oil Fuel Air Water,1/8"NPT Thread Stainless Steel (100 PSI) https://a.co/d/5rtLmen
And this cheap ADC board from Amazon:
NOYITO 4-Channel 16-Bit ADC with PGA for RPI Raspberry PI 16 Bits I2C ADS1115 Module ADC 4 Channel for Raspberry Pi 3 2 Model B B+ https://a.co/d/2hg9T9O
We were able to accurately get pressure readings on my friend's setup using 3.3V without using a level shifter. We specifically chose 100psi in case it did need 5V for the logic, so that the pressures in the pool range would be well under 3.3V, but that ended up being unnecessary.
We setup in the ADC menu with a 4.096v power gain. Maybe another number would be more appropriate here?
Feeding the voltage to a generic pressure transducer:
With the pump off and the filter bled (0 PSI), we got .269v from the probe (assuming this is the y intercept?) So we put 0.3v as the inducer offset. (We expected this to be 0.5V from the limited data available on the Amazon page, but that is based on the expected range of 0.5V=0 pSI and 4.5v=100 PSI, but that is based on 5V input voltage.)
We then checked the PSI on the analog filter guage with the pump at different speeds, and found the slope of the line to be about 40PSI per volt.
For the pressures under 30 that the pool pump runs at, this gave pretty reliable readings.
Feeding that generic device to the filter pressure in njs-PC shows up on the home page. We tested the flow sensor for REM chem controller by just unplugging the cable from the sensor, and the warning popped up shortly after.
Pretty cool!
I have no clue if this was the proper way to set this up but happy with the results so far.
Beta Was this translation helpful? Give feedback.
All reactions