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 22 forks source link

connection to LG TV not possible #61

Open krauspe opened 7 months ago

krauspe commented 7 months ago

Hi, I'm able to connect with the official LG ThinQ TV app with my LG TV. Therefore an app access seams possible. Unfortunately the config node throughs an error on connection trials.

Is this a known problem, or am I missing something ?

demosspro commented 7 months ago

in the last firmware we have a problem with cert

aleagudom commented 6 months ago

in the last firmware we have a problem with cert

@demosspro Hi! Any updates on that? Thank you

demosspro commented 6 months ago

@aleagudom

in the last firmware we have a problem with cert

@demosspro Hi! Any updates on that? Thank you

Hello, yes, i change control type to LG IP CONTROL it is fast and easy to use

aleagudom commented 6 months ago

@demosspro with node-red-contrib-lgtv 1.1.0 I'm getting the "econnreset" error: image

How should I config? Thanks a lot :)

PS: I've seen a pull request from you changing from ws to wss and from port 3000 to 3001. Is that the fix? My lgtv-config.js has the old code lines (ws & port 3000).

demosspro commented 6 months ago

I do not use this node. I am creat my lgcontrol.mjs script file and use it with exec node ( node /root/.node-red/node_modules/lgcontrol.mjs 1 ) ot is parsing and send key "1" to tv

aminhadomotica commented 2 months ago

@demosspro with node-red-contrib-lgtv 1.1.0 I'm getting the "econnreset" error: image

How should I config? Thanks a lot :)

PS: I've seen a pull request from you changing from ws to wss and from port 3000 to 3001. Is that the fix? My lgtv-config.js has the old code lines (ws & port 3000).

I have same issue. How i can connect to my TV?

demosspro commented 2 months ago

Hello, i stopped used it. Now i ise only lgtv-ip-control plugin. I write some .mjs script to use it

aminhadomotica commented 2 months ago

Hello, i stopped used it. Now i ise only lgtv-ip-control plugin. I write some .mjs script to use it

Hello. do you have any guide with the instructions?