Hey all,
I'm trying to make a simple automation involving the Bilresa Dual Button and a Kajplats bulb, with the following configuration:
description: ""
triggers:
- trigger: state
entity_id:
- event.bilresa_dual_button_button_1
attribute: event_type
to:
- multi_press_1
conditions: []
actions:
- action: light.turn_on
metadata: {}
data: {}
target:
entity_id: light.kajplats_e27_ws_g95_clear_806lm
mode: single```
The issue is that the automation only *sometimes* work, i.e. I can press the button (once) several times in a row and it will only trigger after multiple "Pressed once"-presses.
I can even follow along on the device page and see the button correctly showing "Pressed once" every time I press, but nothing happens, until that 1/10-chance that it does work, so it's not that it doesn't register the click, as also seen from the activity page in the image attached below (Even though I can't get it to show the actual event text in the log, they *are* pressed once events)
I also got into Developer tools and see them pop up by listening to state_changed events, though that's a bit spammy so hard to isolate only to the Bilresa.
Just to get the obvious hardware/software things out of the way:
```OS: HAOS 16.3 (x86_64)
Core: 2026.1.0
Home Assistant: 2026.1.0
Supervisor: 2026.01.0
Thread Radio: ZBT-2
Might be worth mentioning, even though unrelated to the automation, that I previously used one of the PoE Thread radios, with a couple of Matter-over-Thread devices, that started becoming unstable as I added more of the new IKEA devices. As a result I ordered a ZBT-2 which I migrated to before adding more IKEA devices, resolving the issues I were having up to that point. (Issues pairing, and also devices being "laggy")
So with all that out of the way, do any of you have any ideas on what I could try next to debug/troubleshoot this issue? I'm relatively technical and not new to HA, not used automations a lot but I'm about to change that