From bcb205db9ea2521848d6385f23906cb7824c4973 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 31 Mar 2025 06:42:12 +0000 Subject: [PATCH] Add information about password hashing for newer jvc projector models --- source/_integrations/jvc_projector.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/jvc_projector.markdown b/source/_integrations/jvc_projector.markdown index 9cd1ee2d931..931eb1dda58 100644 --- a/source/_integrations/jvc_projector.markdown +++ b/source/_integrations/jvc_projector.markdown @@ -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 %}