Hi,
I have flashed a few ESP32 boards for WLED. They work perfectly when I control them via the built-in web UI (turning on/off, dimming, selecting presets, etc.). Through HA, turning on/off and dimming also work flawlessly. However, when I try to load the next preconfigured preset (via a double button press over zigbee2mqtt), it doesn’t switch presets but turns off the light instead. This happens every time
It all worked fine for a long time before. In total, it affects 5 light strips. Does anyone have any idea what could be causing this? Thanks, everyone!
alias: "Innenbeleuchtung - Kinderzimmer 1 WLED "
description: ""
trigger:
- platform: device
domain: mqtt
device_id: 07f7a833f97a7ae43a7ec2aef8c1cc9d
type: action
subtype: single
discovery_id: 0x00158d000967d9e8 action_single
id: 1xkurz
- platform: device
domain: mqtt
device_id: 07f7a833f97a7ae43a7ec2aef8c1cc9d
type: action
subtype: double
discovery_id: 0x00158d000967d9e8 action_double
id: 2xkurz
- platform: device
domain: mqtt
device_id: 07f7a833f97a7ae43a7ec2aef8c1cc9d
type: action
subtype: hold
discovery_id: 0x00158d000967d9e8 action_hold
id: 1xlang
condition: []
action:
- choose:
- conditions:
- condition: trigger
id:
- 1xkurz
sequence:
- data:
brightness_pct: 1
action: light.toggle
target:
device_id: 80f51fe1024c3c0d004c2b3134918c88
- conditions:
- condition: trigger
id:
- 2xkurz
sequence:
- device_id: 80f51fe1024c3c0d004c2b3134918c88
domain: select
entity_id: c6a7b29ede181dda082861b1e691464f
type: select_previous
cycle: true
- conditions:
- condition: trigger
id:
- 1xlang
sequence:
- data:
brightness_step_pct: 33
action: light.turn_on
target:
device_id: 80f51fe1024c3c0d004c2b3134918c88
mode: single