Scenes work when activated manually, but inconsistent in automations

Hi there, my current setup is latest HA OS and a zigbee controller “Sonoff Zigbee 3.0 USB Dongle Plus” with 63 zigbee devices. The whole floor should be perfectly covered with pleny devices acting as routers.

My living room has 8 lights in total.

  • 4 Hue Color lamps
  • 2 hue play
  • 2 zugbee dimmers for my furniture

My plan is to have say three scenes to swith inbetween with that Philipps hue tab dial switch (4 buttons).

The odd thing is:

When I use the “scenes” tab in HA, and manually select “activate” it seem to work well.

When I do “activate scene” in automations, its may happen that 3 of 8 lights change, some not, no matter how often I press. It’s like “fire and forget”, HA doenst know that the lights are not yet set as per their scenes.

I don’t get behind why it does not work correctly and what I can do, and how to debug the same.

Edit: Shall I use the light entities or devices in my scenes? Seems not to make a difference though. I can see in my tablet that HA thinks the lights are on their specific values but they are not.

Edit2:
when I remove 6 from my 8 enities in the scene, it seem to work well.
Minor background on this: The 6 hue lights are controlled by my hue bridge as I use that lights for Philipps music sync sometimes, so thats why I haven’t migrated the lights to the Zigbee controller.

Maybe the problem is mixing lights from both integrations in one scene, 6x lights from a hue integration and 2x lights which are on the dongle? But it should work anyway…
Will do a test by splitting the scenes in half and activate two scenes in my automation.

I used to have a (smaller) but fairly similar setup: Sonoff Dongle + Hue Bridge.

Initially I had similar issues to you, because both the Dongle and the Hue Bridge were on the same channel (in my case 25).

After changing the channel of one of them, I was able to resolve most of the issues, however I decided that I could live without the Hue Bridge features so I moved the devices, so that I could retire the Hue Bridge.

This was so that I could have a single network (better router coverage), I do occasionally get a “lazy” light - one light that doesn’t switch immediately (but it usually switches within 20 seconds). I suspect that happens maybe once per week, but its hard to say, since I have to actively be watching the light (to notice) since it auto-corrects after a few seconds.

yeah i switched the channel for the hue bridge already some times, currently the Bridge is on channel 16 (with that 6 lights) and the 63 lights are on channel 25, but that makes no difference.

And separating both in two scenes made no diff as well. I wonder if some devices in the zigbee network, don’t do their routing properly.

What’s the trigger for the automation?

EDIT: Actually, I think it would be helpful if you can post the YAML for the automation, including the part that activates the scene.

eg the button 1 release on the Philips Dial Tap Button

