I am counting pulses from two power meters and a heat meter and getting counts which I can match pretty closly to the meter screen outputs. however when I examine the espHome output I get a number of lines which duplicate the information and confuse my spreadsheet. How do I stop thesee
lines of output
with 0 decimals of accuracy
[07:28:11][D][pulse_counter:174]: ‘Pulse CounterA’: Retrieved counter: 0.00 pulses/min
[07:28:11][D][sensor:093]: ‘Pulse CounterA’: Sending state 0.00000 pulses/min with 2 decimals of accuracy
[07:28:11][D][pulse_counter:180]: ‘Pulse CounterA’: Total : 0 pulses
[07:28:11][D][sensor:093]: ’ COUNTER_A’: Sending state 0.00000 pulses with 0 decimals of accuracy
sensor:
- platform: pulse_counter
pin: GPIO4
name: "Pulse CounterA"
update_interval: 60s
total:
name: " COUNTER_A"