vectronic / homebridge-jvc-projector

A Homebridge plugin providing standby control for JVC projectors over IP
MIT License
2 stars 2 forks source link

Possible to add support for the password on the newer NZ series projectors #5

Closed bzieroth closed 2 years ago

bzieroth commented 2 years ago

Hello, I was wondering if you were planning on updating the plug-in to support the required password on the newer NZ models? I believe the underlying python code you're using has been updated to support this. Thanks for writing this plug-in! --Brian

vectronic commented 2 years ago

Yes I can do that. Give me a week or so….

bzieroth commented 2 years ago

Thank you!

vectronic commented 2 years ago

This should be fixed in version 1.3.0 - however my projector doesn't support password so I can't test...

Please note in the README.md that the Python module should be installed (re-installed) with this line (to ensure the latest codebase is installed:

pip install -e git+https://github.com/bezmi/jvc_projector.git#egg=jvc-projector-remote

bzieroth commented 2 years ago

Thanks for your email. Can confirm that the updated “get_power_state.py” and “set_power_state.py” files work from the command line with the IP and password passed as arguments, but have been unable to get the home bridge plug-in to work in hoobs. The logs in hoobs just show the projector as being off all the time, doesn’t provide any more detail if it’s seeing an error. Doesn’t seem like Hoobs (home bridge) is running the files. Anything I should check? Thx, —BDZ

On May 23, 2022, at 5:57 AM, vectronic @.***> wrote:

This should be fixed in version 1.3.0 - however my projector doesn't support password so I can't test...

Please note in the README.md that the Python module should be installed (re-installed) with this line (to ensure the latest codebase is installed:

pip install -e git+https://github.com/bezmi/jvc_projector.git#egg=jvc-projector-remote

— Reply to this email directly, view it on GitHub https://github.com/vectronic/homebridge-jvc-projector/issues/5#issuecomment-1134458635, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUFCB2ZS6HTQV3VCWCEJ5TTVLNJCNANCNFSM5V4WNPWA. You are receiving this because you authored the thread.

vectronic commented 2 years ago

Hmm. You should see something in the Homebridge logs when you toggle the power state due to this line in the plugin:

log.info('Setting projector power: ' + (newPower ? 'ON': 'OFF'));