Skip to content

Lightbulb

Setup

  1. Open the Web Interface and navigate to Accessory Manager.
  2. Click the + icon and select Lightbulb
  3. Enter a name for the accessory
  4. Select the channel setting that matches your light (see below)
  5. Enter the KNX group addresses

Channel Settings

The Lightbulb accessory supports four channel settings. Each one requires different KNX group addresses depending on the capabilities of the light.

Switchable

For lights that can only be turned on and off.

CharacteristicControlStatusDatatype
Switching0/0/10/0/2DPT-1

Dimmable

For lights that support on/off and brightness control.

CharacteristicControlStatusDatatype
Switching0/0/10/0/2DPT-1
Dimming0/0/30/0/4DPT-5

Tunable White

For lights that support on/off, brightness, and colour temperature control.

CharacteristicControlStatusDatatype
Switching0/0/10/0/2DPT-1
Dimming0/0/30/0/4DPT-5
Color Temperature0/0/50/0/6DPT-7

Colour

For lights that support full colour control (RGB or HSV).

CharacteristicControlStatusDatatype
Switching0/0/10/0/2DPT-1
HSV Color0/0/30/0/4DPT-232

INFO

HSV Color (DPT 232.600) is a single 3-byte datapoint that carries hue, saturation, and brightness in one value. A separate dimming address is not needed because brightness is already included in the HSV value.

Descriptions

Group AddressDescriptionDatatype
0/0/1Switching, toggles the lamp on or offDPT-1
0/0/2Switching status, indicates whether the lamp is on or offDPT-1
0/0/3Dimming, sets the brightness level (0-100%)DPT-5
0/0/4Dimming status, returns the current brightness levelDPT-5
0/0/5Color Temperature, sets the colour temperature (warm to cool)DPT-7
0/0/6Color Temperature status, returns the current colour temperatureDPT-7
0/0/3HSV Color, sets hue, saturation, and brightness in a single valueDPT-232
0/0/4HSV Color status, returns the current colour valueDPT-232