Help setting up IKEA remote buttons with only When/And/Then

Hi, I’m trying to set up my IKEA remote with Homey, to the basic When – And – Then flows

Here’s what I want the buttons to do:

  • Button 1 (press): Toggle the light on/off

  • Button 1 (hold): Increase brightness

  • Button 2 (press): Turn the light off

  • Button 2 (hold): Decrease brightness

In the Flow editor, I see the following available cards for my light: Turn on, Turn off, Toggle on or off, Dim to, Set relative dim-level. I do not have access to the step module.

I’ve managed to set up simple press actions, but I’m not sure how to best handle the hold actions so that they feel like smooth dimming (instead of just small steps).

What’s the best way to achieve this with basic flows? Do I need Advanced Flows or Better Logic, or can it be done with the standard setup?

Thanks in advance!

That’s not exactly Homey’s thing.
There is no continuous trigger possible to continously send signals to the dimmable light.
However, you can do it the “ClickOnClickOff” way: with a transition (available as part of the Chronograph app or as separate app) you can start a sequence of dim steps and stop them any time. You’ll need 2 different button commands for this.
It’s possible with 1 button command when you use a timer:

  1. The 1st button trigger starts transition when timer X isn’t running, ánd starts timer X (duration set to 10s) after that.
  2. When the button is pressed when the timer runs, it stops the transition;
  3. When the button is pressed when the timer doesn’t run, were back to step 1

Principle of a transition: