@erktrek did something that sounds similar to your request. Unfortunately, he (& I) use Node Red for automations but it might be able to be translated to RM.
Because I can't seem to let the whole multi-tap thing go... here is a simple subflow that encapsulates the timed-counter & switch so you can separate single/double/triple/quadruple+ taps after a button press .. Also you set the timing in the properties of the subflow instance node.. default is 450 ms. Note: On my system (C-4) Lutron 5 button picos the 2 & 4 buttons seem to need a bit longer time for multi tap at 700 ms..
[nr369]
Not shown on this partial sequence is "Increase" and "Decrease…
Here is an example where he helped me with similar:
I know that I may be the only one reading this but in case someone in the future buys this device without reading or completely understanding the FAQs on their website like I did, I was able to create a workaround using a Node Red flow. The part circled in red is the important part:
[image]
And this is the simple Function Node:
[image]
It basically does a running sum for 250 milliseconds after receiving any button push then sends that value as the equivalent of msg.payload.value coming fro…
1 Like