Pulse Counter with esp8266

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"

Hi,
I have no answer to your question but If you want something very reliable and accurate, then you can check this project: https://github.com/klaasnicolaas/home-assistant-glow

It is based on Esp-home and also on platform: pulse_meter like your solution. You can simply re-flash your devices and set it up according to docs.

I have been using it for a long time and it is very accurate.

For example this solution showed 661.32 kWh per month and my utility company invoiced me for 660.92 kWh.

What I also like is its ability to show current power consumption.