mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add information about password hashing for newer jvc projector models
This commit is contained in:
parent
d3426d031f
commit
bcb205db9e
@ -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 %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user