Interactive course · TP1 twisted pair

One green wire. Every device. No central brain.

KNX is the open world standard for building automation (ISO/IEC 14543-3). Lights, blinds, HVAC, energy, security, all on a single bus where every device is intelligent and talks peer to peer. This isn't a brochure: press the buttons below and watch a real telegram travel the bus.

1990Standard since
~58,000Devices / installation
500+Member manufacturers
1Tool: ETS
live KNX line · TP1 @ 9600 bit/s 29 V DC
PB PIR PSU

Auto-running. Lesson 05 hands you the controls.

Lesson 01 The big idea 4 min read

Traditional wiring runs copper to a problem. KNX runs data to a decision.

In a conventional install, every switch is hard-wired with mains cable to the exact load it controls. Want that switch to also dim, or trigger a scene, or react to a sensor? You re-wire the wall. In KNX, switches and loads never touch each other. They both sit on one low-voltage bus and are linked in software. Re-purpose anything by changing a setting, not the cable.

Traditional wiring

230 V · point-to-point · fixed at install
S1 S2 S3 S4 L1 L2 L3 L4
12cable runs
Fixedre-wire to change

KNX wiring

29 V SELV · one bus · linked in software
S1 S2 L1 L2 PSU
1bus cable
Softwarere-link anytime
Open standard

KNX is ISO/IEC 14543-3 & EN 50090. Not one brand. 500+ manufacturers build interoperable devices that all share one bus.

Decentralised

No PLC, no server, no hub to fail. Every device has its own microprocessor and talks directly to the others, peer to peer.

Two languages

An individual address identifies each device for programming. A group address is the shared "function" that links a sensor to its actuators.

One toolchain

Every certified device, any brand, is configured in ETS (Engineering Tool Software). Learn one tool, commission anything.

Lesson 02 Anatomy of a line interactive

Five parts make a line. Tap each one.

A single KNX line is the basic building block: a power supply, the green bus cable, and the devices that hang off it (sensors send, actuators switch loads). Couplers join lines into areas, and areas into a whole building. Tap a part of the diagram to inspect it.

— ONE KNX LINE · up to 64 devices · max 1000 m — ▲ the bus cable (TP1) — click PSU Power Sensor 21° Actuator Coupler
Tap a part

The KNX line

Each part of a line does one job. Click any device in the diagram (or use the chips below) to see what it is, its real-world specs, and how it behaves on the bus.

Power supply Bus cable Sensor Actuator Coupler
Lesson 03 How it's wired field rules

The green cable, cut open.

KNX TP runs on a certified cable, usually green, J-Y(St)Y 2×2×0.8 mm. Only one pair is used for the bus: red = +, black = −. The second pair (white/yellow) is a spare. It carries data and the 29 V DC that powers the devices, so most devices need no separate supply.

green PVC sheath + red  = bus + black = bus − whitespare pair yellow
Polarity matters. Red to +, black to −, on every single device. KNX bus terminals are colour-coded the same way so you can daisy-chain device to device down the line.

Free topology — line, star or tree

Wire it however the building wants: branch, spur, daisy-chain. Mix them freely on one line.

No closed rings

Never join the bus back into a loop. A ring is the one topology TP1 forbids.

Respect the distances

Max 1000 m total per line. ≤350 m supply→device, ≤700 m device→device.

Keep bus away from 230 V

The bus is SELV (safety low voltage). Separate it from mains; never let 230 V touch a bus terminal.

One line ≈ 64 devices

Add a power supply per line (choke built in). Need more? A line coupler starts a fresh segment.

Lesson 04 Topology build a building

From one line to 58,000 devices.

A line holds ~64 devices. Stack 15 lines onto a main line through line couplers and you have an area. Stack 15 areas onto a backbone through area couplers and you have a whole building. Couplers also filter traffic, so a telegram inside one line never clogs the rest. Move the steppers and watch the structure grow.

Areason the backbone · max 15
2
Lines / areavia line couplers · max 15
4
Devices / linebefore a repeater · max 64
32
256devices in this installation
Lesson 05 The telegram live simulator

Press a button. Follow the telegram.

