Scenes with ZHA LEDs don´t not work sometimes

I am in the process of switching to HA.
I have migrated one room from the IKEA Tradri system to HA.

  • Lamps deregistered from IKEA Gareway.
  • Lamps put in pairing mode
  • Added lamps in ZHA.

Switching individual lamps works fine.
I have now created 4 scenes that

  • turn off all lamps
  • switch all lamps bright
  • 2 more that turn on some lamps in certain colors and brightness, turn off the rest.

This works unreliable.
Some problems:

  • Off scene (if scene bright was active before)
    one or more lamps stay on
    in the dashboard they are displayed as off
  • Off Scene (if previously all lamps were on individually)
    all lamps off
    but in the dashboard still one on

What am I doing wrong?

scenes.yaml

- id: '1635613340353'
  name: Büro Licht aus
  entities:
    light.buro_fernseher1:
      min_mireds: 250
      max_mireds: 454
      supported_color_modes:
      - color_temp
      off_brightness:
      friendly_name: licht_büro_fernseher1
      supported_features: 43
      state: 'off'
    light.buro_fernseher2:
      min_mireds: 250
      max_mireds: 454
      supported_color_modes:
      - color_temp
      off_brightness:
      friendly_name: licht_büro_fernseher2
      supported_features: 43
      state: 'off'
    light.buro_decke:
      min_mireds: 250
      max_mireds: 454
      supported_color_modes:
      - color_temp
      off_brightness:
      friendly_name: licht_büro_decke
      supported_features: 43
      state: 'off'
    light.buro_schreibtisch:
      supported_color_modes:
      - brightness
      off_brightness:
      friendly_name: licht_büro_schreibtisch
      supported_features: 41
      state: 'off'
    light.buro_ambiente1:
      supported_color_modes:
      - hs
      off_brightness:
      friendly_name: licht_büro_ambiente1
      supported_features: 57
      state: 'off'
    light.buro_ambiente2:
      supported_color_modes:
      - brightness
      off_brightness:
      friendly_name: licht_büro_ambiente2
      supported_features: 41
      state: 'off'
- id: '1635613709071'
  name: Büro Licht standard
  entities:
    light.buro_fernseher1:
      min_mireds: 250
      max_mireds: 454
      supported_color_modes:
      - color_temp
      off_brightness:
      friendly_name: licht_büro_fernseher1
      supported_features: 43
      state: 'off'
    light.buro_fernseher2:
      min_mireds: 250
      max_mireds: 454
      supported_color_modes:
      - color_temp
      color_mode: color_temp
      brightness: 110
      color_temp: 370
      hs_color:
      - 28.391
      - 65.659
      rgb_color:
      - 255
      - 166
      - 87
      xy_color:
      - 0.526
      - 0.387
      off_brightness:
      friendly_name: licht_büro_fernseher2
      supported_features: 43
      state: 'on'
    light.buro_decke:
      min_mireds: 250
      max_mireds: 454
      supported_color_modes:
      - color_temp
      color_mode: color_temp
      brightness: 148
      color_temp: 370
      hs_color:
      - 28.391
      - 65.659
      rgb_color:
      - 255
      - 166
      - 87
      xy_color:
      - 0.526
      - 0.387
      off_brightness:
      friendly_name: licht_büro_decke
      supported_features: 43
      state: 'on'
    light.buro_schreibtisch:
      supported_color_modes:
      - brightness
      off_brightness:
      friendly_name: licht_büro_schreibtisch
      supported_features: 41
      state: 'off'
    light.buro_ambiente1:
      supported_color_modes:
      - hs
      color_mode: hs
      brightness: 254
      hs_color:
      - 30
      - 0
      rgb_color:
      - 255
      - 255
      - 255
      xy_color:
      - 0.323
      - 0.329
      off_brightness:
      friendly_name: licht_büro_ambiente1
      supported_features: 57
      state: 'on'
    light.buro_ambiente2:
      supported_color_modes:
      - brightness
      off_brightness:
      friendly_name: licht_büro_ambiente2
      supported_features: 41
      state: 'off'
