You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to setup Fibaro FGS213 so it will send scene numbers for single and double key presses. OpenHAB only allows me to set one of these values
1 - Key pressed 1 time
2 - Key pressed 2 times
4 - Key pressed 3 times
8 - Key Hold Down and Key Released
but official manual states that for parameters 27-30 you can combine values. So if you want to send scene numbers for single and double key press you have to set value 3. When I tried to set it through code tab I've got error
HANDLER_CONFIGURATION_PENDING
{config_29_1=The value 3 does not match allowed parameter options. Allowed options are: [ParameterOption [value="0", label="no scenes sent"], ParameterOption [value="1", label="Key pressed 1 time"], ParameterOption [value="2", label="Key pressed 2 times"], ParameterOption [value="4", label="Key pressed 3 times"], ParameterOption [value="8", label="Key Hold Down and Key Released"]]}
I've been trying to setup Fibaro FGS213 so it will send scene numbers for single and double key presses. OpenHAB only allows me to set one of these values
1 - Key pressed 1 time
2 - Key pressed 2 times
4 - Key pressed 3 times
8 - Key Hold Down and Key Released
but official manual states that for parameters 27-30 you can combine values. So if you want to send scene numbers for single and double key press you have to set value 3. When I tried to set it through code tab I've got error
Thank you.
The text was updated successfully, but these errors were encountered: