Encoder receiver transmitter


Encoder receiver transmitter is a packet radio protocol developed by Itron for automatic meter reading. The technology is used to transmit data from utility meters over a short range so a utility vehicle can collect meter data without a worker physically inspecting each meter.
The ERT protocol was first described in. More technical detail is explained in later.

Technical details

ERT is an OOK modulated radio signal which is transmitted in the unlicensed 900-920 MHz band. The message is transmitted in the clear and uses Manchester encoding. The protocol uses frequency-hopping, a multiple access method to avoid interference with other nearby meters. SCM and IDM packet formats are described in

SCM packet

SCM messages are 12 bytes. Each message contains single, cumulative meter reading value along with the meter serial number, commodity type and checksum and tamper flags.
FieldLength Default ValueNotes
Sync bit11
Preamble200xF2A60
ERT ID MS bits2highest two bits of meter serial number
Reserved1
Physical Tamper2
ERT Type4commodity type: water, gas or electric
Encoder Tamper2
Consumption Data24meter reading value
ERT ID LS bits24lower bits of meter serial number
Checksum16A BCH code with generator polynomial:

IDM packet

IDM messages are 92 bytes and contain time of use consumption data.
FieldLength ValueNotes
Training Sync20x5555
Frame Sync20x16A3
Packet Type10x1C
Packet Length20x5CC6Number of remaining bytes and Hamming code of first byte
Version10x01
ERT Type10x17LSB nibble is equivalent to SCM's ERT Type.
ERT Serial Number4
Consumption Interval Count1
Module Programming State1
Tamper Count6
Async Count2
Power Outage Flags6
Last Consumption Count4
Differential Consumption Intervals5347 intervals of 9-bit integers
Transmit Time Offset2
Serial no. CRC2CRC-16-CCITT of ERT Serial Number
Packet CRC2CRC-16-CCITT of packet starting at Packet Type

Later patents describe further variations of packets with variable length.

Implementations

Several vendors have implemented ERT receivers Notably, Digi sells an ERT gateway, and Grid Insight sells a PC-based product called the .
It should be possible to decode ERT signals using general purpose UHF packet radios such as the or . A software-defined radio receiver has been implemented using inexpensive hardware: , and the software will decode SCM messages. Kismet has an .