I connected an LED strip via a Fibaro RGBW2 controller.
I would like to dim this via a Hue Dimmer that I have left.
For example, with each ‘dim-up’ click the dim level increases by 0.10 and with ‘dim-down’ click it decreases by -0.10. Now I’m a bit stuck on how to do this using variable in an advanced flow.
On and off works, thats not the problem.
No need for variables, create an flow:
[WHEN] button increase pressed [THEN] set relative dim level +10
[WHEN] button decrease pressed [THEN] set relative dim level -10