Summary of "So einfacht geht's 2026 - KNX Heizungssteuerung in Home Assistant"

Short summary — what the video covers

Main takeaway

Home Assistant’s KNX UI can now create Climate entities directly. You must bind the right KNX group addresses with appropriate DPTs and know whether the controller lives in the room device or the actuator to ensure proper behavior.

Key technological concepts and product features

Home Assistant (HA) KNX UI

KNX heating control basics

KNX Data Point Types (DPTs) and limitations

Operating mode and objects

Useful KNX objects to map for a Climate entity

Step-by-step highlights shown in the video (examples)

  1. Import KNX project / group addresses into Home Assistant
    • Recommended: ensure correct DPTs in ETS before importing.
  2. Add Entity → Climate
    • Choose the current temperature object (or enter manually if DPT mismatch).
  3. Setpoint shift example (Kitchen)
    • Use setpoint shift transmitter and setpoint status.
    • Choose appropriate DPT (2-byte setpoint shift shown). HA requires a numeric object (not 1-bit).
    • Configure min/max offsets (example: -5 to +5 K) and step (example: 0.5 K).
    • Add activity (valve %), operating mode and operating mode status (combined object), etc.
    • Test: HA sends setpoint shift (e.g., +3 K) and actuator feedback shows target temp and valve %.
  4. Absolute setpoint example (Living room)
    • Bind target temperature and status addresses (example min/max: 5–37 °C, step 0.5 K).
    • Ensure current temperature is DPT 9001 (temperature); otherwise fix in ETS or enter manually (HA will warn).
    • Map operating mode, heating/cooling status, on/off as available.
    • Test: HA sends exact temperature values (e.g., 29 °C) rather than offsets.
  5. Testing and debugging
    • Use ETS bus monitor / diagnostics to watch what HA sends and what the actuator responds with.
    • If HA cannot auto-map items, check group address DPTs in ETS and correct them.
  6. Naming and entity IDs
    • Give entities clear names during creation to avoid automatic fallback errors.
    • You can rename the display name without changing the entity_id to avoid breaking automations — edit the entity’s settings.

Common pitfalls and tips

Extras / channel resources mentioned

Main speakers / sources referenced

If you need, I can convert this into a short checklist you can follow while configuring a KNX Climate entity in Home Assistant.

Category ?

Technology


Share this summary


Is the summary off?

If you think the summary is inaccurate, you can reprocess it with the latest model.

Video