Idk if this is even possible, but here is what I would like to try…
I have many Hue lamps connected to a Hue bridge.
I have Legrand wireless dimmers (battery operated) that I am using to control them via automations (I also have Hue switch modules in the wall behind mechanical switches).
I added converters to support the Legrand WNAL63 wireless dimmer in Zigbee2MQTT. My automations are; 1) Toggle hue lights on, 2) Raise dimming level, 3) lower dimming level.
My issue is that you must repeatedly press the dimmer paddles to raise/lower the dimming level as it steps a pre-determined level on each press.
The commands to Z2M from the dimmer are “toggle”, “brightness_move_up”, “brightness_move_down”, “brightness_stop”.
Is it possible to have a script that when “brightness_move_up” command is received, the Hue lamp will continuously raise the level until it sees “brightness_stop” which is when I let go of the dimmer paddle? And vice-versa for lowering the level.