KNX - Scene Switch Control 🎬

With this blueprint, you can use a knx switch with a 1 Bit Object to switch through scenes. This is useful if you have a pushbutton and you want to use multiple scenes with one button press.

Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.

Source: KNX - Scene Switch Control

Version: 1.0.0

Requirements

  • Working KNX Integration

Features

  • Switch through multiple scenes with a 1 Bit object

Setup
Import the blueprint and create an automation based on it. The blueprint is mostly self-explanatory.

You have to define the scene group address and the switch group address, that the blueprint should listen too.
When the value 1 is received, the next higher scene is sent and vice versa.

You also have to create a number_input helper to which the automation can save the last scene number that was sent

Please don’t hesitate to give me your feedback!

Have fun :v:

Changelog

  • V1.0.0 - Initial Release