A Head-End System (HES) is the software platform that communicates directly with smart meters in the field — collecting readings, pushing configuration, executing commands, and passing clean data upstream to the MDM. It sits at the top of the AMI communication stack.
Where HES Fits in the AMI Architecture
The classic AMI stack from field to back office:
[Smart Meter] → [Communication Network] → [HES] → [MDM] → [CIS/Billing]
(RF mesh / NB-IoT / ↓
PLC / LoRaWAN) [OMS / SCADA]
The HES owns the meter communication protocol (usually DLMS/COSEM or ANSI C12.22) and abstracts it into a normalized data feed for downstream systems.
Core HES Functions
1. Scheduled Reading
The HES runs reading schedules — typically 15-minute interval data (load profile) plus daily billing register snapshots. For 1 million meters, this means managing ~96 million data points per day before any on-demand reads.
2. On-Demand Reading
Customer service agents trigger single-meter reads in near real-time, typically within 30–90 seconds end-to-end over NB-IoT or 2–10 minutes over PLC mesh.
3. Event & Alarm Collection
Meters push tamper events, power outage flags, voltage excursions, and custom alarms. The HES receives these asynchronously and routes them to OMS (Outage Management) or fraud detection.
4. Remote Disconnect/Reconnect
The HES actuates the internal relay in prepayment or credit-control scenarios. Most markets require a physical meter operator to authorize disconnect commands — the HES enforces this workflow.
5. Firmware Over The Air (FOTA)
Meter firmware updates are distributed via the HES using DLMS Class 18 (Image Transfer). A rollout to 500,000 meters typically takes 4–8 weeks to minimize network congestion.
HES vs MDM: What’s the Difference?
| HES | MDM | |
|---|---|---|
| Primary role | Meter communication | Data validation, estimation, editing (VEE) |
| Protocol knowledge | Deep (DLMS, C12, LwM2M) | None — receives normalized data |
| Data granularity | Raw meter values | Validated, gap-filled interval data |
| Integration | Meters, network hardware | CIS, billing, SCADA, analytics |
Major HES Vendors
- Landis+Gyr AIM — Dominant in European electricity markets
- Itron OpenWay Riva — Strong in North America, global expansion
- Kamstrup OMNIA — Leading in Scandinavia, strong water/heat
- Honeywell Temetra — Multi-utility (water, gas, heat) focus
- Networked Energy Services (NES) — Utility-grade PLC focus
- Sagemcom — PRIME PLC focus, France/Southern Europe
Key Selection Criteria
When procuring a HES, utilities should evaluate:
- Protocol certification (DLMS CTT, ANSI compliance)
- Scalability benchmark (meters per second read throughput)
- Multi-vendor meter support (avoid lock-in)
- API openness (REST/SOAP for MDM integration)
- Redundancy and failover architecture
- Cloud vs on-premises deployment model