Ikea Bilresa Matter 2 button mini remote

Hi Nephilim,

I was having some problems with this too. After testing quite a bit I found a solution for this, which is super simple. Let me outline first the problem:

Card: When Button 1 is pressed –> triggers every time you press the button regardless of how fast.

Card: When Button 1 is clicked –> triggers only once within a brief time regardless of number of presses.

Card: When Button 1 is pressed X times –> it triggers when you press the button either once or twice (X can only be 1 or 2).

The problem is that when you combine Button 1 is pressed or Button 1 is clicked with Button 1 is pressed X times, then both cards trigger. So if you’re toggling, then it will toggle back and gives lots of problems.

The solution, which is not super intuitive, is that if you want to you double press, then you need to use first the card “When Button 1 is used 1 time” for the trigger of the first click and then “When Button 1 is used 2 times” for the trigger of the double click. Then you can’t use the other “press” or “click” triggers, because they are also triggered.

This makes the click and double click behaviors work like a charm.

Hope this helps!