hugokernel / esphome-water-meter

Measurement of water consumption directly from your water meter with a TCRT5000 like sensor and ESPHome.
MIT License
64 stars 10 forks source link

Pulse counter #8

Closed acca84 closed 7 months ago

acca84 commented 7 months ago

Hi again! I think pulse counter doesn't have to be divide by 60, according to this page : https://esphome.io/components/sensor/pulse_counter.html

hugokernel commented 7 months ago

Fix by https://github.com/hugokernel/esphome-water-meter/commit/775f14f3aa13cf70cbd4b4709ea0aee76f6de34b

acca84 commented 7 months ago

It also fixes my counter increment at boot Thanks !

nliaudat commented 7 months ago

Perhaps you could use https://github.com/klaasnicolaas/home-assistant-glow for firmware. It's mainly the same as yours but the project is supported by hassio and esphome.

Regards

acca84 commented 7 months ago

I don't understand. Maybe you answered the wrong person?