I am new to HA and trying to get my Philips Hue Dimmer Switch to control an Ikea Tradfri bulb, Cync LED Strip, and Switchbot floor lamp. I have created a helper called "Living Room Ambient Lights" to control all 3 of these lights together.
In my automation I have 4 triggers (short/long press up/down) with conditional based on which trigger was selected. This is the logic for dim_up_short_press, which is the TriggerID I gave to '"Dim up" pressed'
If I'm understanding the trace log correctly I gave the same input twice but 1 time executed as expected and the other didn't.
As I've been writing this up I've been messing around more and did notice my Trace timeline gave this message.
Stopped because only a single execution is allowed at December 17, 2025 at 10:55:38 PM (runtime: 0.00 seconds)
I don't have any other automations outside of using this remote so not sure what other execution might've happened. Any ideas as to why it seems to be non deterministic?
choose:
- conditions:
- condition: trigger
id:
- dim_up_short_press
sequence:
- condition: numeric_state
entity_id: light.living_room_ambient_lights
attribute: brightness
below: 255
- target:
entity_id: light.living_room_ambient_lights
data:
brightness_step_pct: 10
action: light.turn_on