Advanced Metering Infrastructure is not just the meter — it is an entire ecosystem of hardware, software, and communication networks. This page traces data from the meter to the billing system.
The Full AMI Stack
Layer 1 — The Meter
The smart meter at the customer's premises is the data source. It captures:
- 15-minute interval energy data (load profile)
- Instantaneous V, I, PF, frequency
- Tamper and power quality events
- Billing register snapshots
All data is stored locally and transmitted on schedule or on demand.
Layer 2 — Data Concentrator Unit (DCU)
The DCU sits at the distribution transformer or on a pole and serves as the local aggregator. A single DCU typically manages 100–500 meters.
DCU functions:
- Polls meters on schedule (every 15 min or daily)
- Stores data locally for resilience (if backhaul is down, data is buffered)
- Forwards data to HES when backhaul is available
- Relays firmware updates and commands from HES to meters
- Acts as a time master, synchronising meter clocks
Layer 3 — Head-End System (HES)
The HES is the utility's central software platform for communicating with meters. It:
- Schedules and manages meter reading jobs
- Handles DLMS protocol translation
- Maintains meter inventory and configuration
- Manages security keys (provisioning, rotation)
- Detects communication failures and triggers retries
- Pushes firmware updates
Large utilities may have millions of meters managed by a single HES cluster. Reliability and scalability are critical — a HES outage stops billing data collection.
Layer 4 — Meter Data Management System (MDMS)
Raw meter readings are not bills. The MDMS transforms raw data into actionable information through:
VEE — Validation, Estimation, Editing:
Aggregation and analytics:
- Aggregate to monthly billing quantities
- Identify non-technical losses (NTL)
- Detect metering anomalies
- Generate load forecasts
Layer 5 — Downstream Systems
| System | What it gets from MDMS |
|---|---|
| Billing | Validated monthly kWh per tariff, MD, reactive energy |
| Customer portal | Daily / hourly consumption graphs |
| Outage Management | Real-time power-off events, outage extent mapping |
| SCADA / DMS | Real-time load data for grid dispatch |
| GIS | Meter location, feeder association |
Communication Backhaul Options
| Technology | Typical use |
|---|---|
| 4G LTE / 5G | Urban DCUs with high data volume |
| Fiber | Substations, large DCU clusters |
| VSAT | Remote / rural DCUs |
| MPLS / VPN | Utility private WAN |
Resilience Design
Each layer has independent local storage so a backhaul outage at any hop does not lose data — the layer below simply buffers until connectivity is restored.
Key Takeaway
AMI is a system, not a product. The meter is just the sensor. The DCU is the local aggregator. The HES is the communications manager. The MDMS is where data becomes decisions. Each layer must be designed for reliability, security, and scalability — a weakness at any layer degrades the whole system.