grzegorz914 / homebridge-lgwebos-tv

Homebridge plugin for LG WebOS TV, publish as independent external platform accessory.
MIT License
133 stars 15 forks source link

Plugin is not working for me... #183

Closed weissshay closed 10 months ago

weissshay commented 10 months ago

Hi,

I'm on the latest version of the plugin. image

It used to work OK up until recently where it stopped...it's not turning the TV On or Off, and it doesn't show the status of the TV (i.e. even if the TV is on by its remote-control, the plugin and Homekit shows it's Off. It's always Off...) I've enabled the debug, and this is what I see:

[24/11/2023, 09:53:14] [LgWebOsTv] Device: A.B.C.D LG OLED TV, debug: Plugin send heartbeat to TV. [24/11/2023, 09:53:14] [LgWebOsTv] Device: A.B.C.D LG OLED TV, debug: Plugin received heartbeat from TV. [24/11/2023, 09:53:14] [LgWebOsTv] Device: A.B.C.D LG OLED TV, debug: Connecting to socket. [24/11/2023, 09:53:14] [LgWebOsTv] Device: A.B.C.D LG OLED TV, debug: Socket connect error: Error: read ECONNRESET. [24/11/2023, 09:53:20] [LgWebOsTv] Device: A.B.C.D LG OLED TV, debug: Plugin send heartbeat to TV. [24/11/2023, 09:53:20] [LgWebOsTv] Device: A.B.C.D LG OLED TV, debug: Plugin received heartbeat from TV. [24/11/2023, 09:53:20] [LgWebOsTv] Device: A.B.C.D LG OLED TV, debug: Connecting to socket. [24/11/2023, 09:53:20] [LgWebOsTv] Device: A.B.C.D LG OLED TV, debug: Socket connect error: Error: read ECONNRESET.

(I've replaced the IP address with A.B.C.D :)). I've doubled-checked that the IP and MAC addresses are configured correctly (I'm using static IP address configured in my router for the TV since always...). Any assistance would be greatly appreciated!

grzegorz914 commented 10 months ago

Enable ssl support in config

shayweiss commented 10 months ago

Thanks, it resolved the issue 😀