hyttysmyrkky / node-red-contrib-vestel-tv

Node-RED nodes to control a Vestel TV (possibly sold as ProCaster, Toshiba, Hitachi, Sharp, JVC, Bush, Alba, Panasonic, Medion, Finlux etc.)
Apache License 2.0
8 stars 2 forks source link

Add JVC support #1

Open peternewman opened 6 months ago

peternewman commented 6 months ago

I haven't tested the Node module, but the following curl works with a JVC LT-40C890. I'm also unclear how to get the Vestel model of it...: curl -H 'Host: <TV IP>:56789' --data '<?xml version='1.0' ?><remote><key code=1016/></remote>' 'http://<TV IP>:56789/apps/SmartCenter'

hyttysmyrkky commented 5 months ago

Hi, thanks for the PR! I created a new branch (and edited this PR to target that) to be able to run the tests with Github actions.

hyttysmyrkky commented 5 months ago

I haven't tested the Node module, but the following curl works

Finding the exact Vestel model isn't probably all that critical, but I think the Node-red node should have a quick manual test in Node-red. I'll check if I can find an environment and time. Should be quite easy according to readme, but it has been a long time since I worked on this project, so not sure how rotten this is:

If you have Docker and you would like to test this plugin without installing Node-RED ...