I have been trying to get Lutron Aurora dimmer switches integrated via Zigbee2MQTT for several months now, nobody in the Facebook group has been able to help.
I’m really struggling to understand how blueprints work. Tried creating an automation from 2 different Lutron Aurora dimmer blueprints but they do not work and when you view them in yaml they do not appear to contain nearly enough info to link an event to a device action.
Experimental events and legacy actions are enabled in Z2M. If I go into the Z2M-UI I do see the info needed in the state tab, just not sure how to write an automation from this…if I could just get a 0 & 255 - Off & On I would be happy without using the dimmer function:
This finally got me up and running!! Thank you so much!!
Only thing I would like to figure out now is how to set a condition value “range” such as {{ action_level == 3-254 }} or similar without having an entry for every single value between 2 numbers.
Right now I just use 255 for on, 0 for off and 2 for lowest brightness (rotate left until it bottoms out at 2).