mrestorff
mrestorff
Unfortunately, even the [auto-entites card](https://github.com/thomasloven/lovelace-auto-entities) suffers from this issue, as the flexbox options are applied to all cards that don't explicitly overwrite it.
This is an issue I've been having ever since trying to get readings from my gas meter using a reed switch. My understanding is that the `pulse_meter` should only count...
Thanks, @cstaahl, for the heads-up. I did a 12h test with the code from [PR 4199](https://github.com/esphome/esphome/pull/4199), and it works flawlessly in `PULSE` mode. The output is the same as using...
@cstaahl No, that didn't fix `EDGE` mode, unfortunately. It's still counting double (and occasionally triple).
@cstaahl Sure thing. Curiously, I'm not getting any VERY_VERBOSE logs from pulse_meter if it's set to EDGE mode. Other components are logging at the correct level. In PULSE mode, I...
@cstaahl Sorry, I forgot to mention that. I configured [PR 4199](https://github.com/esphome/esphome/pull/4199) as external component.
A quick update from my testing of the PULSE mode: It still misses some pulses, unfortunately. In 72 hours, it has missed 31 out of 1318 pulses. That's not too...
Hi @TrentHouliston, thanks for chiming in! I tried that tonight with the same results, unfortunately. Still missing about 2% of all pulses. The setup is the same as the one...
@TrentHouliston Here are two examples of a missed pulse and the following two pulses, which were counted correctly. The 'interim' sensor is based on the `binary_sensor`, the other one is...
Here's an even more severe example, where several consecutive pulses were missed: ``` [11:11:39][D][pulse_meter:042]: ISR: 2284637308 0 1 1 0 1 [11:11:39][D][pulse_meter:042]: ISR: 2284637341 1 0 0 1 1 [11:11:39][D][pulse_meter:042]:...