Trying to set things up so that pressing the physical Red Dimmer in my Kitchen tursn the lights on to 10% brightness when I have an input_boolean called “Theater Mode” turned on, and 100% brightness when Theater Mode is off.
I’ve tried setting it up in Node RED (see below), but hitting the physical switch first turns on the lights to full brightness, then dims them to 10%.
Is it possible to send an OpenZwave command to the dimmer when Theater Mode is turned on that changes the “Default Level (Local)” parameter to “10”, then changes it back to “99” when Theater Mode is off? Or is there a better way I’m not thinking of?