alias: "Philips Hue Tap Dial Wohnzimmer "
description: ""
use_blueprint:
  path: gtunes-dev/zha-philips-hue-tap-dial-custom-controls.yaml
  input:
    remote: 45b0e12a8c2109e206d52e6d7cd31115
    button_1_short: []
    button_2_short_release:
      - action: scene.turn_on
        metadata: {}
        data:
          transition: 1
        target:
          entity_id: scene.wohnzimmer_gedimmt
    button_2_short: []
    button_4_short:
      - action: light.turn_off
        metadata: {}
        data:
          transition: 1
        target:
          area_id: wohnzimmer
    clockwise_rotation_small:
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: 10
          transition: 1
        enabled: true
        target:
          device_id:
            - 5209e7c64bc2132d45fda75657c3e138
            - 167859c75c189bfbbcaf6aa155272cfc
            - 311fdec94767eae842dc099dfec7f011
            - d062b2623d061c85b6352ee86cf5d678
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: 5
          transition: 1
        enabled: true
        target:
          device_id:
            - 681243e13f9e75f017d4a8fcbc6ee1e4
            - 10ed572f060a80bdd31ceeee35f346d5
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: 5
          transition: 1
        enabled: true
        target:
          device_id:
            - 2825fe27d6b52497a95b55940b452b0d
            - bd920cbe2275e21bb1c651ea8cb10282
    clockwise_rotation_medium:
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: 15
        target:
          area_id: wohnzimmer
        enabled: false
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: 10
          transition: 1
        enabled: true
        target:
          device_id:
            - 5209e7c64bc2132d45fda75657c3e138
            - 167859c75c189bfbbcaf6aa155272cfc
            - 311fdec94767eae842dc099dfec7f011
            - d062b2623d061c85b6352ee86cf5d678
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: 5
          transition: 1
        enabled: true
        target:
          device_id:
            - 681243e13f9e75f017d4a8fcbc6ee1e4
            - 10ed572f060a80bdd31ceeee35f346d5
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: 5
          transition: 1
        enabled: true
        target:
          device_id:
            - 2825fe27d6b52497a95b55940b452b0d
            - bd920cbe2275e21bb1c651ea8cb10282
    clockwise_rotation_large:
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: 30
        target:
          area_id: wohnzimmer
        enabled: false
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: 10
          transition: 1
        enabled: true
        target:
          device_id:
            - 5209e7c64bc2132d45fda75657c3e138
            - 167859c75c189bfbbcaf6aa155272cfc
            - 311fdec94767eae842dc099dfec7f011
            - d062b2623d061c85b6352ee86cf5d678
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: 5
          transition: 1
        enabled: true
        target:
          device_id:
            - 681243e13f9e75f017d4a8fcbc6ee1e4
            - 10ed572f060a80bdd31ceeee35f346d5
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: 5
          transition: 1
        enabled: true
        target:
          device_id:
            - 2825fe27d6b52497a95b55940b452b0d
            - bd920cbe2275e21bb1c651ea8cb10282
    counter_clockwise_rotation_small:
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: -5
        target:
          area_id: wohnzimmer
        enabled: false
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: -10
          transition: 1
        enabled: true
        target:
          device_id:
            - 5209e7c64bc2132d45fda75657c3e138
            - 167859c75c189bfbbcaf6aa155272cfc
            - 311fdec94767eae842dc099dfec7f011
            - d062b2623d061c85b6352ee86cf5d678
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: -5
          transition: 1
        enabled: true
        target:
          device_id:
            - 681243e13f9e75f017d4a8fcbc6ee1e4
            - 10ed572f060a80bdd31ceeee35f346d5
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: -5
          transition: 1
        enabled: true
        target:
          device_id:
            - 2825fe27d6b52497a95b55940b452b0d
            - bd920cbe2275e21bb1c651ea8cb10282
    counter_clockwise_rotation_medium:
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: -15
        target:
          area_id: wohnzimmer
        enabled: false
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: -10
          transition: 1
        enabled: true
        target:
          device_id:
            - 5209e7c64bc2132d45fda75657c3e138
            - 167859c75c189bfbbcaf6aa155272cfc
            - 311fdec94767eae842dc099dfec7f011
            - d062b2623d061c85b6352ee86cf5d678
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: -5
          transition: 1
        enabled: true
        target:
          device_id:
            - 681243e13f9e75f017d4a8fcbc6ee1e4
            - 10ed572f060a80bdd31ceeee35f346d5
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: -5
          transition: 1
        enabled: true
        target:
          device_id:
            - 2825fe27d6b52497a95b55940b452b0d
            - bd920cbe2275e21bb1c651ea8cb10282
    counter_clockwise_rotation_large:
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: -10
          transition: 1
        enabled: true
        target:
          device_id:
            - 5209e7c64bc2132d45fda75657c3e138
            - 167859c75c189bfbbcaf6aa155272cfc
            - 311fdec94767eae842dc099dfec7f011
            - d062b2623d061c85b6352ee86cf5d678
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: -5
          transition: 1
        enabled: true
        target:
          device_id:
            - 681243e13f9e75f017d4a8fcbc6ee1e4
            - 10ed572f060a80bdd31ceeee35f346d5
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: -5
          transition: 1
        enabled: true
        target:
          device_id:
            - 2825fe27d6b52497a95b55940b452b0d
            - bd920cbe2275e21bb1c651ea8cb10282
    button_1_short_release:
      - action: scene.turn_on
        metadata: {}
        data:
          transition: 1
        target:
          entity_id: scene.wohnzimmer_standard
    button_3_short: []
    button_3_short_release:
      - action: scene.turn_on
        metadata: {}
        data:
          transition: 1
        target:
          entity_id: scene.filmmodus
        enabled: true
      - action: scene.turn_on
        metadata: {}
        data:
          transition: 1
        target:
          entity_id: scene.filmmodus_hue

