# Exposed capabilities of IKEA BILRESA dual button Matter remote

**URL:** https://community.homey.app/t/exposed-capabilities-of-ikea-bilresa-dual-button-matter-remote/148101
**Category:** Questions & Help
**Tags:** matter
**Created:** [December 29, 2025, 5:48pm UTC](https://community.homey.app/t/exposed-capabilities-of-ikea-bilresa-dual-button-matter-remote/148101 "2025-12-29T17:48:58Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![FredrikFurtenbach](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/fredrikfurtenbach/32/149525_2.png) [@FredrikFurtenbach](https://community.homey.app/u/FredrikFurtenbach)
#### Post date: [December 29, 2025, 5:48pm UTC](https://community.homey.app/t/exposed-capabilities-of-ikea-bilresa-dual-button-matter-remote/148101/1 "2025-12-29T17:48:58Z")

</div>

Hi everyone.

I’m playing around with a few of the new IKEA Matter devices on my new standalone Homey server. Everything seems to work fairly well, but I’m having a problem that could very well be due to a severe lack of knowledge on my part on how Homey works.

Thing is, It’d like to run my automations in Node-RED, using @evervondel’s excellent Node-RED plugin. I trigger my flows using events from Homey, the events in question being a change in one of the capabilities exposed by the device. For example, I listen for a change on the alarm\_motion capability on a sensor device to know if the motion sensor’s been triggered.

The Bilresa remote only exposes the measure\_battery and button.identify capability, nothing related to button press. However, I CAN create a flow in the Homey app that triggers on a button press, even though this seemingly isn’t a capability of the device according to the developer tools app? Does anybody know why that is? Some problem with the IKEA integration, or is it something I’ve misunderstood?

 ![Skärmavbild 2025-12-29 kl. 18.44.40](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/4/6/46b76b4749151627e465126f68ee0dd3b063c19e.png)

---

<div class="post-metadata">

### Author: ![smarthomesven](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/smarthomesven/32/79712_2.png) [@smarthomesven](https://community.homey.app/u/smarthomesven)
#### Post date: [December 29, 2025, 6:19pm UTC](https://community.homey.app/t/exposed-capabilities-of-ikea-bilresa-dual-button-matter-remote/148101/2 "2025-12-29T18:19:21Z")

</div>

The button press isn’t a capability, the Flow card triggers are different from capabilities. The IKEA app simply triggers the Flow card directly

---

<div class="post-metadata">

### Author: ![FredrikFurtenbach](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/fredrikfurtenbach/32/149525_2.png) [@FredrikFurtenbach](https://community.homey.app/u/FredrikFurtenbach)
#### Post date: [December 29, 2025, 7:06pm UTC](https://community.homey.app/t/exposed-capabilities-of-ikea-bilresa-dual-button-matter-remote/148101/3 "2025-12-29T19:06:50Z")

</div>

Oh. That’s bad. Well, that explains it, thanks! Do you know why? Seems like the device must have the capability somehow and they chose not to expose it?

---

<div class="post-metadata">

### Author: ![smarthomesven](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/smarthomesven/32/79712_2.png) [@smarthomesven](https://community.homey.app/u/smarthomesven)
#### Post date: [December 29, 2025, 7:23pm UTC](https://community.homey.app/t/exposed-capabilities-of-ikea-bilresa-dual-button-matter-remote/148101/4 "2025-12-29T19:23:20Z")

</div>

It’s normal to not expose button pressed capabilities, as those are just events, so a boolean capability wouldn’t be appropriate since button presses are stateless.
