Parameters for the FGS-213 I am using are:
- option 20: 0 (switch type = momentary)
- option 28: 14 (send scenes for double click, triple click and hold/release)
The following now happens:
- Upon clicking the switch in various ways (single, double, triple and hold) I can add 4 switch devices, one associated with each action.
- Single click works just fine, I see in the logs it gets turned on and off.
- Whenever I do a double, triple or hold click, the associated switch turns on. But it never turns off again.
- When doing a double, triple or hold click, the switch associated with the single click is also toggled.
- There is no switch nor do I see something in the logs for the release event after holding the switch.
- When I set option 28 to 15 (this includes single click as well for sending scenes), the switch associated with the single click does not work properly anymore. It is activated twice (when it is on, it turns off and immediately on again... when it is already off, I think I observe two consecutive on events).
- Is there a way to prevent the switch associated with the single click to be toggled whenever I do a double/triple/hold click?
- Is it possible to get an event for the release after the hold action?
- Why do the switches associated with double, triple and hold clicks never turn off? Is this because they are intended as 'scene activation' in the Z-Wave protocol and there is no such thing as deactivating a scene?
- Suppose I would create a script to be activated by the double/triple/hold clicks, can I simply turn of the associated switch at the end of the script?