see only the “button_3_short_release:”

You can see I testwise separated the scenes in “Filmmodus Hue” and “Filmmodus”. But I can combine it again for the whole room.

When you test the scene from the GUI, you’re testing scene.filmmodus, right? That’s a scene that you created in HA?

[Assuming that scene.filmmodus_hue is a scene on the Hue hub, I would expect that one to turn all of the relevant lights on simultaneously each time (or not at all).]

In your YAML, try 1. removing the transition, and see if that works. If it doesn’t, 2. try also adding the following line before the second scene.turn_on:

      - delay:  2

That will cause a 2 second delay between each scene. It’s just as a diagnostic, not as a solution to the problem.

all scenes are in HA only.

As it made no difference separating the hue lights from the other two dimmer lights, I created a fresh third scene with all 8 lights.

id: "1762802233647"
name: FK All
entities:
  light.tz3210_dxroobu3_ts0501b_3:
    supported_color_modes:
      - brightness
    color_mode: brightness
    brightness: 128
    off_with_transition: false
    off_brightness: null
    friendly_name: Hängeelement
    supported_features: 40
    state: "on"
  light.iluminize_5112_80:
    supported_color_modes:
      - brightness
    color_mode: brightness
    brightness: 128
    off_with_transition: false
    off_brightness: null
    friendly_name: Wohnwand
    supported_features: 40
    state: "on"
  light.hue_color_lamp_1:
    min_color_temp_kelvin: 2000
    max_color_temp_kelvin: 6535
    min_mireds: 153
    max_mireds: 500
    effect_list:
      - "off"
      - candle
      - fire
      - prism
      - sparkle
      - opal
      - glisten
    supported_color_modes:
      - color_temp
      - xy
    effect: null
    color_mode: null
    brightness: null
    color_temp_kelvin: null
    color_temp: null
    hs_color: null
    rgb_color: null
    xy_color: null
    mode: normal
    dynamics: none
    friendly_name: Hue color lamp 1
    supported_features: 44
    state: "off"
  light.hue_color_lamp_2:
    min_color_temp_kelvin: 2000
    max_color_temp_kelvin: 6535
    min_mireds: 153
    max_mireds: 500
    supported_color_modes:
      - color_temp
      - xy
    color_mode: null
    brightness: null
    color_temp_kelvin: null
    color_temp: null
    hs_color: null
    rgb_color: null
    xy_color: null
    mode: normal
    dynamics: none
    friendly_name: Hue color lamp 2
    supported_features: 40
    state: "off"
  light.hue_color_lamp_3:
    min_color_temp_kelvin: 2000
    max_color_temp_kelvin: 6535
    min_mireds: 153
    max_mireds: 500
    effect_list:
      - "off"
      - candle
      - fire
      - prism
      - sparkle
      - opal
      - glisten
    supported_color_modes:
      - color_temp
      - xy
    effect: null
    color_mode: null
    brightness: null
    color_temp_kelvin: null
    color_temp: null
    hs_color: null
    rgb_color: null
    xy_color: null
    mode: normal
    dynamics: none
    friendly_name: Hue color lamp 3
    supported_features: 44
    state: "off"
  light.hue_color_lamp_4:
    min_color_temp_kelvin: 2000
    max_color_temp_kelvin: 6535
    min_mireds: 153
    max_mireds: 500
    effect_list:
      - "off"
      - candle
      - fire
      - prism
      - sparkle
      - opal
      - glisten
    supported_color_modes:
      - color_temp
      - xy
    friendly_name: Hue color lamp 4
    supported_features: 44
    effect: null
    color_mode: null
    brightness: null
    color_temp_kelvin: null
    color_temp: null
    hs_color: null
    rgb_color: null
    xy_color: null
    mode: normal
    dynamics: none
    state: "off"
  light.hue_play_1:
    min_color_temp_kelvin: 2000
    max_color_temp_kelvin: 6535
    min_mireds: 153
    max_mireds: 500
    supported_color_modes:
      - color_temp
      - xy
    friendly_name: Hue play 1
    supported_features: 40
    color_mode: color_temp
    brightness: 255
    color_temp_kelvin: 2000
    color_temp: 500
    hs_color:
      - 30.601
      - 94.547
    rgb_color:
      - 255
      - 137
      - 14
    xy_color:
      - 0.598
      - 0.383
    mode: normal
    dynamics: none
    state: "on"
  light.hue_play_2:
    min_color_temp_kelvin: 2000
    max_color_temp_kelvin: 6535
    min_mireds: 153
    max_mireds: 500
    supported_color_modes:
      - color_temp
      - xy
    friendly_name: Hue play 2
    supported_features: 40
    color_mode: xy
    brightness: 255
    color_temp_kelvin: null
    color_temp: null
    hs_color:
      - 219.048
      - 49.412
    rgb_color:
      - 129
      - 173
      - 255
    xy_color:
      - 0.208
      - 0.217
    mode: normal
    dynamics: none
    state: "on"
