#How to configure a KNX RGBW light when each color has its own On/Off switch, dimming control...?

1 messages · Page 1 of 1 (latest)

timber cave
#

I have a KNX-controlled RGBW light where each color channel (Red, Green, Blue, White) has:

A separate on/off switch (1-bit, DPT 1.001)
A dimming control (8-bit, DPT 3.007)
A brightness value (0-100%, DPT 5.001)

My goal
I want one single RGBW light entity in Home Assistant instead of separate lights.
is that possibl?

quaint yacht
#

Probably yes with a template light.

timber cave
quaint yacht
#

That's probably one way to do it.

#

I'm not familiar with the finer details of KNX so I can't say if that's how things are typically done on that platform.

swift lichen
#

Use the "individual addresses" tab in the color section of the Knx light entity creation panel.
You don't need the DPT 3 GAs, just on/off and absolute brightness.
Or do it in yaml if you prefer https://www.home-assistant.io/integrations/knx/#light - see "individual_colors" key. There is even an example in the docs.

timber cave
swift lichen
#

from docs:

individual_colors map (optional)
Used when the actuator only supports individual group addresses for colors. When individual_colors is used the root address key may be omitted.

timber cave
#

Ah but now i got another problem when i set the light to red 255 its purple in my room