NZ30 Lan control

Follow

Comments

3 comments

  • Avatar
    Sean Hill

    This is very helpful! I couldn't find docs on this anywhere.

    I'm in Canada so not sure why the EU regs are affecting what gets sold here.

    I can now control the projector from Hercules while it's turned off, but I'm trying to connect to the projector from Home Assistant and having trouble.

    Does this actually set a password and what is it? I can't tell from the hex codes. Home Assistant offers a password field when connecting so I'm wondering if that's what I'm missing.

    0
    Comment actions Permalink
  • Avatar
    Joe McCrumb

    Hey Sean, 

    I set a different password than the default one mentioned in the article, but it doesn't seem to matter, since I haven't needed to enter the password anywhere after it was set.

    To integrate with Home Assistant, the JVC add-on didn't work, but simple shell commands worked very well.  I added the following to configuration.yaml:

    shell_command:
      jvc_on: echo -e "\x06\x14\x00\x04\x00\x34\x11\x00\x00\x5D" | nc 192.168.1.100 4661
      jvc_off: echo -e "\x06\x14\x00\x04\x00\x34\x11\x01\x00\x5E" | nc 192.168.1.100 4661
     
    Hex codes for all other commands are in the documentation. 
    More details on the shell command here:
     
    0
    Comment actions Permalink
  • Avatar
    Sean Hill

    Awesome, thanks! I haven't been able to get back to this project for a bit but I'll give this a shot when I do.

    0
    Comment actions Permalink

Please sign in to leave a comment.