metadata: {}

thats my movie scene, please ignore the name of the scene it was meant to be named FM not FK :smiley:

My second scene is basically my default living room light called “wohnzimmer standard” - same 8 lights.

id: "1750453206120"
name: Wohnzimmer Standard
entities:
  light.hue_color_lamp_1:
    min_color_temp_kelvin: 2000
    max_color_temp_kelvin: 6535
    min_mireds: 153
    max_mireds: 500
    effect_list:
      - "off"
      - candle
      - fire
      - prism
      - sparkle
      - opal
      - glisten
    supported_color_modes:
      - color_temp
      - xy
    effect: "off"
    color_mode: color_temp
    brightness: 178
    color_temp_kelvin: 3521
    color_temp: 284
    hs_color:
      - 27.152
      - 44.32
    rgb_color:
      - 255
      - 193
      - 142
    xy_color:
      - 0.452
      - 0.373
    mode: normal
    dynamics: none
    friendly_name: Hue color lamp 1
    supported_features: 44
    state: "on"
  light.hue_color_lamp_2:
    min_color_temp_kelvin: 2000
    max_color_temp_kelvin: 6535
    min_mireds: 153
    max_mireds: 500
    supported_color_modes:
      - color_temp
      - xy
    color_mode: color_temp
    brightness: 178
    color_temp_kelvin: 3521
    color_temp: 284
    hs_color:
      - 27.152
      - 44.32
    rgb_color:
      - 255
      - 193
      - 142
    xy_color:
      - 0.452
      - 0.373
    mode: normal
    dynamics: none
    friendly_name: Hue color lamp 2
    supported_features: 40
    state: "on"
  light.hue_color_lamp_3:
    min_color_temp_kelvin: 2000
    max_color_temp_kelvin: 6535
    min_mireds: 153
    max_mireds: 500
    effect_list:
      - "off"
      - candle
      - fire
      - prism
      - sparkle
      - opal
      - glisten
    supported_color_modes:
      - color_temp
      - xy
    effect: "off"
    color_mode: color_temp
    brightness: 178
    color_temp_kelvin: 3521
    color_temp: 284
    hs_color:
      - 27.152
      - 44.32
    rgb_color:
      - 255
      - 193
      - 142
    xy_color:
      - 0.452
      - 0.373
    mode: normal
    dynamics: none
    friendly_name: Hue color lamp 3
    supported_features: 44
    state: "on"
  light.hue_color_lamp_4:
    min_color_temp_kelvin: 2000
    max_color_temp_kelvin: 6535
    min_mireds: 153
    max_mireds: 500
    effect_list:
      - "off"
      - candle
      - fire
      - prism
      - sparkle
      - opal
      - glisten
    supported_color_modes:
      - color_temp
      - xy
    friendly_name: Hue color lamp 4
    supported_features: 44
    effect: "off"
    color_mode: color_temp
    brightness: 178
    color_temp_kelvin: 3521
    color_temp: 284
    hs_color:
      - 27.152
      - 44.32
    rgb_color:
      - 255
      - 193
      - 142
    xy_color:
      - 0.452
      - 0.373
    mode: normal
    dynamics: none
    state: "on"
  light.hue_play_1:
    min_color_temp_kelvin: 2000
    max_color_temp_kelvin: 6535
    min_mireds: 153
    max_mireds: 500
    supported_color_modes:
      - color_temp
      - xy
    friendly_name: Hue play 1
    supported_features: 40
    color_mode: color_temp
    brightness: 255
    color_temp_kelvin: 3521
    color_temp: 284
    hs_color:
      - 27.152
      - 44.32
    rgb_color:
      - 255
      - 193
      - 142
    xy_color:
      - 0.452
      - 0.373
    mode: normal
    dynamics: none
    state: "on"
  light.hue_play_2:
    min_color_temp_kelvin: 2000
    max_color_temp_kelvin: 6535
    min_mireds: 153
    max_mireds: 500
    supported_color_modes:
      - color_temp
      - xy
    friendly_name: Hue play 2
    supported_features: 40
    color_mode: color_temp
    brightness: 255
    color_temp_kelvin: 3521
    color_temp: 284
    hs_color:
      - 27.152
      - 44.32
    rgb_color:
      - 255
      - 193
      - 142
    xy_color:
      - 0.452
      - 0.373
    mode: normal
    dynamics: none
    state: "on"
  light.tz3210_dxroobu3_ts0501b_3:
    supported_color_modes:
      - brightness
    color_mode: brightness
    brightness: 254
    off_with_transition: false
    off_brightness: null
    friendly_name: Hängeelement
    supported_features: 40
    state: "on"
  light.iluminize_5112_80:
    supported_color_modes:
      - brightness
    color_mode: brightness
    brightness: 254
    off_with_transition: false
    off_brightness: null
    friendly_name: Wohnwand
    supported_features: 40
    state: "on"
