Loop to predefined hue scenes

I have the Ikea remote button who works fine , i can toggle etc . . .

But now i m searching how to loop to some predefined Hue scenes ?
Can someone throw me in the good direction ?

You’ll want to use the hue.hue_activate_scene service from an automation.

I’ll use , but how to loop/scroll into scenes with forward back button

Hmmmm, you could create an input_select with the scene names in it. Then, in your automation, figure out which scene is selected and move forward or back that way.

AFAIK, there is no easy programmatic way to get the scenes out of the Hue bridge short of using something like the Hue API and a REST sensor.