- id: '1635613719479'
  name: Büro Licht hell
  entities:
    light.buro_fernseher1:
      min_mireds: 250
      max_mireds: 454
      supported_color_modes:
      - color_temp
      color_mode: color_temp
      brightness: 254
      color_temp: 250
      hs_color:
      - 26.812
      - 34.87
      rgb_color:
      - 255
      - 205
      - 166
      xy_color:
      - 0.421
      - 0.364
      off_brightness:
      friendly_name: licht_büro_fernseher1
      supported_features: 43
      state: 'on'
    light.buro_fernseher2:
      min_mireds: 250
      max_mireds: 454
      supported_color_modes:
      - color_temp
      color_mode: color_temp
      brightness: 254
      color_temp: 250
      hs_color:
      - 26.812
      - 34.87
      rgb_color:
      - 255
      - 205
      - 166
      xy_color:
      - 0.421
      - 0.364
      off_brightness:
      friendly_name: licht_büro_fernseher2
      supported_features: 43
      state: 'on'
    light.buro_decke:
      min_mireds: 250
      max_mireds: 454
      supported_color_modes:
      - color_temp
      color_mode: color_temp
      brightness: 254
      color_temp: 250
      hs_color:
      - 26.812
      - 34.87
      rgb_color:
      - 255
      - 205
      - 166
      xy_color:
      - 0.421
      - 0.364
      off_brightness:
      friendly_name: licht_büro_decke
      supported_features: 43
      state: 'on'
    light.buro_schreibtisch:
      supported_color_modes:
      - brightness
      color_mode: brightness
      brightness: 254
      off_brightness:
      friendly_name: licht_büro_schreibtisch
      supported_features: 41
      state: 'on'
    light.buro_ambiente1:
      supported_color_modes:
      - hs
      color_mode: hs
      brightness: 254
      hs_color:
      - 360
      - 0
      rgb_color:
      - 255
      - 255
      - 255
      xy_color:
      - 0.323
      - 0.329
      off_brightness:
      friendly_name: licht_büro_ambiente1
      supported_features: 57
      state: 'on'
    light.buro_ambiente2:
      supported_color_modes:
      - brightness
      color_mode: brightness
      brightness: 254
      off_brightness:
      friendly_name: licht_büro_ambiente2
      supported_features: 41
      state: 'on'
    light.buro_couch:
      min_mireds: 250
      max_mireds: 454
      supported_color_modes:
      - color_temp
      friendly_name: licht_büro_couch
      supported_features: 43
      state: unavailable
- id: '1635614001396'
  name: Büro Licht ambiente
  entities:
    light.buro_fernseher1:
      state: 'off'
    light.buro_fernseher2:
      min_mireds: 250
      max_mireds: 454
      supported_color_modes:
      - color_temp
      off_brightness:
      friendly_name: licht_büro_fernseher2
      supported_features: 43
      state: 'off'
    light.buro_decke:
      min_mireds: 250
      max_mireds: 454
      supported_color_modes:
      - color_temp
      off_brightness:
      friendly_name: licht_büro_decke
      supported_features: 43
      state: 'off'
    light.buro_schreibtisch:
      supported_color_modes:
      - brightness
      off_brightness:
      friendly_name: licht_büro_schreibtisch
      supported_features: 41
      state: 'off'
    light.buro_ambiente1:
      supported_color_modes:
      - hs
      color_mode: hs
      brightness: 46
      hs_color:
      - 225
      - 71.429
      rgb_color:
      - 72
      - 118
      - 255
      xy_color:
      - 0.164
      - 0.132
      off_brightness:
      friendly_name: licht_büro_ambiente1
      supported_features: 57
      state: 'on'
    light.buro_ambiente2:
      supported_color_modes:
      - brightness
      off_brightness:
      friendly_name: licht_büro_ambiente2
      supported_features: 41
      state: 'off'
1 Like

did you find a solution for this? I have the same problem.

1 Like

Same issue over here with 14 GU10 Tradfri bulbs. My scène with colors in it are changed after changing the lights to white with another automation… Really frustrating…