icon: mdi:sofa
metadata: {}

personally I would expect that I should be able to push eg “wohnzimmer standard” on button 1, FK all scene on Button 2 and turn off the light with button 4.

Whole yaml again of the automation

alias: "Philips Hue Tap Dial Wohnzimmer "
description: ""
use_blueprint:
  path: gtunes-dev/zha-philips-hue-tap-dial-custom-controls.yaml
  input:
    remote: 45b0e12a8c2109e206d52e6d7cd31115
    button_1_short: []
    button_2_short_release:
      - delay:
          hours: 0
          minutes: 0
          seconds: 2
          milliseconds: 0
      - action: scene.turn_on
        metadata: {}
        data: {}
        target:
          entity_id: scene.fk_all
    button_2_short: []
    button_4_short:
      - action: light.turn_off
        metadata: {}
        data: {}
        target:
          area_id: wohnzimmer
    clockwise_rotation_small:
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: 10
          transition: 1
        enabled: true
        target:
          device_id:
            - 5209e7c64bc2132d45fda75657c3e138
            - 167859c75c189bfbbcaf6aa155272cfc
            - 311fdec94767eae842dc099dfec7f011
            - d062b2623d061c85b6352ee86cf5d678
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: 5
          transition: 1
        enabled: true
        target:
          device_id:
            - 681243e13f9e75f017d4a8fcbc6ee1e4
            - 10ed572f060a80bdd31ceeee35f346d5
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: 5
          transition: 1
        enabled: true
        target:
          device_id:
            - 2825fe27d6b52497a95b55940b452b0d
            - bd920cbe2275e21bb1c651ea8cb10282
    clockwise_rotation_medium:
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: 15
        target:
          area_id: wohnzimmer
        enabled: false
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: 10
          transition: 1
        enabled: true
        target:
          device_id:
            - 5209e7c64bc2132d45fda75657c3e138
            - 167859c75c189bfbbcaf6aa155272cfc
            - 311fdec94767eae842dc099dfec7f011
            - d062b2623d061c85b6352ee86cf5d678
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: 5
          transition: 1
        enabled: true
        target:
          device_id:
            - 681243e13f9e75f017d4a8fcbc6ee1e4
            - 10ed572f060a80bdd31ceeee35f346d5
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: 5
          transition: 1
        enabled: true
        target:
          device_id:
            - 2825fe27d6b52497a95b55940b452b0d
            - bd920cbe2275e21bb1c651ea8cb10282
    clockwise_rotation_large:
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: 30
        target:
          area_id: wohnzimmer
        enabled: false
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: 10
          transition: 1
        enabled: true
        target:
          device_id:
            - 5209e7c64bc2132d45fda75657c3e138
            - 167859c75c189bfbbcaf6aa155272cfc
            - 311fdec94767eae842dc099dfec7f011
            - d062b2623d061c85b6352ee86cf5d678
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: 5
          transition: 1
        enabled: true
        target:
          device_id:
            - 681243e13f9e75f017d4a8fcbc6ee1e4
            - 10ed572f060a80bdd31ceeee35f346d5
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: 5
          transition: 1
        enabled: true
        target:
          device_id:
            - 2825fe27d6b52497a95b55940b452b0d
            - bd920cbe2275e21bb1c651ea8cb10282
    counter_clockwise_rotation_small:
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: -5
        target:
          area_id: wohnzimmer
        enabled: false
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: -10
          transition: 1
        enabled: true
        target:
          device_id:
            - 5209e7c64bc2132d45fda75657c3e138
            - 167859c75c189bfbbcaf6aa155272cfc
            - 311fdec94767eae842dc099dfec7f011
            - d062b2623d061c85b6352ee86cf5d678
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: -5
          transition: 1
        enabled: true
        target:
          device_id:
            - 681243e13f9e75f017d4a8fcbc6ee1e4
            - 10ed572f060a80bdd31ceeee35f346d5
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: -5
          transition: 1
        enabled: true
        target:
          device_id:
            - 2825fe27d6b52497a95b55940b452b0d
            - bd920cbe2275e21bb1c651ea8cb10282
    counter_clockwise_rotation_medium:
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: -15
        target:
          area_id: wohnzimmer
        enabled: false
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: -10
          transition: 1
        enabled: true
        target:
          device_id:
            - 5209e7c64bc2132d45fda75657c3e138
            - 167859c75c189bfbbcaf6aa155272cfc
            - 311fdec94767eae842dc099dfec7f011
            - d062b2623d061c85b6352ee86cf5d678
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: -5
          transition: 1
        enabled: true
        target:
          device_id:
            - 681243e13f9e75f017d4a8fcbc6ee1e4
            - 10ed572f060a80bdd31ceeee35f346d5
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: -5
          transition: 1
        enabled: true
        target:
          device_id:
            - 2825fe27d6b52497a95b55940b452b0d
            - bd920cbe2275e21bb1c651ea8cb10282
    counter_clockwise_rotation_large:
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: -10
          transition: 1
        enabled: true
        target:
          device_id:
            - 5209e7c64bc2132d45fda75657c3e138
            - 167859c75c189bfbbcaf6aa155272cfc
            - 311fdec94767eae842dc099dfec7f011
            - d062b2623d061c85b6352ee86cf5d678
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: -5
          transition: 1
        enabled: true
        target:
          device_id:
            - 681243e13f9e75f017d4a8fcbc6ee1e4
            - 10ed572f060a80bdd31ceeee35f346d5
      - action: light.turn_on
        metadata: {}
        data:
          brightness_step_pct: -5
          transition: 1
        enabled: true
        target:
          device_id:
            - 2825fe27d6b52497a95b55940b452b0d
            - bd920cbe2275e21bb1c651ea8cb10282
    button_1_short_release:
      - delay:
          hours: 0
          minutes: 0
          seconds: 2
          milliseconds: 0
      - action: scene.turn_on
        metadata: {}
        data: {}
        target:
          entity_id: scene.wohnzimmer_standard
    button_3_short: []
    button_3_short_release: []
    logbook_enabled: true

will test

@d921 odd. That seem to work(!) with that 2s delay before every action. I now can trigger between three scenes without havinga light failing to activate

Edit: I disabled the 2s delay, still working, It seems like the “transition” caused that odd behaviour. And it seem to do that transition anyway, there is no visual diff.

1 Like