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

Add compat flag forcing number of scene groups to query #2403

Closed
blhoward2 opened this issue Apr 20, 2021 · 1 comment
Closed

Add compat flag forcing number of scene groups to query #2403

blhoward2 opened this issue Apr 20, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@blhoward2
Copy link
Collaborator

blhoward2 commented Apr 20, 2021

Add a compat flag forcing the number of scene groups should be queried. Add to Leviton scene controllers. #2397

I'm unclear why we only query four scene IDs when there are eight.

Straight from the Z-Wave specs:
The Scene Controller Configuration Command Class is used to configure nodes launching scenes using
their association groups. [...]
The grouping identifier values MUST be a sequence starting from 1. The Association Supported Groupings
Get Command
may be used to request the number of groupings that a node supports.

So, yeah... The device supports 4 association groups, so zwave-js queries 4 scene groups. There's currently no way to detect that there are in fact 8 groups. We'd need a compat flag for this.

@blhoward2 blhoward2 changed the title feat: add compat flag forcing number of scene groups to query [bug] add compat flag forcing number of scene groups to query Apr 20, 2021
@blhoward2 blhoward2 added the bug Something isn't working label Apr 20, 2021
@blhoward2 blhoward2 changed the title [bug] add compat flag forcing number of scene groups to query Add compat flag forcing number of scene groups to query Apr 20, 2021
@AlCalzone
Copy link
Member

fixed by #3354

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants