No history yet

KNX System Architecture

No Single Point of Failure

Unlike many smart home systems that rely on a central controller or hub, a KNX installation is fundamentally decentralised. There is no single 'brain' that manages everything. If one device fails, the rest of the system continues to operate without interruption. This resilience is a core principle of the standard.

Intelligence is distributed across every component on the network. A light switch, a motion sensor, a heating controller—each device has its own microprocessor. This allows them to communicate directly with each other, peer-to-peer, without needing a central coordinator to relay messages. Each device knows its job and executes it independently based on the information it receives.

The KNX Bus

The backbone of a KNX system is a dedicated, twisted-pair bus cable, typically green. This single cable is remarkable because it serves two purposes at once. It carries a low-voltage 30V DC supply to power the connected devices, and it simultaneously transmits the data signals, known as telegrams, that allow them to communicate.

This dual-purpose design simplifies installation significantly. A power supply unit (PSU) injects the necessary voltage onto the bus, energising all the connected components. From that point, every device can both draw power and talk to any other device over the same two wires.

Device Roles

Every device connected to the bus has a specific role, but they are all built around a common component: the Bus Coupling Unit (BCU). This is the standardised interface containing the microprocessor that connects the device to the bus, handles the telegrams, and runs the device's application logic. The devices themselves fall into three main categories.

CategoryRoleExamples
System DevicesProvide the infrastructure for the bus to operate.Power Supplies, IP/USB Interfaces, Line Couplers
SensorsGather information and send commands.Push-buttons, Presence Detectors, Thermostats
ActuatorsReceive commands and perform physical actions.Switching Relays, Dimming Actors, Blind/Shutter Motors

A sensor's job is to create and send a telegram onto the bus. For instance, when you press a push-button, it sends a telegram addressed to a specific function, like 'Living Room Ceiling Light'. An actuator, such as a switching relay in the distribution board, is programmed to listen for that exact address. When it 'hears' the telegram, it executes its programmed action, in this case, closing a circuit to turn the light on.

A sensor sends a telegram. An actuator listens for a telegram and acts on it. It's a simple, robust, and direct line of communication.

Ready to test your understanding of how these components work together?

Quiz Questions 1/5

What is the primary architectural principle of a KNX installation?

Quiz Questions 2/5

What are the two functions of the green twisted-pair bus cable in a KNX system?

The decentralised nature and clear device roles are what make KNX a powerful and reliable standard for building automation.