Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vinckobb opened this issue Oct 16, 2022 · 1 comment
Open

Comments

@vinckobb
Copy link

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"]]}

Thank you.

@cdjackson
Copy link
Collaborator

cdjackson commented Oct 16, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants