Gas and water meters usually sit in the basement, and the official reading happens once a year. If you want to track your consumption continuously, say to catch a dripping pipe early or to sanity-check a bill, you can automate the reading. This article covers both routes: the professional systems used by metering services, and DIY with an ESP board and a 3D printer for a few euros. It is also honest about what “real time” means in each case.
Radio meters: the professional standard
The standard for remote reading is the radio meter. Modern water meters, increasingly ultrasonic devices with no moving parts, have the radio module built in; diaphragm gas meters get a clip-on module or a pulse sensor. Transmission is usually via wireless M-Bus following the vendor-neutral OMS standard at 868 MHz, encrypted, with batteries that last the whole verification period.
There are two modes of operation. With walk-by or drive-by reading, the meter reader receives the readings in passing without entering the flat. That yields snapshot values on the reading day. A stationary gateway in the building instead transmits readings continuously to the metering service’s portal, typically as daily values. For water meters, municipal utilities increasingly use LoRaWAN radio networks as well.
One gateway for all utilities
In the longer term the utilities converge: under § 6 MsbG, a metering point operator can bundle gas, water and heat alongside electricity via the smart meter gateway. What the gateway is and when a smart metering system becomes mandatory anyway is covered in our articles on digital electricity and gas meters and on smart meters in condominium associations, both appearing in this guide shortly.
What does “real time” actually mean?
To be honest: professional residential systems rarely deliver true real time. Walk-by is a snapshot on the reading day; stationary networks usually deliver daily values. For billing and monthly consumption information that is entirely sufficient. If you want to see your consumption minute by minute, for instance to attribute the heating’s gas consumption to times of day, DIY is where you end up.
Verification periods as the natural upgrade window
Meters are replaced on a fixed cycle: cold and hot water meters every 6 years, household-size diaphragm gas meters every 8 years (Annex 7 MessEV). This replacement is the natural window for switching to radio meters. For context: the remote-readability requirement of the German Heating Costs Ordinance applies to the measurement of heating and hot water (remote-readable heating cost meters). For cold water and gas meters the upgrade remains voluntary. In a condominium association, central meters are a matter for the community and therefore for the owners’ meeting.
DIY: ESP board, sensor and 3D printer
Three approaches have proven themselves for private monitoring:
- Camera plus AI: The open-source project AI-on-the-edge-device turns an ESP32-CAM (around 15 euros) into a reading device: the camera photographs the register at fixed intervals, a small AI on the board recognises the digits, and the value is sent via MQTT to Home Assistant or another home automation system. This works on almost any gas, water or electricity meter. A 3D-printed mount holds the camera at the right distance in front of the register; print files for common meter types are freely available.
- Counting pulses: Many diaphragm gas meters carry a magnet in the last digit roller. A manufacturer-approved pulse sensor can be retrofitted without breaking the calibration seal, for the widespread Elster BK-G4 for example the IN-Z61 with one pulse per 0.01 m³. An ESP then counts the pulses (with ESPHome, for example). On mechanical water meters, a magnetic-field or inductive sensor above the rotating pointer does the same job.
- Listening in on the radio: If the meter already transmits wireless M-Bus, an ESP32 with a CC1101 radio receiver can pick up the telegrams (the wmbusmeters project). The catch: the telegrams are usually AES-encrypted, and metering services rarely hand out the key.
Limits of the DIY route
DIY readings are not billing-relevant; only the calibrated measurement counts for billing. The meter itself belongs to the utility or metering point operator: do not open or modify anything, and leave the calibration seal intact. Camera mounts and manufacturer-approved pulse sensors are therefore the right way in. The practical hurdles are rather mundane: Wi-Fi coverage in the basement, a power socket near the meter and some patience during setup.
What owners, landlords and condominium associations gain
The biggest win is early leak detection: water consumption that never drops to zero at night reveals the dripping pipe or the running cistern before the annual bill makes it expensive. Add interim readings at tenant changeover without scheduling appointments, and the ability to verify bills from utilities and metering services. Across the properties we manage in the Rhine-Main region, this early-warning effect is what pays off most. An unnoticed running cistern quickly costs a few hundred euros a year.
Sources
Editorial responsibility: digo.immo Verwaltung & Invest - certified residential property manager under § 26a WEG (IHK Frankfurt), licence under § 34c GewO. About the certification
This article provides general information only and does not replace individual legal advice. Legal status: 11/07/2026; laws and case law may change. No warranty is given as to completeness, accuracy or timeliness. When in doubt, please seek qualified advice.
