Add information about password hashing for newer jvc projector models

This commit is contained in:
Franck Nijhof 2025-03-31 06:42:12 +00:00
parent d3426d031f
commit bcb205db9e
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -33,6 +33,14 @@ To set up these models:
1. Set a password on the projector's network setup page.
2. Use this password when adding the JVC Projector integration in Home Assistant.
### Password hashing for newer models (NZ800 and NZ900)
For newer projector models (NZ800 and NZ900), the password needs to be hashed before being used in Home Assistant. Here's how to generate the correct hash:
1. Set a password in the projector (for example, "1234567890").
2. Append the string "JVCKWPJ" to your password (for example, "1234567890JVCKWPJ").
3. Generate a SHA256 hash of the resulting string using an online tool like [SHA256 Hash Generator](https://emn178.github.io/online-tools/sha256.html).
4. Use the generated hash as the password when adding the JVC Projector integration in Home Assistant.
{% include integrations/config_flow.md %}