This is a working KNX line. Sensors (amber) send a telegram addressed to a group address. The telegram is broadcast on the bus, and only the actuators subscribed to that group act on it. Press a sensor, watch the packet ripple down the green wire, and read the frame on the right. Then re-link the group addresses below and watch the same button do something completely different.

knx-line-1.1 · group monitor
BUS 29 V · 9600 bit/s
Last telegramidle
CtrlBC
Source
Dest (GA)
Hop6
APCI
Data
Ctrl=control · Source=individual addr of sender · Dest=group address (the function) · APCI=command (WRITE) · Data=payload (1 bit on/off, or %).
Bus monitor0 frames
Press any amber sensor to send a telegram.
Tip: point two sensors at the same group address and they both control one load (multi-way switching). Point one sensor at a group with two actuators and one press fires both (a scene).
Re-link group addresses
Lesson 06 Inside the telegram bit level

What actually travels down the wire.

A KNX telegram is a short string of bytes sent at 9600 bit/s. Press transmit and watch each field clock out as a real waveform: control, the sender's individual address, the destination group address, the command, the payload, and a checksum. Then see how two devices that talk at once sort it out, no collision, no central referee.

tp1 frame · "Hall Switch → 1/1/1 = ON"
Bit time: 104 µs Frame: Now sending: idle
Bus arbitration · CSMA/CA

Both devices listen first, then start together. Each bit is either dominant (0) or recessive (1). A device sending recessive that hears dominant backs off instantly. The lower address wins and keeps going. The loser simply retries. No data is ever lost.

Device 1.1.1
1.1.1
ready
Device 1.1.9
1.1.9
ready
Lesson 07 Datapoint types DPT decoder

The same bus carries a bit, a percent, a temperature.

A telegram's payload is meaningless until you know its Datapoint Type (DPT). A DPT says how many bits the value is and how to read them. A switch is 1 bit. A dim level is a 1-byte 0–100%. A temperature is a 2-byte KNX float. Pick a DPT and drag the value, the encoded bytes update live.

DPT 1.001 · Switch

One single bit. 0 = Off, 1 = On. The smallest, most common telegram on any KNX line, every light switch sends this.

On
1-bit payload, packed into the telegram's data field.
Lesson 08 Media types TP · RF · IP · PL

One standard, four ways to carry it.

KNX is the logic; the medium is how the telegram physically moves. Twisted pair is the backbone of most installs, but you can mix in wireless for a retrofit room, ride the existing power lines, or jump between buildings over IP. The telegram is identical on all of them.

Lesson 09 Scenes the whole flat

Now it's a home.

Everything so far, on one floor plan. Toggle a room and its actuator fires the light. Then press a scene: one telegram carries a scene number, and every actuator recalls its stored state at once, lights, dim levels, blinds. That is how "Movie", "Leaving" or "Good night" works in a real KNX home.

flat-1.1 · scene controller
Lesson 10 Commissioning addresses & ETS

Two addresses run everything.

Every KNX project lives in ETS. You give each device a unique individual address (who it is, for programming), then create group addresses (what it does) and drag sensor and actuator objects onto the same group to link them. Build both below.

Individual address

Identifies one physical device for programming. Format Area.Line.Device. Unique across the whole installation. The bus uses it to know exactly which device to download to.

1
.
1
.
5
1.1.5Individual / physical address

Group address

The shared "function" that links devices. Format Main/Middle/Sub. A switch sends to it, actuators listen on it. Same group on two devices = they are wired together, in software.

1
/
1
/
3
1/1/3Group address · e.g. "Hall light"
STEP 01

Build the topology

Add the line, drop in every device, hand each an individual address.

STEP 02

Create group addresses

Lay out the functions: Hall light, Living dimmer, Bedroom blind…

STEP 03

Link the objects

Drag a button's "switch" object and an actuator's "switch" object onto the same group.

STEP 04

Download to the bus

Press the programming button, ETS pushes the config. The line is live.

Reference Cheat sheet the words

Every term, in one place.

Check Did it land? 8 questions

Quick self-test.

Onwords KNX, end to end

Now let us wire the real building.

Onwords designs, programs and commissions KNX from the single-line drawing to the final ETS download. Lighting, blinds, HVAC, energy and one app over all of it.