Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
IEC 62480:2008 defines the requirements for a Network Adapter that bridges home appliances (Network-ready equipment) with a Home Network. The standard specifies the interface between the Network Adapter and the equipment, covering mechanical, electrical, logical, and software protocol characteristics. Data exchanged are primarily for HES (Home Electronic System) Class 1 — telecontrol applications such as monitoring, measurement, alarm, and low-speed data transfer.
The architecture splits network functions between the Network Adapter (OSI layers 1–6 and most of layer 7) and the Network-ready equipment (a small part of layer 7 only). This separation allows:
Two protocol types are defined for the communication interface between the Network Adapter and Network-ready equipment:
| Type | Description | Data Rate | Use Case |
|---|---|---|---|
| Object Generation Type | Standardized communication method exchanging AOJ (Application Object) related data | 2400 / 9600 bps | Simple appliances (sensors, switches, thermostats) |
| Peer-to-Peer Type | Vendor-defined communication method; protocol not standardized | Vendor-specific | Complex appliances with proprietary protocols |
The standard defines connectors for both power and signal-cable types. For the signal-cable type, the connector is specified as Type B with the following pin assignments:
| Pin | Signal | Direction | Description |
|---|---|---|---|
| 1 | VCC | Power out | +5 V DC, max 500 mA |
| 2 | GND | — | Ground |
| 3 | TXD | Adapter → Equipment | Transmit data (NRZ coding) |
| 4 | RXD | Equipment → Adapter | Receive data (NRZ coding) |
| 5 | WAKEUP | Bidirectional | Wake-up signal for power management |
Electrical levels follow standard logic thresholds: VIH ≥ 0.7 × VCC, VIL ≤ 0.3 × VCC, with a maximum bit rate of 9600 bps for the object generation type.
The communication software is organized hierarchically:
Each data frame consists of:
| Field | Size | Description |
|---|---|---|
| FT (Frame Type) | 4 bits | Identifies frame category (data, control, ACK, NAK) |
| FN (Frame Number) | 4 bits | Sequence number for retransmission tracking |
| CN (Command Number) | 1 octet | Operation code (Get, Set, GetM, SetM, etc.) |
| APC (Application Property Code) | 1 octet | Identifies which property is being accessed |
| DL (Data Length) | 1–2 octets | Length of the FD field |
| FD (Frame Data) | Variable | Payload data (ADT values) |
| FCC (Frame Check Code) | 1 octet | Error detection (checksum) |
The standard uses an object-oriented model where each device exposes properties as Application Objects (AOJ):
Operations supported: Get/GetM (read), Set/SetM (write), with notification via status change announcements.
Yes, the standard is technology-agnostic regarding the network side (OSI layers 1–6). The adapter can use powerline, RF, Ethernet, or any other medium — only the equipment side interface is standardized.
While not explicitly specified in the standard, the electrical characteristics (NRZ at 9600 bps, 5V logic) typically support cable lengths up to several meters for reliable communication. For longer distances, the peer-to-peer type with appropriate line drivers should be used.
The standard was published in 2008 and focuses on HES Class 1 (telecontrol) applications. Modern IoT protocols are not explicitly addressed, but the peer-to-peer type allows vendor-defined protocols to encapsulate any higher-layer communication.
The Network Adapter first attempts communication at 2400 bps, then at 9600 bps. If the equipment responds with its supported type (object generation or peer-to-peer), the adapter proceeds with the corresponding protocol. If no response is received, the adapter may retry or report an error.