I know that technically only NX and NZ models are supported, but I was wondering if there had been any luck running this on an RS model (RS440)? It does accept the commands over IP, as I tested out opening and closing the JVC's menu using the command "2E" from another device using a windows exe called JVC Control.
I added the integration into HA through HACS and added this to my YAML:
YAML:
remote:
- platform: jvc_projectors
name: jvc.remote
host: 192.168.1.91
timeout: 3
scan_interval: 15 # recommend 15-30. Attributes will poll in this interval
Is the name "jvc.remote" supposed to show up as an entity in HA? I do not see it in my entities list so I'm not sure if there's something else I need to add somewhere else or what I'm missing. If there's no way that this will work with a non NX or NZ model then no worries, just figured I'd see if I could get it to work as that would be really cool.