Add information about password hashing for newer jvc projector models (#38282)

This commit is contained in:
c0ffeeca7 2025-03-31 08:49:04 +02:00 committed by GitHub
commit b1761eb3eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,6 +33,14 @@ To set up these models:
1. Set a password on the projector's network setup page. 1. Set a password on the projector's network setup page.
2. Use this password when adding the JVC Projector integration in Home Assistant. 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 %} {% include integrations/config_flow.md %}