05-23-2025, 01:22 PM
Hello again,
I have the KC868-a6-v1.3sp and a pressure sensor (0..150 psi / 0.5..4.5 V). I noticed my values were being capped at about 40 psi / 1.5 V.
I verified with my fluke loop calibrator, and indeed have a limit at 1.5 V.
The image below shows the raw value being capped at 1.01.
I tried moving the input to the second, but I received the exact same values (capped).
Below code is used for both test with input 36 and 39.
You have any recommendations
I have the KC868-a6-v1.3sp and a pressure sensor (0..150 psi / 0.5..4.5 V). I noticed my values were being capped at about 40 psi / 1.5 V.
I verified with my fluke loop calibrator, and indeed have a limit at 1.5 V.
The image below shows the raw value being capped at 1.01.
I tried moving the input to the second, but I received the exact same values (capped).
Below code is used for both test with input 36 and 39.
You have any recommendations
Code:
- platform: adc
pin:
number: 39
unit_of_measurement: 'psi'
name: 'Water Pressure Sprinkler'
update_interval: 0.5s
filters:
- sliding_window_moving_average:
window_size: 10
send_every: 10
