a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; }
Hi everyone,
I’m fairly new to Home Assistant and recently set up an environment using an IKEA DIRIGERA hub (connected via Matter) together with several IKEA LED strips, plus a few Tuya‑based LED devices. Everything in the core setup works without issues.
I’m now trying to integrate an older IKEA Trådlös 5‑button remote to control one of the Tuya lights, but I’ve run into a problem:
- The remote is detected in Home Assistant as a Matter device
- Button presses do show up as events in HA
- But the remote cannot directly control any Tuya device
Since DIRIGERA exposes this remote only through Matter (and not through a Zigbee gateway), it seems the remote doesn’t provide any native control clusters or bindings that HA can use for direct device‑to‑device control. Instead, it looks like the only available interface is the event stream.
So my questions are:
- Is event‑based automation the only option when using the 5‑button remote via DIRIGERA + Matter?
- Has anyone managed to make this remote control non‑IKEA devices (like Tuya LEDs) in a similar setup?
- Would switching to a Zigbee coordinator (e.g. SkyConnect, Zigbee2MQTT) give me full access to the remote’s capabilities?
Any insights or experiences would be greatly appreciated