#Waterlezer (ESP counting water meter pulses)

30 messages · Page 1 of 1 (latest)

brave quiver
small vapor
#

Nice!

#

Where do you set the number of impulses corresponding to the water quantity?

#

Eg. 1 reflection spin = 10l or 1l

brave quiver
#

Basically the translation from pulses and pulses per minute to liters and liters per minute is done in the yaml config for esphome using filters (e.g. filters: - multiply: 0.001). The component (pulse2_meter) only works with pulses.

small vapor
#

So by default without filter 1 pulse = how many liters?
1000?

My meter has has a magnet spinning inside, and I bought the optional reed relay cap available for it. According to the manual, it gives an impulse every 10 liters.

Could I use your component with it?

brave quiver
#

Yes, but there is no benefit using pulse2_meter instead of pulse_meter in your case. I you meter gives an impulse every 10 liters set the filter to 0.01 to count the cubic meters. By default 1 pulse = 1 liter in my case.

cobalt dust
#

Cool, what kind of water meter do you have?

cobalt dust
#

Ok, thanks. I tried to Google a little bit but it was hard to find any info about the pulse it emits. What kind of pulse is it? Does the water meter has some kind of electricity too then to be able to emit a pulse? I have a dumb meter myself without any kind of pulse and am looking into alternatives

brave quiver
cobalt dust
#

Oh, nice.. I wonder if mine is similar 🤔

cobalt dust
#

@brave quiver what IR led and sensor have you used?

brave quiver
#

You can find the schematic diagram on github with all details

#

@cobalt dust it's an rpr220

cobalt dust
#

the schematic says WEMOS1, is that a Wemos D1? which revision in that case? I have noticed they differ slightly in size 😒

bold smelt
#

hey thanks for sharing. some feedback for you: although i saw the PCB, it isn't clear what sensor you're using or how this all works. perhaps the readme could backup and explain the motivations and sensors before jumping into the setup. would definitely be helpful for others.

viscid jetty
brave quiver
brave quiver
brave quiver
cobalt dust
viscid jetty
brave quiver
#

I did tried that as well (hall sensor as well as an inductive sensor).

brave quiver
#

A picture of the actual device.

cobalt dust
#

Regarding the PCB, I presume you cut lose the white part of it? It's used for the actual sensor, isn't it? What kind of tool did you use for that?

brave quiver
#

You can cut it with a knife. I used a small saw. A hacksaw actually

#

The connectors are 90 deg angled if you decide to build one and use the 3d printer designs.