I have a bunch of Red 2-1 switches and I’m using Home Assistant with ZWave JS UI. I also use Node Red, but the nodes I use haven’t been updated for the new Red 2-1.
While it is great that you can configure the parameters from the Device page in HA now (so much better than the clunky ZWave UI), I’m wondering if there is a blueprint or method to set a bunch of parameter values and then push them out to multiple switches all at once?
For example, I have two switches on either side of the bed that control separate lights, but I want all their dimming speeds and ramp rates and minimum levels ect to be the same so when I operate them from a third “master” switch via ZWave association they are in sync.
Another use case is for changing parameters as a function of time of day and being able to efficiently push out the changes to a bunch of switches.
@rohan you have any ideas, your blueprint for button presses is phenomenal!
Since HA exposes all settings as entities for the device, you could just use the dev tools to call the correct service and set all the entities to the same.