hobbyquaker / node-red-contrib-lgtv

Node-RED Nodes to control LG webOS Smart TVs :tv:
http://flows.nodered.org/node/node-red-contrib-lgtv
MIT License
59 stars 21 forks source link

Unable to connect to LG TV G3 #58

Open VMmatty opened 1 year ago

VMmatty commented 1 year ago

I doubt anyone is even looking at this anymore but just wanted to point out I'm unable to connect to the TV using this palette. I have a 2023 LG G3 and while the native Home Assistant integration works and can do things like send text notifications, adjust volume, etc., the Node-Red palette can't seem to do it. The configuration node is never able to connect to the LG TV whether I use a DNS name or an IP address.

It's strange that the Home Assistant integration is working without issue but this one doesn't. Is anyone still maintaining this? Hope so!

vaibhav2912 commented 10 months ago

I have the same problem. Although I can see in history that mine was working until Oct 7th.

VMmatty commented 10 months ago

Sadly it's pretty clear this isn't being maintained anymore.

Jibun-no-Kage commented 10 months ago

Yeah, same issue for me as well, new 2023 50URA9000 series. I did find a JS project that does work... but it is raw JS. Here is the link to the working project for LG IP Control in JS. https://github.com/WesSouza/lgtv-ip-control. You could establish a require statement in the settings,js for nodered, would not be as easy to use a a canned palette, but doable.