#KNX: RGBW Lamp with individual_colors shows up as white only.

1 messages · Page 1 of 1 (latest)

peak raven
#

I have a KNX lamp defined in the YAML as:

- name: EG Alex Wohnzimmer Lichtvoute
  address: 1/0/146
  state_address: 1/5/146
  individual_colors:
    red:
      brightness_address: 1/4/8
      brightness_state_address: 1/7/12
    green:
      brightness_address: 1/4/9
      brightness_state_address: 1/7/13
    blue:
      brightness_address: 1/4/10
      brightness_state_address: 1/7/14
    white:
      brightness_address: 1/3/146
      brightness_state_address: 1/6/146

However the light only shows up as white, I have no way to control the RGB part of it. The attributes looks as follows:
supported_color_modes: brightness color_mode: null brightness: null friendly_name: EG Alex Wohnzimmer Lichtvoute supported_features: 0

I would appreciate any assistance with that problem.