Reading Gas meter
Moderators: grovkillen, Stuntteam, TD-er
-
- Normal user
- Posts: 14
- Joined: 23 Oct 2018, 09:04
Reading Gas meter
Any suggestions for how I can read this gas meter using Espeasy?
- Attachments
-
- 20181108_182227.jpg (451.55 KiB) Viewed 9141 times
-
- 20181108_182221.jpg (502.3 KiB) Viewed 9141 times
-
- Normal user
- Posts: 307
- Joined: 06 Nov 2016, 13:45
Re: Reading Gas meter
I see 1 pulse =10 dm3
Is this reader an option?
https://www.letscontrolit.com/wiki/index.php/TCR5000
Is this reader an option?
https://www.letscontrolit.com/wiki/index.php/TCR5000
30+ ESP units for production and test. Ranging from control of heating equipment, flow sensing, floor temp sensing, energy calculation, floor thermostat, water usage, to an interactive "fun box" for my grandson. Mainly Wemos D1.
Re: Reading Gas meter
This is a std meter with a magnetic pulse, as there is no electrical connection !
It just has a mechanical totaliser with magnetic pulse for an additional electrical totaliser module, TCR5000 will not work
So a magnetic pulse sensor or similar reed or hall sensor should work.
It just has a mechanical totaliser with magnetic pulse for an additional electrical totaliser module, TCR5000 will not work
So a magnetic pulse sensor or similar reed or hall sensor should work.
Belgium and land of ESP ... counting 

Re: Reading Gas meter
Hello,
I have a similar question regarding a gas meter.
I have an Elster BK-G4 and I'm using volkszaeher on a Raspberry PI to measure gas consumption.
But I'm looking to a new solution which offers me an easy way to retrieve the current BK-G4 total value.
I searched in this forum, but did not find an answer to my question.
Of course I can use ESPEasy to connect a reed contact and to count "pings" from the reed sensor.
But can I use ESPEasy to see my concrete energy total value (like the numbers on the BK-G4)?
Therefor it must be possible to set an offset and to set the value of a "ping".
With this information, ESPEasy would be able to deliver the numbers.
I have a similar question regarding a gas meter.
I have an Elster BK-G4 and I'm using volkszaeher on a Raspberry PI to measure gas consumption.
But I'm looking to a new solution which offers me an easy way to retrieve the current BK-G4 total value.
I searched in this forum, but did not find an answer to my question.
Of course I can use ESPEasy to connect a reed contact and to count "pings" from the reed sensor.
But can I use ESPEasy to see my concrete energy total value (like the numbers on the BK-G4)?
Therefor it must be possible to set an offset and to set the value of a "ping".
With this information, ESPEasy would be able to deliver the numbers.
Re: Reading Gas meter
Hello,
Yes and no.
It should be possible to connect the reed contact of the counter to an ESP and use the counter plugin to count,
then calculate needed values with rules and feed a dummy variable with that. Even an offset could be defined within the rules.
I wouldn't go this way. It has a major disadvantage: The counter values are volatile!
Says: Every power loss or reset will reset the values.
I'd always would submit the pure counter value and do the calculations on another device (RPi? PC?)
where they can be calculated, visualized and stored too.
Yes and no.
It should be possible to connect the reed contact of the counter to an ESP and use the counter plugin to count,
then calculate needed values with rules and feed a dummy variable with that. Even an offset could be defined within the rules.
I wouldn't go this way. It has a major disadvantage: The counter values are volatile!
Says: Every power loss or reset will reset the values.
I'd always would submit the pure counter value and do the calculations on another device (RPi? PC?)
where they can be calculated, visualized and stored too.
Regards
Shardan
Shardan
Re: Reading Gas meter
That's true (with the current ESPEasy Options.
But why not enhance the pulse counter device with an option to set an offset (as a starting value) and another option to enable storing this value (not only in RAM), so that this value is even available after reboot.
And yes, it's a bit volatile ... but if the ESP is down ... a RPI can even not count the pulsing
So it's the same ...
Not sure where and how to discuss the small feature request ...
But why not enhance the pulse counter device with an option to set an offset (as a starting value) and another option to enable storing this value (not only in RAM), so that this value is even available after reboot.
And yes, it's a bit volatile ... but if the ESP is down ... a RPI can even not count the pulsing

So it's the same ...
Not sure where and how to discuss the small feature request ...
- grovkillen
- Core team member
- Posts: 3621
- Joined: 19 Jan 2017, 12:56
- Location: Hudiksvall, Sweden
- Contact:
Re: Reading Gas meter
Storing would need external EEPROM support or MQTT with retain activated.
ESP Easy Flasher [flash tool and wifi setup at flash time]
ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you

ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you



Re: Reading Gas meter
Not sure if we mean the same.
It should remain like the configuration of devices ....
Not sure how this is done and if it would be possible to do this with values the same way.
It should remain like the configuration of devices ....
Not sure how this is done and if it would be possible to do this with values the same way.
- grovkillen
- Core team member
- Posts: 3621
- Joined: 19 Jan 2017, 12:56
- Location: Hudiksvall, Sweden
- Contact:
Re: Reading Gas meter
Continuously writing to the flash would wear it out so it's not recommended. That is why I suggested an external EEPROM which is easy to replace and cheap.
ESP Easy Flasher [flash tool and wifi setup at flash time]
ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you

ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you



Re: Reading Gas meter
What advantage do you expect?
Who is online
Users browsing this forum: No registered users and 18 guests