Using Hue Dimmer to brighten and dim light with Node-Red (via Zigbee2mqtt)

If you just have 1 dimmer that you want to integrate you don’t have to use regex. Just choose the entity from the dropdown and see what is coming out in the debug node. My solution with regular expressions aims to be able to control multiple dimmers with only 1 flow.

Sorry about not providing the code:

Since this post, I also added support for an Aquara cube.

1 Like

image

This also relies on standard naming for scenes…

thank you!