I have Lutron 2 button Picos controlling some Lutron dimmers, trying to get a multiple-push automation going where pushing it twice dims the light to 5%.
Right now I have it set so the Lutron hub is controlling the dimmers (i.e. pushing the button turns the dimmer on to level 100 with every push) with these Picos, I'd like to maintain that for reliability reasons but have the Hubitat listening for presses on said Picos, so that if I push the Pico the Hubitat will set the dimmer to 5%, but only when the dimmer is already ON and the level is > 5% so as to basically make a double tap dim the lights.
Now since the button is always hitting the Lutron bridge separate from Hubitat I'm having difficulty in figuring this logic out, since I'm guessing that the Hubitat is catching that and thinking it's already on. Basically I guess I need to figure out how to make the rule ignore the first press here and let the Lutron bridge command the dimmer to go to 100, but then if I push it again set that 5% level. Would some sort of variable work here?