Thanks everyone for the feedback on this. We’ve been following the discussion closely and wanted to provide a little more context around how the current behavior works and why this isn’t quite as simple as it may seem on the surface.
Right now, scene events on the ZEN32 and ZEN35 are triggered on button release rather than immediately on button press. That’s because the firmware is still determining what kind of action the user is performing:
• single tap
• double/triple tap
• hold
• release
In order to support all of those functions reliably, the device has to wait briefly for the gesture to complete before sending the final Central Scene notification.
This is also the reason we added the option to disable multi tap scene control on the secondary buttons. When multi tap is disabled, the device no longer has to wait and see whether additional taps are coming, which helps reduce the perceived delay.
That said, we completely understand the request for “instant” scene activation where the action would fire immediately on physical button press instead of release. From a technical standpoint, this is possible, but there are some important tradeoffs involved.
The biggest challenge is that once the device fires the scene immediately on the initial button press, it can no longer reliably determine whether the user intended:
• a single tap
• a double tap
• a hold action
For example, if the scene already triggered on the first press, there’s no clean way for the firmware to later reinterpret that same interaction as a double tap without potentially creating duplicate or conflicting actions.
Because of that, a true “instant press” mode would likely need to function as its own dedicated operating mode with some limitations, disabling things like multi tap actions and possibly certain hold/release behaviors as well.
We definitely understand why this feature is being requested though. Even very small delays can feel noticeable with lighting controls and scene activation, especially on a fast Z Wave network.
We’ve passed all of the feedback and discussion along to the development team for review to see what might be possible
We appreciate everyone sharing detailed use cases and constructive feedback here since those conversations genuinely help shape future firmware considerations.