I have a watermeter (dutch) that has a rotating silver thing, with an esp and a tcr500 is count the rotations, and know how many litres i’m using.
I came from espeasy where my settings were:
pulse counter
GPIO-0 (d3)
debouce time 900mSec
counter Delta
RISING
now i’m using:
sensor:
- platform: pulse_counter
pin: D3
name: "Watermeter"
count_mode:
rising_edge: increment
falling_edge: disable
In logs i see: Watermeter’: Retrieved counter: 0.00 pulses/min while my crane is full opened.
what doing i’m wrong?