org.openhab.binding.zwave icon indicating copy to clipboard operation
org.openhab.binding.zwave copied to clipboard

FIBARO SINGLE/DOUBLE SWITCH 2 (FGS213) does not support valid value

Open vinckobb opened this issue 3 years ago • 1 comments
trafficstars

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"]]}
  • OH Version: 3.3.0
  • Binding Version: 3.3.0
  • Device name: FIBARO SINGLE/DOUBLE SWITCH 2
  • Manual: https://manuals.fibaro.com/content/manuals/en/FGS-2x3/FGS-2x3-EN-T-v1.2.pdf

Thank you.

vinckobb avatar Oct 16 '22 08:10 vinckobb

I’ve updated the database to remove this limitation. It should be in the binding in a few days.

cdjackson avatar Oct 16 '22 09:10 cdjackson