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

Configure application-specific constants that match the certification data #36

Open
AlCalzone opened this issue Jun 13, 2024 · 2 comments
Labels
backend This bug or request (primary) involves the Home Assistant backend/integration (and its dependencies) zwave-certification Required for Z-Wave certification

Comments

@AlCalzone
Copy link
Member

This is required to specify which manufacturer ID etc. Z-Wave JS uses in responses. See zwave-js/node-zwave-js#6876 for details. This info needs to be set by the integration:

{
    // Nabu Casa
    manufacturerId: 0x0466,
    // Home Assistant, Z-Wave JS
    productType: 0x0001,
    productId: 0x0001,
    // optional, these are the defaults:
    hardwareVersion: 0,
    userIcon: 0x0500,
    installerIcon: 0x0500,
  }
@AlCalzone AlCalzone converted this from a draft issue Jun 13, 2024
@AlCalzone AlCalzone added the backend This bug or request (primary) involves the Home Assistant backend/integration (and its dependencies) label Jun 13, 2024
@marcelveldt marcelveldt moved this from Triage to Later in Z-Wave JS: Road to Certification Jun 20, 2024
@MartinHjelmare
Copy link
Collaborator

Is this only for users that are running the standard add-on? Previously we haven't set any driver options for other ways of running the server/driver from the integration, as far as I know.

@AlCalzone
Copy link
Member Author

Correct. For certification, we need to be able to identify the combination HA+Core Addon+node-zwave-js to a Z-Wave network. The info above is how.

@AlCalzone AlCalzone added zwave-certification Required for Z-Wave certification and removed needs-tasks labels Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend This bug or request (primary) involves the Home Assistant backend/integration (and its dependencies) zwave-certification Required for Z-Wave certification
Projects
Development

No branches or pull requests

2 participants