Youâre so lucky, development is going well ![]()
It will even be available in the Virtual Device MQTT integration:
Itâs not a matter of luck but of talent xD
Itâs cool, thanks ![]()
just a quick reminder about the SDK, you also had this:
A quick update on the LG webOS integration progress ![]()
automatic discovery: the TV must be on to be detected via SSDP and, during the first connection, the user must accept the authorization request directly on the TV.A first version will be released very soon on the store.
Iâm open to your feedback.
I just connected my TV without any issues!
The feature Iâm most interested in would be displaying messages on the TV⊠how should I go about testing that?
To turn on the TV, you need to use a wake-on-LAN, so for now, you need to specify the MAC address for the desired TV in the configuration.
Here, in your log, we see that you havenât entered any MAC addresses ![]()
Unable to set LG webOS Power ON Error: Wake-on-LAN requires the TV MAC address. Add it in the integration configuration.
Iâm checking for the notification; I hope I didnât miss the functionality when switching to multi-TV ^^
@guim31
I think I found the issue:
In your logs, at the moment you send the message, the connection to the TV is cut:
feature=...:toast
clientConnected=false
Just before, you turned off the TV and then tried to turn it back on, but Wake-on-LAN failed because no MAC address is specified. The TV was therefore not reconnected when the message was sent.
The message content and emojis donât seem to be the problem: I tested them at home with emojis, and the notification displays correctly.
Try with the TV turned on and connected to the integration. (If youâre not connected in the integration, click Test TV connections). Once marked as connected in supervision, you can test sending the notification.
Donât forget to specify the MAC address, so you can turn it on from Gladys before sending the notification.
You should know that if I turn off or on my TV with the remote, Gladys reconnects properly (I tested it at home).
Alors je viens de tester, jâai allumĂ© la TV avec la tĂ©lĂ©commande, jâai enregistrĂ© lâadresse MAC. Jâai bien tout connectĂ©.
Jâai dans la foulĂ©e pu envoyer mon message et le voir (qui a bien fait rire mon fils !).
Par contre jâai Ă©teint avec mon dashboard⊠mais pas rĂ©ussi Ă la rallumer ![]()
[2026-08-16T10:43:43.740Z] [INFO] LG webOS automatic reconnect attempt 10/10 for [LG] webOS TV OLED55CX3LA
[2026-08-16T10:43:43.740Z] [INFO] LG webOS power debug: disconnectTv called, hasClient=false, wakingUp=false
[2026-08-16T10:43:46.862Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T10:43:46.862Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T10:43:49.934Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T10:43:49.934Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T10:43:49.937Z] [WARN] LG webOS automatic reconnect failed for [LG] webOS TV OLED55CX3LA after 10 attempts
[2026-08-16T10:57:59.699Z] [INFO] LG webOS onSetValue: feature=ext:ext-vincentbesseau-gladys-lg-webos:lg-webos:1128439e-affa-ceed-99c3-e323fdf8ceb7:binary, value=1, clientConnected=false
[2026-08-16T10:57:59.699Z] [INFO] LG webOS power debug: featureKey=binary, rawValue=1, numericValue=1, hasClient=false, wakingUp=false
[2026-08-16T10:57:59.700Z] [INFO] LG webOS power debug: entering OFF -> ON Wake-on-LAN branch
[2026-08-16T10:57:59.700Z] [INFO] LG webOS Power command interpreted as ON -> Wake-on-LAN
[2026-08-16T10:57:59.700Z] [INFO] LG webOS Power received value=1
[2026-08-16T10:57:59.700Z] [INFO] LG webOS Power => ON via Wake-on-LAN
[2026-08-16T10:57:59.701Z] [WARN] Unable to set LG webOS Power ON Error: Wake-on-LAN requires the TV MAC address. Add it in the integration configuration.
at setTelevisionValue (file:///app/src/devices/television.js:217:17)
at file:///app/index.js:458:13
at GladysIntegration._runCommand (/app/node_modules/@gladysassistant/integration-sdk/lib/gladys-integration.js:1293:28)
at GladysIntegration._handleMessage (/app/node_modules/@gladysassistant/integration-sdk/lib/gladys-integration.js:1159:20)
at WebSocket.<anonymous> (/app/node_modules/@gladysassistant/integration-sdk/lib/gladys-integration.js:1079:12)
at WebSocket.emit (node:events:509:28)
at Receiver.receiverOnMessage (/app/node_modules/ws/lib/websocket.js:1239:20)
at Receiver.emit (node:events:509:28)
at Receiver.dataMessage (/app/node_modules/ws/lib/receiver.js:633:14)
at Receiver.getData (/app/node_modules/ws/lib/receiver.js:532:10)
[2026-08-16T10:58:07.569Z] [INFO] LG webOS onSetValue: feature=ext:ext-vincentbesseau-gladys-lg-webos:lg-webos:1128439e-affa-ceed-99c3-e323fdf8ceb7:binary, value=0, clientConnected=false
[2026-08-16T10:58:07.569Z] [INFO] LG webOS power debug: featureKey=binary, rawValue=0, numericValue=0, hasClient=false, wakingUp=false
[2026-08-16T10:58:43.163Z] [INFO] LG webOS onSetValue: feature=ext:ext-vincentbesseau-gladys-lg-webos:lg-webos:1128439e-affa-ceed-99c3-e323fdf8ceb7:toast, value="đšâ ArrĂȘtez de crier bande de saucisses !! đšâ", clientConnected=false
[2026-08-16T10:58:43.163Z] [INFO] LG webOS power debug: featureKey=toast, rawValue="đšâ ArrĂȘtez de crier bande de saucisses !! đšâ", numericValue=NaN, hasClient=false, wakingUp=false
[2026-08-16T10:59:19.144Z] [INFO] LG webOS onSetValue: feature=ext:ext-vincentbesseau-gladys-lg-webos:lg-webos:1128439e-affa-ceed-99c3-e323fdf8ceb7:toast, value="ArrĂȘtez de crier bande de saucisses !!", clientConnected=false
[2026-08-16T10:59:19.145Z] [INFO] LG webOS power debug: featureKey=toast, rawValue="ArrĂȘtez de crier bande de saucisses !!", numericValue=NaN, hasClient=false, wakingUp=false
[2026-08-16T11:03:44.528Z] [INFO] LG webOS onSetValue: feature=ext:ext-vincentbesseau-gladys-lg-webos:lg-webos:1128439e-affa-ceed-99c3-e323fdf8ceb7:binary, value=1, clientConnected=false
[2026-08-16T11:03:44.528Z] [INFO] LG webOS power debug: featureKey=binary, rawValue=1, numericValue=1, hasClient=false, wakingUp=false
[2026-08-16T11:03:44.528Z] [INFO] LG webOS power debug: entering OFF -> ON Wake-on-LAN branch
[2026-08-16T11:03:44.529Z] [INFO] LG webOS Power command interpreted as ON -> Wake-on-LAN
[2026-08-16T11:03:44.529Z] [INFO] LG webOS Power received value=1
[2026-08-16T11:03:44.529Z] [INFO] LG webOS Power => ON via Wake-on-LAN
[2026-08-16T11:03:44.530Z] [WARN] Unable to set LG webOS Power ON Error: Wake-on-LAN requires the TV MAC address. Add it in the integration configuration.
at setTelevisionValue (file:///app/src/devices/television.js:217:17)
at file:///app/index.js:458:13
at GladysIntegration._runCommand (/app/node_modules/@gladysassistant/integration-sdk/lib/gladys-integration.js:1293:28)
at GladysIntegration._handleMessage (/app/node_modules/@gladysassistant/integration-sdk/lib/gladys-integration.js:1159:20)
at WebSocket.<anonymous> (/app/node_modules/@gladysassistant/integration-sdk/lib/gladys-integration.js:1079:12)
at WebSocket.emit (node:events:509:28)
at Receiver.receiverOnMessage (/app/node_modules/ws/lib/websocket.js:1239:20)
at Receiver.emit (node:events:509:28)
at Receiver.dataMessage (/app/node_modules/ws/lib/receiver.js:633:14)
at Receiver.getData (/app/node_modules/ws/lib/receiver.js:532:10)
[2026-08-16T11:03:48.010Z] [INFO] LG webOS onSetValue: feature=ext:ext-vincentbesseau-gladys-lg-webos:lg-webos:1128439e-affa-ceed-99c3-e323fdf8ceb7:binary, value=0, clientConnected=false
[2026-08-16T11:03:48.011Z] [INFO] LG webOS power debug: featureKey=binary, rawValue=0, numericValue=0, hasClient=false, wakingUp=false
[2026-08-16T12:07:47.775Z] [INFO] LG webOS power debug: disconnectTv called, hasClient=false, wakingUp=false
[2026-08-16T12:07:49.404Z] [INFO] LG webOS TV configuration updated: [LG] webOS TV OLED55CX3LA
[2026-08-16T12:07:51.590Z] [INFO] LG webOS power debug: disconnectTv called, hasClient=false, wakingUp=false
[2026-08-16T12:07:58.131Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T12:07:58.131Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T12:07:58.133Z] [INFO] LG webOS unexpected disconnect detected for [LG] webOS TV OLED55CX3LA, reconnecting automatically
[2026-08-16T12:07:59.854Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T12:07:59.854Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T12:07:59.862Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T12:07:59.862Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T12:07:59.866Z] [WARN] Unable to reconnect LG webOS TV [LG] webOS TV OLED55CX3LA after configuration update Error: LG webOS WebSocket error: wss://192.168.100.132:3001
at WebSocket.<anonymous> (file:///app/src/webos/client.js:211:18)
at [nodejs.internal.kHybridDispatch] (node:internal/event_target:856:20)
at WebSocket.dispatchEvent (node:internal/event_target:789:26)
at fireEvent (node:internal/deps/undici/undici:14403:14)
at #onSocketClose (node:internal/deps/undici/undici:15750:11)
at Object.onSocketClose (node:internal/deps/undici/undici:15448:72)
at failWebsocketConnection (node:internal/deps/undici/undici:14825:17)
at Object.processResponse (node:internal/deps/undici/undici:14728:15)
at node:internal/deps/undici/undici:13421:23
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
[2026-08-16T12:08:01.134Z] [INFO] LG webOS automatic reconnect attempt 1/10 for [LG] webOS TV OLED55CX3LA
[2026-08-16T12:08:01.134Z] [INFO] LG webOS power debug: disconnectTv called, hasClient=false, wakingUp=false
[2026-08-16T12:08:02.926Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T12:08:02.926Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T12:08:02.929Z] [WARN] Unable to connect to LG webOS TV [LG] webOS TV OLED55CX3LA during connection test Error: LG webOS WebSocket error: wss://192.168.100.132:3001
at WebSocket.<anonymous> (file:///app/src/webos/client.js:211:18)
at [nodejs.internal.kHybridDispatch] (node:internal/event_target:856:20)
at WebSocket.dispatchEvent (node:internal/event_target:789:26)
at fireEvent (node:internal/deps/undici/undici:14403:14)
at #onSocketClose (node:internal/deps/undici/undici:15750:11)
at Object.onSocketClose (node:internal/deps/undici/undici:15448:72)
at failWebsocketConnection (node:internal/deps/undici/undici:14825:17)
at Object.processResponse (node:internal/deps/undici/undici:14728:15)
at node:internal/deps/undici/undici:13421:23
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
[2026-08-16T12:08:02.933Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T12:08:02.933Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T12:08:05.998Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T12:08:05.998Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T12:08:11.003Z] [INFO] LG webOS automatic reconnect attempt 2/10 for [LG] webOS TV OLED55CX3LA
[2026-08-16T12:08:11.004Z] [INFO] LG webOS power debug: disconnectTv called, hasClient=false, wakingUp=false
[2026-08-16T12:08:14.125Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T12:08:14.125Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T12:08:17.197Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T12:08:17.198Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T12:08:22.201Z] [INFO] LG webOS automatic reconnect attempt 3/10 for [LG] webOS TV OLED55CX3LA
[2026-08-16T12:08:22.202Z] [INFO] LG webOS power debug: disconnectTv called, hasClient=false, wakingUp=false
[2026-08-16T12:08:25.326Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T12:08:25.326Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T12:08:28.398Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T12:08:28.398Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T12:08:33.403Z] [INFO] LG webOS automatic reconnect attempt 4/10 for [LG] webOS TV OLED55CX3LA
[2026-08-16T12:08:33.404Z] [INFO] LG webOS power debug: disconnectTv called, hasClient=false, wakingUp=false
[2026-08-16T12:08:36.526Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T12:08:36.526Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T12:08:39.597Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T12:08:39.597Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T12:08:44.602Z] [INFO] LG webOS automatic reconnect attempt 5/10 for [LG] webOS TV OLED55CX3LA
[2026-08-16T12:08:44.603Z] [INFO] LG webOS power debug: disconnectTv called, hasClient=false, wakingUp=false
[2026-08-16T12:08:47.726Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T12:08:47.726Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T12:08:50.798Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T12:08:50.798Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T12:08:55.802Z] [INFO] LG webOS automatic reconnect attempt 6/10 for [LG] webOS TV OLED55CX3LA
[2026-08-16T12:08:55.803Z] [INFO] LG webOS power debug: disconnectTv called, hasClient=false, wakingUp=false
[2026-08-16T12:08:58.926Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T12:08:58.926Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T12:09:01.998Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T12:09:01.998Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T12:09:07.003Z] [INFO] LG webOS automatic reconnect attempt 7/10 for [LG] webOS TV OLED55CX3LA
[2026-08-16T12:09:07.003Z] [INFO] LG webOS power debug: disconnectTv called, hasClient=false, wakingUp=false
[2026-08-16T12:09:10.126Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T12:09:10.126Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T12:09:13.198Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T12:09:13.198Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T12:09:18.202Z] [INFO] LG webOS automatic reconnect attempt 8/10 for [LG] webOS TV OLED55CX3LA
[2026-08-16T12:09:18.202Z] [INFO] LG webOS power debug: disconnectTv called, hasClient=false, wakingUp=false
[2026-08-16T12:09:21.326Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T12:09:21.326Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T12:09:24.398Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T12:09:24.398Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T12:09:29.404Z] [INFO] LG webOS automatic reconnect attempt 9/10 for [LG] webOS TV OLED55CX3LA
[2026-08-16T12:09:29.405Z] [INFO] LG webOS power debug: disconnectTv called, hasClient=false, wakingUp=false
[2026-08-16T12:09:32.526Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T12:09:32.526Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T12:09:35.598Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T12:09:35.598Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T12:09:40.603Z] [INFO] LG webOS automatic reconnect attempt 10/10 for [LG] webOS TV OLED55CX3LA
[2026-08-16T12:09:40.603Z] [INFO] LG webOS power debug: disconnectTv called, hasClient=false, wakingUp=false
[2026-08-16T12:09:43.726Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T12:09:43.726Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T12:09:46.798Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T12:09:46.798Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T12:09:46.801Z] [WARN] LG webOS automatic reconnect failed for [LG] webOS TV OLED55CX3LA after 10 attempts
[2026-08-16T12:26:56.233Z] [INFO] LG webOS TV configuration updated: [LG] webOS TV OLED55CX3LA
[2026-08-16T12:26:57.664Z] [INFO] LG webOS power debug: disconnectTv called, hasClient=false, wakingUp=false
[2026-08-16T12:26:57.695Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T12:26:57.696Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T12:26:57.698Z] [INFO] LG webOS unexpected disconnect detected for [LG] webOS TV OLED55CX3LA, reconnecting automatically
[2026-08-16T12:26:57.969Z] [INFO] LG webOS installed applications: M6+, TV, Replay & Streaming (6play), AirPlay (airplay), Amazon Prime Video (amazon), Amazon Alexa (amazon.alexa.view), Amazon Alexa (amazon.alexapr), PathĂ© Home (app.pathehome), CANAL + (canalplus), Apple TV (com.apple.appletv), Disney+ (com.disney.disneyplus-prod), Molotov (com.molotov.weboslg), Orange TV (com.orange.orangetv), PremiĂšre utilisation (com.palm.app.firstuse), ParamĂštres (com.palm.app.settings), LG Gaming Portal (com.twin.app.gamingportal), LivePlus (com.webos.app.acrcomponent), LivePlus (com.webos.app.acrhdmi1), LivePlus (com.webos.app.acrhdmi2), LivePlus (com.webos.app.acrhdmi3), LivePlus (com.webos.app.acrhdmi4), LivePlus (com.webos.app.acroverlay), PublicitĂ© (com.webos.app.adapp), Ad Overlay App (com.webos.app.adhdmi1), Ad Overlay App (com.webos.app.adhdmi2), Ad Overlay App (com.webos.app.adhdmi3), Ad Overlay App (com.webos.app.adhdmi4), Ad Overlay App (com.webos.app.adoverlay), Ad Overlay App extension (com.webos.app.adoverlayex), BeanBrowser (com.webos.app.beanbrowser), Navigateur Web (com.webos.app.browser), Bluetooth Audio Playback (com.webos.app.btspeakerapp), Bluetooth Surround Auto Tuning (com.webos.app.btsurroundautotuning), Remote Management for OLED TV (com.webos.app.care365), GESTIONNAIRE DES CHAĂNES (com.webos.app.channeledit), RĂ©glage des chaĂźnes (com.webos.app.channelsetting), CMP App (com.webos.app.cmp-client), ParamĂštres de la commande universelle (com.webos.app.connectionwizard), Connected Red Button (com.webos.app.crb), Service clientĂšle (com.webos.app.customersupport), Dangbei Full View (com.webos.app.dangbei-card), Dangbei Assistant (com.webos.app.dangbei-overlay), LG Content Store (com.webos.app.discovery), DvrPopup (com.webos.app.dvrpopup), User Agreement (com.webos.app.eula), AV (com.webos.app.externalinput.av1), AV2 (com.webos.app.externalinput.av2), Composant (com.webos.app.externalinput.component), AV1 (com.webos.app.externalinput.scart), Thirdparty Login (com.webos.app.facebooklogin), QML Factorywin (com.webos.app.factorywin), Container App for Food Delivery Overlay App (com.webos.app.fooddelivery), Container App for Food Delivery Overlay App (com.webos.app.fooddeliveryex), Container App for Food Delivery Overlay App (com.webos.app.fooddeliveryhdmi1), Container App for Food Delivery Overlay App (com.webos.app.fooddeliveryhdmi2), Container App for Food Delivery Overlay App (com.webos.app.fooddeliveryhdmi3), Container App for Food Delivery Overlay App (com.webos.app.fooddeliveryhdmi4), Home (com.webos.app.fullhome), HDMI1 (com.webos.app.hdmi1), HDMI2 (com.webos.app.hdmi2), HDMI3 (com.webos.app.hdmi3), HDMI4 (com.webos.app.hdmi4), Home (com.webos.app.home), Tableau de bord Maison (com.webos.app.homeconnect), Galerie d'art (com.webos.app.igallery), InputCommon (com.webos.app.inputcommon), Installation (com.webos.app.installation), Live Dmost (com.webos.app.livedmost), Live HbbTV (com.webos.app.livehbbtv), Guide TV (com.webos.app.livemenu), Live TV (com.webos.app.livetv), Magic Number (com.webos.app.magicnum), LG Account (com.webos.app.membership), Screen Share (com.webos.app.miracast), Screen Share (com.webos.app.miracast-overlay), Musique (com.webos.app.music), Notifications (com.webos.app.notificationcenter), One Touch Sound Tuning (com.webos.app.onetouchsoundtuning), First Use-OOBE (com.webos.app.oobe), Container App for Commercial Overlay App (com.webos.app.overlaycontainer), Container App for Commercial Overlay App (com.webos.app.overlaycontainerex), Container App for Commercial Overlay App (com.webos.app.overlaycontainerhdmi1), Container App for Commercial Overlay App (com.webos.app.overlaycontainerhdmi2), Container App for Commercial Overlay App (com.webos.app.overlaycontainerhdmi3), Container App for Commercial Overlay App (com.webos.app.overlaycontainerhdmi4), Vue sous forme de bandeau (com.webos.app.partialview), Photo & VidĂ©o (com.webos.app.photovideo), Enregistrements (com.webos.app.recordings), Remote Service (com.webos.app.remoteservice), ParamĂštre de la tĂ©lĂ©commande (com.webos.app.remotesetting), Planning Enregistrement (com.webos.app.scheduler), Screen Saver (com.webos.app.screensaver), Aide rapide (com.webos.app.self-diagnosis), Software Update (com.webos.app.softwareupdate), Alerte Sport (com.webos.app.sportsteamsettings), Mode Expo. (com.webos.app.store-demo), Sync Demo (com.webos.app.sync-demo), Music Overlay (com.webos.app.systemmusic), Local Control Panel (com.webos.app.tvhotkey), Viewer (com.webos.app.tvsimpleviewer), Guide de l'utilisateur (com.webos.app.tvuserguide), Recherche (com.webos.app.voice), voiceweb (com.webos.app.voiceweb), Localisation (com.webos.app.weatherlocation), Web App (com.webos.app.webapphost), com.webos.exampleapp.enyoapp.epg (com.webos.exampleapp.enyoapp.epg), com.webos.exampleapp.groupowner (com.webos.exampleapp.groupowner), com.webos.exampleapp.nav (com.webos.exampleapp.nav), com.webos.exampleapp.qmlapp.client.negative.one (com.webos.exampleapp.qmlapp.client.negative.one), com.webos.exampleapp.qmlapp.client.negative.two (com.webos.exampleapp.qmlapp.client.negative.two), com.webos.exampleapp.qmlapp.client.positive.one (com.webos.exampleapp.qmlapp.client.positive.one), com.webos.exampleapp.qmlapp.client.positive.two (com.webos.exampleapp.qmlapp.client.positive.two), com.webos.exampleapp.qmlapp.discover (com.webos.exampleapp.qmlapp.discover), com.webos.exampleapp.qmlapp.epg (com.webos.exampleapp.qmlapp.epg), com.webos.exampleapp.qmlapp.hbbtv (com.webos.exampleapp.qmlapp.hbbtv), com.webos.exampleapp.qmlapp.livetv (com.webos.exampleapp.qmlapp.livetv), com.webos.exampleapp.qmlapp.search (com.webos.exampleapp.qmlapp.search), System UI Example (com.webos.exampleapp.systemui), LG Sports Playbook (epoxyaisports), TF1+ (fr.tf1.mytf1), Google Assistant (google.assistant), LG Channels (lgchannels.eu), Netflix (netflix), Rakuten TV (ui30), YouTube (youtube.leanback.v4)
[2026-08-16T12:26:57.969Z] [INFO] LG webOS launch-app supported_options: [{"value":"6play","label":"M6+, TV, Replay & Streaming"},{"value":"amazon","label":"Amazon Prime Video"},{"value":"amazon.alexa.view","label":"Amazon Alexa"},{"value":"app.pathehome","label":"Pathé Home"},{"value":"canalplus","label":"CANAL +"},{"value":"com.apple.appletv","label":"Apple TV"},{"value":"com.disney.disneyplus-prod","label":"Disney+"},{"value":"com.molotov.weboslg","label":"Molotov"},{"value":"com.orange.orangetv","label":"Orange TV"},{"value":"com.twin.app.gamingportal","label":"LG Gaming Portal"},{"value":"com.webos.app.browser","label":"Navigateur Web"},{"value":"com.webos.app.discovery","label":"LG Content Store"},{"value":"com.webos.app.homeconnect","label":"Tableau de bord Maison"},{"value":"com.webos.app.igallery","label":"Galerie d'art"},{"value":"com.webos.app.music","label":"Musique"},{"value":"com.webos.app.photovideo","label":"Photo & Vidéo"},{"value":"com.webos.app.sportsteamsettings","label":"Alerte Sport"},{"value":"epoxyaisports","label":"LG Sports Playbook"},{"value":"fr.tf1.mytf1","label":"TF1+"},{"value":"lgchannels.eu","label":"LG Channels"},{"value":"netflix","label":"Netflix"},{"value":"ui30","label":"Rakuten TV"},{"value":"youtube.leanback.v4","label":"YouTube"}]
[2026-08-16T12:26:57.986Z] [INFO] LG webOS external inputs: HDMI 1 (HDMI_1 / com.webos.app.hdmi1) connected=false, HDMI 2 (HDMI_2 / com.webos.app.hdmi2) connected=false, HDMI 3 (HDMI_3 / com.webos.app.hdmi3) connected=false, HDMI 4 (HDMI_4 / com.webos.app.hdmi4) connected=true
[2026-08-16T12:26:57.986Z] [INFO] LG webOS source supported_options: [{"value":"HDMI_1","label":"HDMI 1"},{"value":"HDMI_2","label":"HDMI 2"},{"value":"HDMI_3","label":"HDMI 3"},{"value":"HDMI_4","label":"HDMI 4"}]
[2026-08-16T12:26:58.134Z] [INFO] LG webOS connected to 1/1 TV(s).
[2026-08-16T12:26:58.134Z] [INFO] LG webOS connected through wss://192.168.100.132:3001
[2026-08-16T12:26:58.136Z] [INFO] LG webOS real power state: {"subscribed":true,"returnValue":true,"state":"Active"}
[2026-08-16T12:26:58.147Z] [INFO] LG webOS connected to 1/1 TV(s).
[2026-08-16T12:26:58.168Z] [INFO] LG webOS foreground application: appId=com.webos.app.hdmi4, title=HDMI4, input=HDMI_4, payload={"appId":"com.webos.app.hdmi4","subscribed":true,"returnValue":true,"windowId":"","processId":""}
[2026-08-16T12:27:00.920Z] [INFO] LG webOS power debug: disconnectTv called, hasClient=true, wakingUp=false
[2026-08-16T12:27:00.945Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T12:27:00.946Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T12:27:00.959Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-16T12:27:00.959Z] [INFO] LG webOS power debug: socket close, clientIsNext=false, wakingUp=false
[2026-08-16T12:27:00.961Z] [INFO] LG webOS unexpected disconnect detected for [LG] webOS TV OLED55CX3LA, reconnecting automatically
[2026-08-16T12:27:01.229Z] [INFO] LG webOS installed applications: M6+, TV, Replay & Streaming (6play), AirPlay (airplay), Amazon Prime Video (amazon), Amazon Alexa (amazon.alexa.view), Amazon Alexa (amazon.alexapr), PathĂ© Home (app.pathehome), CANAL + (canalplus), Apple TV (com.apple.appletv), Disney+ (com.disney.disneyplus-prod), Molotov (com.molotov.weboslg), Orange TV (com.orange.orangetv), PremiĂšre utilisation (com.palm.app.firstuse), ParamĂštres (com.palm.app.settings), LG Gaming Portal (com.twin.app.gamingportal), LivePlus (com.webos.app.acrcomponent), LivePlus (com.webos.app.acrhdmi1), LivePlus (com.webos.app.acrhdmi2), LivePlus (com.webos.app.acrhdmi3), LivePlus (com.webos.app.acrhdmi4), LivePlus (com.webos.app.acroverlay), PublicitĂ© (com.webos.app.adapp), Ad Overlay App (com.webos.app.adhdmi1), Ad Overlay App (com.webos.app.adhdmi2), Ad Overlay App (com.webos.app.adhdmi3), Ad Overlay App (com.webos.app.adhdmi4), Ad Overlay App (com.webos.app.adoverlay), Ad Overlay App extension (com.webos.app.adoverlayex), BeanBrowser (com.webos.app.beanbrowser), Navigateur Web (com.webos.app.browser), Bluetooth Audio Playback (com.webos.app.btspeakerapp), Bluetooth Surround Auto Tuning (com.webos.app.btsurroundautotuning), Remote Management for OLED TV (com.webos.app.care365), GESTIONNAIRE DES CHAĂNES (com.webos.app.channeledit), RĂ©glage des chaĂźnes (com.webos.app.channelsetting), CMP App (com.webos.app.cmp-client), ParamĂštres de la commande universelle (com.webos.app.connectionwizard), Connected Red Button (com.webos.app.crb), Service clientĂšle (com.webos.app.customersupport), Dangbei Full View (com.webos.app.dangbei-card), Dangbei Assistant (com.webos.app.dangbei-overlay), LG Content Store (com.webos.app.discovery), DvrPopup (com.webos.app.dvrpopup), User Agreement (com.webos.app.eula), AV (com.webos.app.externalinput.av1), AV2 (com.webos.app.externalinput.av2), Composant (com.webos.app.externalinput.component), AV1 (com.webos.app.externalinput.scart), Thirdparty Login (com.webos.app.facebooklogin), QML Factorywin (com.webos.app.factorywin), Container App for Food Delivery Overlay App (com.webos.app.fooddelivery), Container App for Food Delivery Overlay App (com.webos.app.fooddeliveryex), Container App for Food Delivery Overlay App (com.webos.app.fooddeliveryhdmi1), Container App for Food Delivery Overlay App (com.webos.app.fooddeliveryhdmi2), Container App for Food Delivery Overlay App (com.webos.app.fooddeliveryhdmi3), Container App for Food Delivery Overlay App (com.webos.app.fooddeliveryhdmi4), Home (com.webos.app.fullhome), HDMI1 (com.webos.app.hdmi1), HDMI2 (com.webos.app.hdmi2), HDMI3 (com.webos.app.hdmi3), HDMI4 (com.webos.app.hdmi4), Home (com.webos.app.home), Tableau de bord Maison (com.webos.app.homeconnect), Galerie d'art (com.webos.app.igallery), InputCommon (com.webos.app.inputcommon), Installation (com.webos.app.installation), Live Dmost (com.webos.app.livedmost), Live HbbTV (com.webos.app.livehbbtv), Guide TV (com.webos.app.livemenu), Live TV (com.webos.app.livetv), Magic Number (com.webos.app.magicnum), LG Account (com.webos.app.membership), Screen Share (com.webos.app.miracast), Screen Share (com.webos.app.miracast-overlay), Musique (com.webos.app.music), Notifications (com.webos.app.notificationcenter), One Touch Sound Tuning (com.webos.app.onetouchsoundtuning), First Use-OOBE (com.webos.app.oobe), Container App for Commercial Overlay App (com.webos.app.overlaycontainer), Container App for Commercial Overlay App (com.webos.app.overlaycontainerex), Container App for Commercial Overlay App (com.webos.app.overlaycontainerhdmi1), Container App for Commercial Overlay App (com.webos.app.overlaycontainerhdmi2), Container App for Commercial Overlay App (com.webos.app.overlaycontainerhdmi3), Container App for Commercial Overlay App (com.webos.app.overlaycontainerhdmi4), Vue sous forme de bandeau (com.webos.app.partialview), Photo & VidĂ©o (com.webos.app.photovideo), Enregistrements (com.webos.app.recordings), Remote Service (com.webos.app.remoteservice), ParamĂštre de la tĂ©lĂ©commande (com.webos.app.remotesetting), Planning Enregistrement (com.webos.app.scheduler), Screen Saver (com.webos.app.screensaver), Aide rapide (com.webos.app.self-diagnosis), Software Update (com.webos.app.softwareupdate), Alerte Sport (com.webos.app.sportsteamsettings), Mode Expo. (com.webos.app.store-demo), Sync Demo (com.webos.app.sync-demo), Music Overlay (com.webos.app.systemmusic), Local Control Panel (com.webos.app.tvhotkey), Viewer (com.webos.app.tvsimpleviewer), Guide de l'utilisateur (com.webos.app.tvuserguide), Recherche (com.webos.app.voice), voiceweb (com.webos.app.voiceweb), Localisation (com.webos.app.weatherlocation), Web App (com.webos.app.webapphost), com.webos.exampleapp.enyoapp.epg (com.webos.exampleapp.enyoapp.epg), com.webos.exampleapp.groupowner (com.webos.exampleapp.groupowner), com.webos.exampleapp.nav (com.webos.exampleapp.nav), com.webos.exampleapp.qmlapp.client.negative.one (com.webos.exampleapp.qmlapp.client.negative.one), com.webos.exampleapp.qmlapp.client.negative.two (com.webos.exampleapp.qmlapp.client.negative.two), com.webos.exampleapp.qmlapp.client.positive.one (com.webos.exampleapp.qmlapp.client.positive.one), com.webos.exampleapp.qmlapp.client.positive.two (com.webos.exampleapp.qmlapp.client.positive.two), com.webos.exampleapp.qmlapp.discover (com.webos.exampleapp.qmlapp.discover), com.webos.exampleapp.qmlapp.epg (com.webos.exampleapp.qmlapp.epg), com.webos.exampleapp.qmlapp.hbbtv (com.webos.exampleapp.qmlapp.hbbtv), com.webos.exampleapp.qmlapp.livetv (com.webos.exampleapp.qmlapp.livetv), com.webos.exampleapp.qmlapp.search (com.webos.exampleapp.qmlapp.search), System UI Example (com.webos.exampleapp.systemui), LG Sports Playbook (epoxyaisports), TF1+ (fr.tf1.mytf1), Google Assistant (google.assistant), LG Channels (lgchannels.eu), Netflix (netflix), Rakuten TV (ui30), YouTube (youtube.leanback.v4)
[2026-08-16T12:27:01.230Z] [INFO] LG webOS launch-app supported_options: [{"value":"6play","label":"M6+, TV, Replay & Streaming"},{"value":"amazon","label":"Amazon Prime Video"},{"value":"amazon.alexa.view","label":"Amazon Alexa"},{"value":"app.pathehome","label":"Pathé Home"},{"value":"canalplus","label":"CANAL +"},{"value":"com.apple.appletv","label":"Apple TV"},{"value":"com.disney.disneyplus-prod","label":"Disney+"},{"value":"com.molotov.weboslg","label":"Molotov"},{"value":"com.orange.orangetv","label":"Orange TV"},{"value":"com.twin.app.gamingportal","label":"LG Gaming Portal"},{"value":"com.webos.app.browser","label":"Navigateur Web"},{"value":"com.webos.app.discovery","label":"LG Content Store"},{"value":"com.webos.app.homeconnect","label":"Tableau de bord Maison"},{"value":"com.webos.app.igallery","label":"Galerie d'art"},{"value":"com.webos.app.music","label":"Musique"},{"value":"com.webos.app.photovideo","label":"Photo & Vidéo"},{"value":"com.webos.app.sportsteamsettings","label":"Alerte Sport"},{"value":"epoxyaisports","label":"LG Sports Playbook"},{"value":"fr.tf1.mytf1","label":"TF1+"},{"value":"lgchannels.eu","label":"LG Channels"},{"value":"netflix","label":"Netflix"},{"value":"ui30","label":"Rakuten TV"},{"value":"youtube.leanback.v4","label":"YouTube"}]
[2026-08-16T12:27:01.245Z] [INFO] LG webOS external inputs: HDMI 1 (HDMI_1 / com.webos.app.hdmi1) connected=false, HDMI 2 (HDMI_2 / com.webos.app.hdmi2) connected=false, HDMI 3 (HDMI_3 / com.webos.app.hdmi3) connected=false, HDMI 4 (HDMI_4 / com.webos.app.hdmi4) connected=true
[2026-08-16T12:27:01.245Z] [INFO] LG webOS source supported_options: [{"value":"HDMI_1","label":"HDMI 1"},{"value":"HDMI_2","label":"HDMI 2"},{"value":"HDMI_3","label":"HDMI 3"},{"value":"HDMI_4","label":"HDMI 4"}]
[2026-08-16T12:27:01.451Z] [INFO] LG webOS connected to 1/1 TV(s).
[2026-08-16T12:27:01.452Z] [INFO] LG webOS connected through wss://192.168.100.132:3001
[2026-08-16T12:27:01.453Z] [INFO] LG webOS real power state: {"subscribed":true,"returnValue":true,"state":"Active"}
[2026-08-16T12:27:01.462Z] [INFO] LG webOS connected to 1/1 TV(s).
[2026-08-16T12:27:01.488Z] [INFO] LG webOS foreground application: appId=com.webos.app.hdmi4, title=HDMI4, input=HDMI_4, payload={"appId":"com.webos.app.hdmi4","subscribed":true,"returnValue":true,"windowId":"","processId":""}
[2026-08-16T12:27:49.964Z] [INFO] LG webOS onSetValue: feature=ext:ext-vincentbesseau-gladys-lg-webos:lg-webos:1128439e-affa-ceed-99c3-e323fdf8ceb7:toast, value="đšâ ArrĂȘtez de crier bande de saucisses !! đš", clientConnected=true
[2026-08-16T12:27:49.965Z] [INFO] LG webOS power debug: featureKey=toast, rawValue="đšâ ArrĂȘtez de crier bande de saucisses !! đš", numericValue=NaN, hasClient=true, wakingUp=false
[2026-08-16T12:27:56.533Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-16T12:27:56.562Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-16T12:27:56.565Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-16T12:28:03.542Z] [INFO] LG webOS onSetValue: feature=ext:ext-vincentbesseau-gladys-lg-webos:lg-webos:1128439e-affa-ceed-99c3-e323fdf8ceb7:toast, value="đšâ ArrĂȘtez de crier bande de saucisses !! đš", clientConnected=true
[2026-08-16T12:28:03.542Z] [INFO] LG webOS power debug: featureKey=toast, rawValue="đšâ ArrĂȘtez de crier bande de saucisses !! đš", numericValue=NaN, hasClient=true, wakingUp=false
[2026-08-16T12:28:12.997Z] [INFO] LG webOS onSetValue: feature=ext:ext-vincentbesseau-gladys-lg-webos:lg-webos:1128439e-affa-ceed-99c3-e323fdf8ceb7:toast, value="đšâ ArrĂȘtez de crier bande de saucisses !! đš", clientConnected=true
[2026-08-16T12:28:12.997Z] [INFO] LG webOS power debug: featureKey=toast, rawValue="đšâ ArrĂȘtez de crier bande de saucisses !! đš", numericValue=NaN, hasClient=true, wakingUp=false
[2026-08-16T12:29:39.597Z] [INFO] LG webOS onSetValue: feature=ext:ext-vincentbesseau-gladys-lg-webos:lg-webos:1128439e-affa-ceed-99c3-e323fdf8ceb7:binary, value=0, clientConnected=true
[2026-08-16T12:29:39.597Z] [INFO] LG webOS power debug: featureKey=binary, rawValue=0, numericValue=0, hasClient=true, wakingUp=false
[2026-08-16T12:29:39.597Z] [INFO] LG webOS Power received value=0
[2026-08-16T12:29:39.598Z] [INFO] LG webOS Power => OFF
[2026-08-16T12:29:39.636Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Power Off","onOff":"off","reason":"remoteKey"}
[2026-08-16T12:29:39.669Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Active Standby","onOff":"off","reason":"remoteKey"}
[2026-08-16T12:29:39.687Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Suspend","onOff":"off","reason":"remoteKey"}
[2026-08-16T12:29:39.748Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Prepare Suspend","onOff":"off","reason":"remoteKey"}
[2026-08-16T12:29:39.792Z] [INFO] LG webOS foreground application: appId=unknown, title=unknown, input=none, payload={"subscribed":true,"appId":"","returnValue":true,"windowId":"","processId":""}
[2026-08-16T12:29:42.096Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Suspend"}
[2026-08-16T12:29:45.900Z] [INFO] LG webOS onSetValue: feature=ext:ext-vincentbesseau-gladys-lg-webos:lg-webos:1128439e-affa-ceed-99c3-e323fdf8ceb7:binary, value=1, clientConnected=true
[2026-08-16T12:29:45.901Z] [INFO] LG webOS power debug: featureKey=binary, rawValue=1, numericValue=1, hasClient=true, wakingUp=false
[2026-08-16T12:29:45.901Z] [INFO] LG webOS Power received value=1
[2026-08-16T12:29:45.901Z] [INFO] LG webOS Power => ON from Active Standby
[2026-08-16T12:32:11.103Z] [INFO] LG webOS onSetValue: feature=ext:ext-vincentbesseau-gladys-lg-webos:lg-webos:1128439e-affa-ceed-99c3-e323fdf8ceb7:binary, value=1, clientConnected=true
[2026-08-16T12:32:11.104Z] [INFO] LG webOS power debug: featureKey=binary, rawValue=1, numericValue=1, hasClient=true, wakingUp=false
[2026-08-16T12:32:11.104Z] [INFO] LG webOS Power received value=1
[2026-08-16T12:32:11.105Z] [INFO] LG webOS Power => ON from Active Standby
Great for the notification ![]()
When you entered the MAC address in the configuration, did you select OLED55CX3LA in the TV field just above?
The MAC is recorded per TV, so if no TV or another TV was selected, it will not be used for the Wake-on-LAN of that TV.
I will add a test to avoid entering a MAC address without selecting a TV ![]()
After the plugin update, we lose the MAC address (I donât know why)
Remember to add it again like in the example here:
For info, this issue exists because we still canât retrieve the MAC address of a TV via Gladysâs SSDP:
Hi @spenceur!
I notice that my TV keeps disconnecting from the integration.
Once it turns back on, I have to go into the settings and click the button at the bottom of the connection > which turns green without any issues, then I can control it.
I have exactly the same behavior ![]()
I have to turn on the TV manually and test the connection.
Iâll take care of it as soon as possible, Iâm not available at the start of this week.
Et bien j penais que câĂ©tait uniquement quand ma TV Ă©tait Ă©teinte mais actuellement elle est allumĂ©e et dĂ©connectĂ©e de lâappli :
Tester et la TV est reconnectĂ©e :DĂ©connectĂ© en ConnectĂ© Ă droite de Configuration, obliger de changer de page et de revenir pour voir le changement (je veux juste dire que ce nâest pas instantanĂ©).Tester (12h48 sur les logs, 14h48 heure locale) :
at WebSocket.<anonymous> (file:///app/src/webos/client.js:276:18)
at [nodejs.internal.kHybridDispatch] (node:internal/event_target:856:20)
at WebSocket.dispatchEvent (node:internal/event_target:789:26)
at fireEvent (node:internal/deps/undici/undici:14403:14)
at #onSocketClose (node:internal/deps/undici/undici:15750:11)
at Object.onSocketClose (node:internal/deps/undici/undici:15448:72)
at failWebsocketConnection (node:internal/deps/undici/undici:14825:17)
at Object.processResponse (node:internal/deps/undici/undici:14728:15)
at node:internal/deps/undici/undici:13421:23
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
[2026-08-24T10:33:58.047Z] [INFO] LG webOS automatic reconnect attempt 7/10 for LG webOS TV OLED48G56LS
[2026-08-24T10:33:59.189Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T10:34:02.261Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T10:34:07.264Z] [INFO] LG webOS automatic reconnect attempt 8/10 for LG webOS TV OLED48G56LS
[2026-08-24T10:34:10.390Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T10:34:13.461Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T10:34:18.463Z] [INFO] LG webOS automatic reconnect attempt 9/10 for LG webOS TV OLED48G56LS
[2026-08-24T10:34:21.589Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T10:34:24.661Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T10:34:29.664Z] [INFO] LG webOS automatic reconnect attempt 10/10 for LG webOS TV OLED48G56LS
[2026-08-24T10:34:31.011Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T10:34:31.369Z] [INFO] LG webOS installed applications: M6+, TV, Replay & Streaming (6play), AirPlay (airplay), Prime Video (amazon), Amazon Alexa (amazon.alexa.view), Amazon Alexa (amazon.alexapr), CANAL+ (canalplus), ARTE (com.3827031.168353), Apple TV (com.apple.appletv), Disney+ (com.disney.disneyplus-prod), france.tv (com.dotscreen.france-tv-smart-tv), PremiĂšre utilisation (com.palm.app.firstuse), ParamĂštres (com.palm.app.settings), AccessibilitĂ© (com.webos.app.accessibility), Accessibility Overlay (com.webos.app.accessibility-overlay), LivePlus (com.webos.app.acrcomponent), LivePlus (com.webos.app.acrhdmi1), LivePlus (com.webos.app.acrhdmi2), LivePlus (com.webos.app.acrhdmi3), LivePlus (com.webos.app.acrhdmi4), LivePlus (com.webos.app.acroverlay), PublicitĂ© (com.webos.app.adapp), Ad Overlay App (com.webos.app.adhdmi1), Ad Overlay App (com.webos.app.adhdmi2), Ad Overlay App (com.webos.app.adhdmi3), Ad Overlay App (com.webos.app.adhdmi4), Ad Overlay App (com.webos.app.adoverlay), Ad Overlay App extension (com.webos.app.adoverlayex), Flutter aiplatform app (com.webos.app.aiplatform), Flutter aiplatform_support app (com.webos.app.aiplatformsupport), APP CASTING (com.webos.app.appcasting), Chatbot Application (com.webos.app.assistant), Line View (com.webos.app.atelier), BeanBrowser (com.webos.app.beanbrowser), Navigateur Web (com.webos.app.browser), Bluetooth Audio Playback (com.webos.app.btspeakerapp), Bluetooth Surround Auto Tuning (com.webos.app.btsurroundautotuning), CamĂ©ra (com.webos.app.camera), GESTIONNAIRE DES CHAĂNES (com.webos.app.channeledit), RĂ©glage des chaĂźnes (com.webos.app.channelsetting), CMP App (com.webos.app.cmp-client), ParamĂštres de la commande universelle (com.webos.app.connectionwizard), Connected Red Button (com.webos.app.crb), Service clientĂšle (com.webos.app.customersupport), DAFC Calibration (com.webos.app.dafccalibration), Dangbei Assistant (com.webos.app.dangbei-overlay), Apps (com.webos.app.discovery), DisplayPort1 (com.webos.app.dp1), DisplayPort2 (com.webos.app.dp2), DvrPopup (com.webos.app.dvrpopup), AV (com.webos.app.externalinput.av1), AV2 (com.webos.app.externalinput.av2), Composant (com.webos.app.externalinput.component), AV1 (com.webos.app.externalinput.scart), QML Factorywin (com.webos.app.factorywin), PrĂ©cautions d'utilisation (com.webos.app.familycare), First Use Overlay (com.webos.app.firstuse-overlay), Container App for Food Delivery Overlay App (com.webos.app.fooddelivery), Container App for Food Delivery Overlay App (com.webos.app.fooddeliveryex), Container App for Food Delivery Overlay App (com.webos.app.fooddeliveryhdmi1), Container App for Food Delivery Overlay App (com.webos.app.fooddeliveryhdmi2), Container App for Food Delivery Overlay App (com.webos.app.fooddeliveryhdmi3), Container App for Food Delivery Overlay App (com.webos.app.fooddeliveryhdmi4), FTMS Info (com.webos.app.ftmsinfo), GameOptimizer (com.webos.app.gameoptimizer), HDMI1 (com.webos.app.hdmi1), HDMI2 (com.webos.app.hdmi2), HDMI3 (com.webos.app.hdmi3), HDMI4 (com.webos.app.hdmi4), Sound Share (com.webos.app.hdmioptical), Conseils (com.webos.app.helpandtips), Home (com.webos.app.home), Tableau de bord maison (com.webos.app.homeconnect), TĂ©lĂ©travail (com.webos.app.homeoffice), InputCommon (com.webos.app.inputcommon), Installation (com.webos.app.installation), Learning (com.webos.app.learning), Diffusion sur Auracastâą (com.webos.app.leaudio), LG Channels (com.webos.app.lgchannels), LG Gallery+ (com.webos.app.lifeonscreen), Live Dmost (com.webos.app.livedmost), Live Ginga App Launcher (com.webos.app.liveginga), Live HbbTV (com.webos.app.livehbbtv), Live Interactive Content (com.webos.app.liveinteractivecontent), Guide (com.webos.app.livemenu), Live TV (com.webos.app.livetv), Live TV OpApp Mode (com.webos.app.livetvopapp), Magic Number (com.webos.app.magicnum), Lecteur multimĂ©dia (com.webos.app.mediadiscovery), Compte LG (com.webos.app.membership), Screen Share (com.webos.app.miracast), Multi-Ă©crans (com.webos.app.multiviewsettings), Notifications (com.webos.app.notificationcenter), One Touch Sound Tuning (com.webos.app.onetouchsoundtuning), First Use-OOBE (com.webos.app.oobe), Container App for Commercial Overlay App (com.webos.app.overlaycontainer), Container App for Commercial Overlay App (com.webos.app.overlaycontainerex), Container App for Commercial Overlay App (com.webos.app.overlaycontainerhdmi1), Container App for Commercial Overlay App (com.webos.app.overlaycontainerhdmi2), Container App for Commercial Overlay App (com.webos.app.overlaycontainerhdmi3), Container App for Commercial Overlay App (com.webos.app.overlaycontainerhdmi4), LG Overlay Account (com.webos.app.overlaymembership), Picture Wizard (com.webos.app.picturewizard), Remote PC (com.webos.app.rdp), Enregistrements (com.webos.app.recordings), Utilisation de la tĂ©lĂ©commande (com.webos.app.remotecontrolguide), Remote Service (com.webos.app.remoteservice), Programme Re:New webOS (com.webos.app.renewupdate), Planning Enregistrement (com.webos.app.scheduler), Ăcran de veille (com.webos.app.screensaver), Aide rapide (com.webos.app.self-diagnosis), Senior Home (com.webos.app.seniorhome), Flutter similarlist app (com.webos.app.similarlist), Software Update (com.webos.app.softwareupdate), Soundbar Setting (com.webos.app.soundbar-setting), Assistant de son personnalisĂ© (com.webos.app.soundwizard), Sports (com.webos.app.sportsteamsettings), Mode Expo. (com.webos.app.store-demo), Flutter svcdiagnostics app (com.webos.app.svcdiagnostics), Sync Demo (com.webos.app.sync-demo), tinybrowser (com.webos.app.tinybrowser), Musique (com.webos.app.totalmusic), Local Control Panel (com.webos.app.tvhotkey), Viewer (com.webos.app.tvsimpleviewer), Guide de l'utilisateur (com.webos.app.tvuserguide), Universal (com.webos.app.universalqcard), USB-C1 (com.webos.app.usbc1), USB-C2 (com.webos.app.usbc2), Container App for video ads App (com.webos.app.videoads), Recherche (com.webos.app.voice), voiceweb (com.webos.app.voiceweb), Localisation (com.webos.app.weatherlocation), Web App (com.webos.app.webapphost), Chromecast built-in (com.webos.chromecast), Chromecast built-in Settings (com.webos.chromecast-settings), com.webos.exampleapp.enyoapp.epg (com.webos.exampleapp.enyoapp.epg), com.webos.exampleapp.groupowner (com.webos.exampleapp.groupowner), com.webos.exampleapp.nav (com.webos.exampleapp.nav), com.webos.exampleapp.qmlapp.client.negative.one (com.webos.exampleapp.qmlapp.client.negative.one), com.webos.exampleapp.qmlapp.client.negative.two (com.webos.exampleapp.qmlapp.client.negative.two), com.webos.exampleapp.qmlapp.client.positive.one (com.webos.exampleapp.qmlapp.client.positive.one), com.webos.exampleapp.qmlapp.client.positive.two (com.webos.exampleapp.qmlapp.client.positive.two), com.webos.exampleapp.qmlapp.discover (com.webos.exampleapp.qmlapp.discover), com.webos.exampleapp.qmlapp.epg (com.webos.exampleapp.qmlapp.epg), com.webos.exampleapp.qmlapp.hbbtv (com.webos.exampleapp.qmlapp.hbbtv), com.webos.exampleapp.qmlapp.livetv (com.webos.exampleapp.qmlapp.livetv), com.webos.exampleapp.qmlapp.search (com.webos.exampleapp.qmlapp.search), System UI Example (com.webos.exampleapp.systemui), Billing service launcher (com.webos.service.billing.app), Home Dashboard service launcher (com.webos.service.homeconnect.app), LG Sports Playbook (epoxyaisports), Services d'intĂ©rĂȘt gĂ©nĂ©ral (fr.public.value), TF1+ (fr.tf1.mytf1), Netflix (netflix), YouTube (youtube.leanback.v4)
[2026-08-24T10:34:31.369Z] [INFO] LG webOS launch-app supported_options: [{"value":"6play","label":"M6+, TV, Replay & Streaming"},{"value":"amazon","label":"Prime Video"},{"value":"amazon.alexa.view","label":"Amazon Alexa"},{"value":"canalplus","label":"CANAL+"},{"value":"com.3827031.168353","label":"ARTE"},{"value":"com.apple.appletv","label":"Apple TV"},{"value":"com.disney.disneyplus-prod","label":"Disney+"},{"value":"com.dotscreen.france-tv-smart-tv","label":"france.tv"},{"value":"com.webos.app.browser","label":"Navigateur Web"},{"value":"com.webos.app.camera","label":"CamĂ©ra"},{"value":"com.webos.app.discovery","label":"Apps"},{"value":"com.webos.app.homeconnect","label":"Tableau de bord maison"},{"value":"com.webos.app.lgchannels","label":"LG Channels"},{"value":"com.webos.app.lifeonscreen","label":"LG Gallery+"},{"value":"com.webos.app.mediadiscovery","label":"Lecteur multimĂ©dia"},{"value":"com.webos.app.multiviewsettings","label":"Multi-Ă©crans"},{"value":"com.webos.app.sportsteamsettings","label":"Sports"},{"value":"epoxyaisports","label":"LG Sports Playbook"},{"value":"fr.public.value","label":"Services d'intĂ©rĂȘt gĂ©nĂ©ral"},{"value":"fr.tf1.mytf1","label":"TF1+"},{"value":"netflix","label":"Netflix"},{"value":"youtube.leanback.v4","label":"YouTube"}]
[2026-08-24T10:34:31.386Z] [INFO] LG webOS external inputs: HDMI 1 (HDMI_1 / com.webos.app.hdmi1) connected=false, Freebox Playe (HDMI_2 / com.webos.app.hdmi2) connected=false, HDMI 3 (HDMI_3 / com.webos.app.hdmi3) connected=false, HDMI 4 (HDMI_4 / com.webos.app.hdmi4) connected=false
[2026-08-24T10:34:31.386Z] [INFO] LG webOS source supported_options: [{"value":"HDMI_1","label":"HDMI 1"},{"value":"HDMI_2","label":"Freebox Playe"},{"value":"HDMI_3","label":"HDMI 3"},{"value":"HDMI_4","label":"HDMI 4"}]
[2026-08-24T10:34:31.653Z] [INFO] LG webOS connected to 1/1 TV(s).
[2026-08-24T10:34:31.653Z] [INFO] LG webOS connected through wss://192.168.1.90:3001
[2026-08-24T10:34:31.653Z] [INFO] LG webOS automatically reconnected to LG webOS TV OLED48G56LS
[2026-08-24T10:34:31.673Z] [INFO] LG webOS real power state: {"state":"Active","subscribed":true,"returnValue":true}
[2026-08-24T10:34:31.676Z] [INFO] LG webOS foreground application: appId=com.webos.app.hdmi2, title=HDMI2, input=HDMI_2, payload={"subscribed":true,"returnValue":true,"appId":"com.webos.app.hdmi2","appCategory":[],"processId":"","windowId":""}
[2026-08-24T10:34:31.700Z] [INFO] LG webOS current channel: {"returnValue":false,"errorCode":-1000,"errorText":"com.webos.service.utp/bind returns invalid result(response error)","response":{"errorCode":-101,"returnValue":false,"errorText":"There is no active broadcast to bind","subscribed":false}}
[2026-08-24T10:34:52.900Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T10:34:52.912Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T10:34:52.912Z] [INFO] LG webOS unexpected disconnect detected for LG webOS TV OLED48G56LS, reconnecting automatically
[2026-08-24T10:34:53.084Z] [INFO] LG webOS installed applications: M6+, TV, Replay & Streaming (6play), AirPlay (airplay), Prime Video (amazon), Amazon Alexa (amazon.alexa.view), Amazon Alexa (amazon.alexapr), CANAL+ (canalplus), ARTE (com.3827031.168353), Apple TV (com.apple.appletv), Disney+ (com.disney.disneyplus-prod), france.tv (com.dotscreen.france-tv-smart-tv), PremiĂšre utilisation (com.palm.app.firstuse), ParamĂštres (com.palm.app.settings), AccessibilitĂ© (com.webos.app.accessibility), Accessibility Overlay (com.webos.app.accessibility-overlay), LivePlus (com.webos.app.acrcomponent), LivePlus (com.webos.app.acrhdmi1), LivePlus (com.webos.app.acrhdmi2), LivePlus (com.webos.app.acrhdmi3), LivePlus (com.webos.app.acrhdmi4), LivePlus (com.webos.app.acroverlay), PublicitĂ© (com.webos.app.adapp), Ad Overlay App (com.webos.app.adhdmi1), Ad Overlay App (com.webos.app.adhdmi2), Ad Overlay App (com.webos.app.adhdmi3), Ad Overlay App (com.webos.app.adhdmi4), Ad Overlay App (com.webos.app.adoverlay), Ad Overlay App extension (com.webos.app.adoverlayex), Flutter aiplatform app (com.webos.app.aiplatform), Flutter aiplatform_support app (com.webos.app.aiplatformsupport), APP CASTING (com.webos.app.appcasting), Chatbot Application (com.webos.app.assistant), Line View (com.webos.app.atelier), BeanBrowser (com.webos.app.beanbrowser), Navigateur Web (com.webos.app.browser), Bluetooth Audio Playback (com.webos.app.btspeakerapp), Bluetooth Surround Auto Tuning (com.webos.app.btsurroundautotuning), CamĂ©ra (com.webos.app.camera), GESTIONNAIRE DES CHAĂNES (com.webos.app.channeledit), RĂ©glage des chaĂźnes (com.webos.app.channelsetting), CMP App (com.webos.app.cmp-client), ParamĂštres de la commande universelle (com.webos.app.connectionwizard), Connected Red Button (com.webos.app.crb), Service clientĂšle (com.webos.app.customersupport), DAFC Calibration (com.webos.app.dafccalibration), Dangbei Assistant (com.webos.app.dangbei-overlay), Apps (com.webos.app.discovery), DisplayPort1 (com.webos.app.dp1), DisplayPort2 (com.webos.app.dp2), DvrPopup (com.webos.app.dvrpopup), AV (com.webos.app.externalinput.av1), AV2 (com.webos.app.externalinput.av2), Composant (com.webos.app.externalinput.component), AV1 (com.webos.app.externalinput.scart), QML Factorywin (com.webos.app.factorywin), PrĂ©cautions d'utilisation (com.webos.app.familycare), First Use Overlay (com.webos.app.firstuse-overlay), Container App for Food Delivery Overlay App (com.webos.app.fooddelivery), Container App for Food Delivery Overlay App (com.webos.app.fooddeliveryex), Container App for Food Delivery Overlay App (com.webos.app.fooddeliveryhdmi1), Container App for Food Delivery Overlay App (com.webos.app.fooddeliveryhdmi2), Container App for Food Delivery Overlay App (com.webos.app.fooddeliveryhdmi3), Container App for Food Delivery Overlay App (com.webos.app.fooddeliveryhdmi4), FTMS Info (com.webos.app.ftmsinfo), GameOptimizer (com.webos.app.gameoptimizer), HDMI1 (com.webos.app.hdmi1), HDMI2 (com.webos.app.hdmi2), HDMI3 (com.webos.app.hdmi3), HDMI4 (com.webos.app.hdmi4), Sound Share (com.webos.app.hdmioptical), Conseils (com.webos.app.helpandtips), Home (com.webos.app.home), Tableau de bord maison (com.webos.app.homeconnect), TĂ©lĂ©travail (com.webos.app.homeoffice), InputCommon (com.webos.app.inputcommon), Installation (com.webos.app.installation), Learning (com.webos.app.learning), Diffusion sur Auracastâą (com.webos.app.leaudio), LG Channels (com.webos.app.lgchannels), LG Gallery+ (com.webos.app.lifeonscreen), Live Dmost (com.webos.app.livedmost), Live Ginga App Launcher (com.webos.app.liveginga), Live HbbTV (com.webos.app.livehbbtv), Live Interactive Content (com.webos.app.liveinteractivecontent), Guide (com.webos.app.livemenu), Live TV (com.webos.app.livetv), Live TV OpApp Mode (com.webos.app.livetvopapp), Magic Number (com.webos.app.magicnum), Lecteur multimĂ©dia (com.webos.app.mediadiscovery), Compte LG (com.webos.app.membership), Screen Share (com.webos.app.miracast), Multi-Ă©crans (com.webos.app.multiviewsettings), Notifications (com.webos.app.notificationcenter), One Touch Sound Tuning (com.webos.app.onetouchsoundtuning), First Use-OOBE (com.webos.app.oobe), Container App for Commercial Overlay App (com.webos.app.overlaycontainer), Container App for Commercial Overlay App (com.webos.app.overlaycontainerex), Container App for Commercial Overlay App (com.webos.app.overlaycontainerhdmi1), Container App for Commercial Overlay App (com.webos.app.overlaycontainerhdmi2), Container App for Commercial Overlay App (com.webos.app.overlaycontainerhdmi3), Container App for Commercial Overlay App (com.webos.app.overlaycontainerhdmi4), LG Overlay Account (com.webos.app.overlaymembership), Picture Wizard (com.webos.app.picturewizard), Remote PC (com.webos.app.rdp), Enregistrements (com.webos.app.recordings), Utilisation de la tĂ©lĂ©commande (com.webos.app.remotecontrolguide), Remote Service (com.webos.app.remoteservice), Programme Re:New webOS (com.webos.app.renewupdate), Planning Enregistrement (com.webos.app.scheduler), Ăcran de veille (com.webos.app.screensaver), Aide rapide (com.webos.app.self-diagnosis), Senior Home (com.webos.app.seniorhome), Flutter similarlist app (com.webos.app.similarlist), Software Update (com.webos.app.softwareupdate), Soundbar Setting (com.webos.app.soundbar-setting), Assistant de son personnalisĂ© (com.webos.app.soundwizard), Sports (com.webos.app.sportsteamsettings), Mode Expo. (com.webos.app.store-demo), Flutter svcdiagnostics app (com.webos.app.svcdiagnostics), Sync Demo (com.webos.app.sync-demo), tinybrowser (com.webos.app.tinybrowser), Musique (com.webos.app.totalmusic), Local Control Panel (com.webos.app.tvhotkey), Viewer (com.webos.app.tvsimpleviewer), Guide de l'utilisateur (com.webos.app.tvuserguide), Universal (com.webos.app.universalqcard), USB-C1 (com.webos.app.usbc1), USB-C2 (com.webos.app.usbc2), Container App for video ads App (com.webos.app.videoads), Recherche (com.webos.app.voice), voiceweb (com.webos.app.voiceweb), Localisation (com.webos.app.weatherlocation), Web App (com.webos.app.webapphost), Chromecast built-in (com.webos.chromecast), Chromecast built-in Settings (com.webos.chromecast-settings), com.webos.exampleapp.enyoapp.epg (com.webos.exampleapp.enyoapp.epg), com.webos.exampleapp.groupowner (com.webos.exampleapp.groupowner), com.webos.exampleapp.nav (com.webos.exampleapp.nav), com.webos.exampleapp.qmlapp.client.negative.one (com.webos.exampleapp.qmlapp.client.negative.one), com.webos.exampleapp.qmlapp.client.negative.two (com.webos.exampleapp.qmlapp.client.negative.two), com.webos.exampleapp.qmlapp.client.positive.one (com.webos.exampleapp.qmlapp.client.positive.one), com.webos.exampleapp.qmlapp.client.positive.two (com.webos.exampleapp.qmlapp.client.positive.two), com.webos.exampleapp.qmlapp.discover (com.webos.exampleapp.qmlapp.discover), com.webos.exampleapp.qmlapp.epg (com.webos.exampleapp.qmlapp.epg), com.webos.exampleapp.qmlapp.hbbtv (com.webos.exampleapp.qmlapp.hbbtv), com.webos.exampleapp.qmlapp.livetv (com.webos.exampleapp.qmlapp.livetv), com.webos.exampleapp.qmlapp.search (com.webos.exampleapp.qmlapp.search), System UI Example (com.webos.exampleapp.systemui), Billing service launcher (com.webos.service.billing.app), Home Dashboard service launcher (com.webos.service.homeconnect.app), LG Sports Playbook (epoxyaisports), Services d'intĂ©rĂȘt gĂ©nĂ©ral (fr.public.value), TF1+ (fr.tf1.mytf1), Netflix (netflix), YouTube (youtube.leanback.v4)
[2026-08-24T10:34:53.084Z] [INFO] LG webOS launch-app supported_options: [{"value":"6play","label":"M6+, TV, Replay & Streaming"},{"value":"amazon","label":"Prime Video"},{"value":"amazon.alexa.view","label":"Amazon Alexa"},{"value":"canalplus","label":"CANAL+"},{"value":"com.3827031.168353","label":"ARTE"},{"value":"com.apple.appletv","label":"Apple TV"},{"value":"com.disney.disneyplus-prod","label":"Disney+"},{"value":"com.dotscreen.france-tv-smart-tv","label":"france.tv"},{"value":"com.webos.app.browser","label":"Navigateur Web"},{"value":"com.webos.app.camera","label":"CamĂ©ra"},{"value":"com.webos.app.discovery","label":"Apps"},{"value":"com.webos.app.homeconnect","label":"Tableau de bord maison"},{"value":"com.webos.app.lgchannels","label":"LG Channels"},{"value":"com.webos.app.lifeonscreen","label":"LG Gallery+"},{"value":"com.webos.app.mediadiscovery","label":"Lecteur multimĂ©dia"},{"value":"com.webos.app.multiviewsettings","label":"Multi-Ă©crans"},{"value":"com.webos.app.sportsteamsettings","label":"Sports"},{"value":"epoxyaisports","label":"LG Sports Playbook"},{"value":"fr.public.value","label":"Services d'intĂ©rĂȘt gĂ©nĂ©ral"},{"value":"fr.tf1.mytf1","label":"TF1+"},{"value":"netflix","label":"Netflix"},{"value":"youtube.leanback.v4","label":"YouTube"}]
[2026-08-24T10:34:53.094Z] [INFO] LG webOS external inputs: HDMI 1 (HDMI_1 / com.webos.app.hdmi1) connected=false, Freebox Playe (HDMI_2 / com.webos.app.hdmi2) connected=true, HDMI 3 (HDMI_3 / com.webos.app.hdmi3) connected=false, HDMI 4 (HDMI_4 / com.webos.app.hdmi4) connected=false
[2026-08-24T10:34:53.094Z] [INFO] LG webOS source supported_options: [{"value":"HDMI_1","label":"HDMI 1"},{"value":"HDMI_2","label":"Freebox Playe"},{"value":"HDMI_3","label":"HDMI 3"},{"value":"HDMI_4","label":"HDMI 4"}]
[2026-08-24T10:34:53.104Z] [INFO] LG webOS connected to 1/1 TV(s).
[2026-08-24T10:34:53.104Z] [INFO] LG webOS connected through wss://192.168.1.90:3001
[2026-08-24T10:34:53.108Z] [INFO] LG webOS connected to 1/1 TV(s).
[2026-08-24T10:34:53.109Z] [INFO] LG webOS real power state: {"state":"Active","subscribed":true,"returnValue":true}
[2026-08-24T10:34:53.110Z] [INFO] LG webOS foreground application: appId=com.webos.app.hdmi2, title=HDMI2, input=HDMI_2, payload={"subscribed":true,"returnValue":true,"appId":"com.webos.app.hdmi2","appCategory":[],"processId":"","windowId":""}
[2026-08-24T10:34:53.116Z] [INFO] LG webOS current channel: {"returnValue":false,"errorCode":-1000,"errorText":"com.webos.service.utp/bind returns invalid result(response error)","response":{"errorCode":-101,"returnValue":false,"errorText":"There is no active broadcast to bind","subscribed":false}}
[2026-08-24T10:37:29.986Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T10:37:30.047Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T10:37:30.052Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T10:40:29.980Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T10:40:30.018Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T10:40:30.018Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T10:43:29.997Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T10:43:30.016Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T10:43:30.018Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T10:46:29.984Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T10:46:30.043Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T10:46:30.049Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T10:49:29.989Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T10:49:30.047Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T10:49:30.049Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T10:52:29.994Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T10:52:30.035Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T10:52:30.036Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T10:55:29.993Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T10:55:30.029Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T10:55:30.029Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T10:58:29.987Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T10:58:30.032Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T10:58:30.033Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T11:01:29.992Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T11:01:30.044Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T11:01:30.051Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T11:04:29.996Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T11:04:30.031Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T11:04:30.032Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T11:07:29.995Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T11:07:30.039Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T11:07:30.042Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T11:10:29.997Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T11:10:30.041Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T11:10:30.043Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T11:13:30.007Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T11:13:30.045Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T11:13:30.046Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T11:16:30.005Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T11:16:30.045Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T11:16:30.046Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T11:19:29.993Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T11:19:30.024Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T11:19:30.025Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T11:22:30.003Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T11:22:30.042Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T11:22:30.044Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T11:25:29.998Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T11:25:30.025Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T11:25:30.025Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T11:28:30.003Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T11:28:30.044Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T11:28:30.046Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T11:31:30.004Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T11:31:30.033Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T11:31:30.035Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T11:34:30.003Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T11:34:30.029Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T11:34:30.030Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T11:37:30.006Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T11:37:30.049Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T11:37:30.050Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T11:40:30.024Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T11:40:30.048Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T11:40:30.048Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T11:43:30.014Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T11:43:30.044Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T11:43:30.046Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T11:46:30.016Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T11:46:30.051Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T11:46:30.051Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T11:49:30.021Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T11:49:30.057Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T11:49:30.058Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T11:52:30.014Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T11:52:30.040Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T11:52:30.041Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T11:55:30.016Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T11:55:30.042Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T11:55:30.043Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T11:58:30.015Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T11:58:30.045Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T11:58:30.047Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T12:01:30.017Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T12:01:30.043Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T12:01:30.044Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T12:04:30.015Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T12:04:30.047Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T12:04:30.048Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T12:07:30.022Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T12:07:30.053Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T12:07:30.055Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T12:10:30.027Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T12:10:30.055Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T12:10:30.058Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T12:13:30.022Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-24T12:13:30.056Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-24T12:13:30.059Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
[2026-08-24T12:15:08.753Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Power Off","onOff":"off","reason":"remoteKey"}
[2026-08-24T12:15:08.812Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Active Standby","onOff":"off","reason":"remoteKey"}
[2026-08-24T12:15:08.905Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Prepare Active Standby","onOff":"off","reason":"remoteKey"}
[2026-08-24T12:15:09.166Z] [INFO] LG webOS foreground application: appId=unknown, title=unknown, input=none, payload={"subscribed":true,"returnValue":true,"appId":"","appCategory":[],"processId":"","windowId":""}
[2026-08-24T12:15:11.753Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active Standby"}
[2026-08-24T12:17:08.985Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active Standby","processing":"Request Suspend","onOff":"off","reason":"warmCheckOff"}
[2026-08-24T12:17:09.104Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active Standby","processing":"Prepare Suspend","onOff":"off","reason":"warmCheckOff"}
[2026-08-24T12:18:19.349Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T12:18:19.350Z] [INFO] LG webOS unexpected disconnect detected for LG webOS TV OLED48G56LS, reconnecting automatically
[2026-08-24T12:18:22.353Z] [INFO] LG webOS automatic reconnect attempt 1/10 for LG webOS TV OLED48G56LS
[2026-08-24T12:18:25.429Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T12:18:28.501Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T12:18:33.505Z] [INFO] LG webOS automatic reconnect attempt 2/10 for LG webOS TV OLED48G56LS
[2026-08-24T12:18:36.629Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T12:18:39.701Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T12:18:44.702Z] [INFO] LG webOS automatic reconnect attempt 3/10 for LG webOS TV OLED48G56LS
[2026-08-24T12:18:47.765Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T12:18:50.837Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T12:18:55.839Z] [INFO] LG webOS automatic reconnect attempt 4/10 for LG webOS TV OLED48G56LS
[2026-08-24T12:18:58.966Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T12:19:02.037Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T12:19:07.039Z] [INFO] LG webOS automatic reconnect attempt 5/10 for LG webOS TV OLED48G56LS
[2026-08-24T12:19:10.165Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T12:19:13.237Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T12:19:18.240Z] [INFO] LG webOS automatic reconnect attempt 6/10 for LG webOS TV OLED48G56LS
[2026-08-24T12:19:21.365Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T12:19:24.437Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T12:19:29.440Z] [INFO] LG webOS automatic reconnect attempt 7/10 for LG webOS TV OLED48G56LS
[2026-08-24T12:19:32.566Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T12:19:35.638Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T12:19:40.640Z] [INFO] LG webOS automatic reconnect attempt 8/10 for LG webOS TV OLED48G56LS
[2026-08-24T12:19:43.765Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T12:19:46.838Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T12:19:51.839Z] [INFO] LG webOS automatic reconnect attempt 9/10 for LG webOS TV OLED48G56LS
[2026-08-24T12:19:54.965Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T12:19:58.037Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T12:20:03.040Z] [INFO] LG webOS automatic reconnect attempt 10/10 for LG webOS TV OLED48G56LS
[2026-08-24T12:20:06.165Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T12:20:09.238Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-24T12:20:09.238Z] [WARN] LG webOS automatic reconnect failed for LG webOS TV OLED48G56LS after 10 attempts
[2026-08-26T12:48:53.849Z] [INFO] LG webOS connection closed: publishing Power OFF.
[2026-08-26T12:48:53.850Z] [INFO] LG webOS unexpected disconnect detected for LG webOS TV OLED48G56LS, reconnecting automatically
[2026-08-26T12:48:54.069Z] [INFO] LG webOS installed applications: M6+, TV, Replay & Streaming (6play), AirPlay (airplay), Prime Video (amazon), Amazon Alexa (amazon.alexa.view), Amazon Alexa (amazon.alexapr), CANAL+ (canalplus), ARTE (com.3827031.168353), Apple TV (com.apple.appletv), Disney+ (com.disney.disneyplus-prod), france.tv (com.dotscreen.france-tv-smart-tv), PremiĂšre utilisation (com.palm.app.firstuse), ParamĂštres (com.palm.app.settings), AccessibilitĂ© (com.webos.app.accessibility), Accessibility Overlay (com.webos.app.accessibility-overlay), LivePlus (com.webos.app.acrcomponent), LivePlus (com.webos.app.acrhdmi1), LivePlus (com.webos.app.acrhdmi2), LivePlus (com.webos.app.acrhdmi3), LivePlus (com.webos.app.acrhdmi4), LivePlus (com.webos.app.acroverlay), PublicitĂ© (com.webos.app.adapp), Ad Overlay App (com.webos.app.adhdmi1), Ad Overlay App (com.webos.app.adhdmi2), Ad Overlay App (com.webos.app.adhdmi3), Ad Overlay App (com.webos.app.adhdmi4), Ad Overlay App (com.webos.app.adoverlay), Ad Overlay App extension (com.webos.app.adoverlayex), Flutter aiplatform app (com.webos.app.aiplatform), Flutter aiplatform_support app (com.webos.app.aiplatformsupport), APP CASTING (com.webos.app.appcasting), Chatbot Application (com.webos.app.assistant), Line View (com.webos.app.atelier), BeanBrowser (com.webos.app.beanbrowser), Navigateur Web (com.webos.app.browser), Bluetooth Audio Playback (com.webos.app.btspeakerapp), Bluetooth Surround Auto Tuning (com.webos.app.btsurroundautotuning), CamĂ©ra (com.webos.app.camera), GESTIONNAIRE DES CHAĂNES (com.webos.app.channeledit), RĂ©glage des chaĂźnes (com.webos.app.channelsetting), CMP App (com.webos.app.cmp-client), ParamĂštres de la commande universelle (com.webos.app.connectionwizard), Connected Red Button (com.webos.app.crb), Service clientĂšle (com.webos.app.customersupport), DAFC Calibration (com.webos.app.dafccalibration), Dangbei Assistant (com.webos.app.dangbei-overlay), Apps (com.webos.app.discovery), DisplayPort1 (com.webos.app.dp1), DisplayPort2 (com.webos.app.dp2), DvrPopup (com.webos.app.dvrpopup), AV (com.webos.app.externalinput.av1), AV2 (com.webos.app.externalinput.av2), Composant (com.webos.app.externalinput.component), AV1 (com.webos.app.externalinput.scart), QML Factorywin (com.webos.app.factorywin), PrĂ©cautions d'utilisation (com.webos.app.familycare), First Use Overlay (com.webos.app.firstuse-overlay), Container App for Food Delivery Overlay App (com.webos.app.fooddelivery), Container App for Food Delivery Overlay App (com.webos.app.fooddeliveryex), Container App for Food Delivery Overlay App (com.webos.app.fooddeliveryhdmi1), Container App for Food Delivery Overlay App (com.webos.app.fooddeliveryhdmi2), Container App for Food Delivery Overlay App (com.webos.app.fooddeliveryhdmi3), Container App for Food Delivery Overlay App (com.webos.app.fooddeliveryhdmi4), FTMS Info (com.webos.app.ftmsinfo), GameOptimizer (com.webos.app.gameoptimizer), HDMI1 (com.webos.app.hdmi1), HDMI2 (com.webos.app.hdmi2), HDMI3 (com.webos.app.hdmi3), HDMI4 (com.webos.app.hdmi4), Sound Share (com.webos.app.hdmioptical), Conseils (com.webos.app.helpandtips), Home (com.webos.app.home), Tableau de bord maison (com.webos.app.homeconnect), TĂ©lĂ©travail (com.webos.app.homeoffice), InputCommon (com.webos.app.inputcommon), Installation (com.webos.app.installation), Learning (com.webos.app.learning), Diffusion sur Auracastâą (com.webos.app.leaudio), LG Channels (com.webos.app.lgchannels), LG Gallery+ (com.webos.app.lifeonscreen), Live Dmost (com.webos.app.livedmost), Live Ginga App Launcher (com.webos.app.liveginga), Live HbbTV (com.webos.app.livehbbtv), Live Interactive Content (com.webos.app.liveinteractivecontent), Guide (com.webos.app.livemenu), Live TV (com.webos.app.livetv), Live TV OpApp Mode (com.webos.app.livetvopapp), Magic Number (com.webos.app.magicnum), Lecteur multimĂ©dia (com.webos.app.mediadiscovery), Compte LG (com.webos.app.membership), Screen Share (com.webos.app.miracast), Multi-Ă©crans (com.webos.app.multiviewsettings), Notifications (com.webos.app.notificationcenter), One Touch Sound Tuning (com.webos.app.onetouchsoundtuning), First Use-OOBE (com.webos.app.oobe), Container App for Commercial Overlay App (com.webos.app.overlaycontainer), Container App for Commercial Overlay App (com.webos.app.overlaycontainerex), Container App for Commercial Overlay App (com.webos.app.overlaycontainerhdmi1), Container App for Commercial Overlay App (com.webos.app.overlaycontainerhdmi2), Container App for Commercial Overlay App (com.webos.app.overlaycontainerhdmi3), Container App for Commercial Overlay App (com.webos.app.overlaycontainerhdmi4), LG Overlay Account (com.webos.app.overlaymembership), Picture Wizard (com.webos.app.picturewizard), Remote PC (com.webos.app.rdp), Enregistrements (com.webos.app.recordings), Utilisation de la tĂ©lĂ©commande (com.webos.app.remotecontrolguide), Remote Service (com.webos.app.remoteservice), Programme Re:New webOS (com.webos.app.renewupdate), Planning Enregistrement (com.webos.app.scheduler), Ăcran de veille (com.webos.app.screensaver), Aide rapide (com.webos.app.self-diagnosis), Senior Home (com.webos.app.seniorhome), Flutter similarlist app (com.webos.app.similarlist), Software Update (com.webos.app.softwareupdate), Soundbar Setting (com.webos.app.soundbar-setting), Assistant de son personnalisĂ© (com.webos.app.soundwizard), Sports (com.webos.app.sportsteamsettings), Mode Expo. (com.webos.app.store-demo), Flutter svcdiagnostics app (com.webos.app.svcdiagnostics), Sync Demo (com.webos.app.sync-demo), tinybrowser (com.webos.app.tinybrowser), Musique (com.webos.app.totalmusic), Local Control Panel (com.webos.app.tvhotkey), Viewer (com.webos.app.tvsimpleviewer), Guide de l'utilisateur (com.webos.app.tvuserguide), Universal (com.webos.app.universalqcard), USB-C1 (com.webos.app.usbc1), USB-C2 (com.webos.app.usbc2), Container App for video ads App (com.webos.app.videoads), Recherche (com.webos.app.voice), voiceweb (com.webos.app.voiceweb), Localisation (com.webos.app.weatherlocation), Web App (com.webos.app.webapphost), Chromecast built-in (com.webos.chromecast), Chromecast built-in Settings (com.webos.chromecast-settings), com.webos.exampleapp.enyoapp.epg (com.webos.exampleapp.enyoapp.epg), com.webos.exampleapp.groupowner (com.webos.exampleapp.groupowner), com.webos.exampleapp.nav (com.webos.exampleapp.nav), com.webos.exampleapp.qmlapp.client.negative.one (com.webos.exampleapp.qmlapp.client.negative.one), com.webos.exampleapp.qmlapp.client.negative.two (com.webos.exampleapp.qmlapp.client.negative.two), com.webos.exampleapp.qmlapp.client.positive.one (com.webos.exampleapp.qmlapp.client.positive.one), com.webos.exampleapp.qmlapp.client.positive.two (com.webos.exampleapp.qmlapp.client.positive.two), com.webos.exampleapp.qmlapp.discover (com.webos.exampleapp.qmlapp.discover), com.webos.exampleapp.qmlapp.epg (com.webos.exampleapp.qmlapp.epg), com.webos.exampleapp.qmlapp.hbbtv (com.webos.exampleapp.qmlapp.hbbtv), com.webos.exampleapp.qmlapp.livetv (com.webos.exampleapp.qmlapp.livetv), com.webos.exampleapp.qmlapp.search (com.webos.exampleapp.qmlapp.search), System UI Example (com.webos.exampleapp.systemui), Billing service launcher (com.webos.service.billing.app), Home Dashboard service launcher (com.webos.service.homeconnect.app), LG Sports Playbook (epoxyaisports), Services d'intĂ©rĂȘt gĂ©nĂ©ral (fr.public.value), TF1+ (fr.tf1.mytf1), Netflix (netflix), YouTube (youtube.leanback.v4)
[2026-08-26T12:48:54.069Z] [INFO] LG webOS launch-app supported_options: [{"value":"6play","label":"M6+, TV, Replay & Streaming"},{"value":"amazon","label":"Prime Video"},{"value":"amazon.alexa.view","label":"Amazon Alexa"},{"value":"canalplus","label":"CANAL+"},{"value":"com.3827031.168353","label":"ARTE"},{"value":"com.apple.appletv","label":"Apple TV"},{"value":"com.disney.disneyplus-prod","label":"Disney+"},{"value":"com.dotscreen.france-tv-smart-tv","label":"france.tv"},{"value":"com.webos.app.browser","label":"Navigateur Web"},{"value":"com.webos.app.camera","label":"CamĂ©ra"},{"value":"com.webos.app.discovery","label":"Apps"},{"value":"com.webos.app.homeconnect","label":"Tableau de bord maison"},{"value":"com.webos.app.lgchannels","label":"LG Channels"},{"value":"com.webos.app.lifeonscreen","label":"LG Gallery+"},{"value":"com.webos.app.mediadiscovery","label":"Lecteur multimĂ©dia"},{"value":"com.webos.app.multiviewsettings","label":"Multi-Ă©crans"},{"value":"com.webos.app.sportsteamsettings","label":"Sports"},{"value":"epoxyaisports","label":"LG Sports Playbook"},{"value":"fr.public.value","label":"Services d'intĂ©rĂȘt gĂ©nĂ©ral"},{"value":"fr.tf1.mytf1","label":"TF1+"},{"value":"netflix","label":"Netflix"},{"value":"youtube.leanback.v4","label":"YouTube"}]
[2026-08-26T12:48:54.081Z] [INFO] LG webOS external inputs: HDMI 1 (HDMI_1 / com.webos.app.hdmi1) connected=false, Freebox Playe (HDMI_2 / com.webos.app.hdmi2) connected=true, HDMI 3 (HDMI_3 / com.webos.app.hdmi3) connected=false, HDMI 4 (HDMI_4 / com.webos.app.hdmi4) connected=false
[2026-08-26T12:48:54.081Z] [INFO] LG webOS source supported_options: [{"value":"HDMI_1","label":"HDMI 1"},{"value":"HDMI_2","label":"Freebox Playe"},{"value":"HDMI_3","label":"HDMI 3"},{"value":"HDMI_4","label":"HDMI 4"}]
[2026-08-26T12:48:54.091Z] [INFO] LG webOS connected to 1/1 TV(s).
[2026-08-26T12:48:54.091Z] [INFO] LG webOS connected through wss://192.168.1.90:3001
[2026-08-26T12:48:54.095Z] [INFO] LG webOS connected to 1/1 TV(s).
[2026-08-26T12:48:54.097Z] [INFO] LG webOS real power state: {"state":"Active","subscribed":true,"returnValue":true}
[2026-08-26T12:48:54.100Z] [INFO] LG webOS foreground application: appId=com.webos.app.hdmi2, title=HDMI2, input=HDMI_2, payload={"subscribed":true,"returnValue":true,"appId":"com.webos.app.hdmi2","appCategory":[],"processId":"","windowId":""}
[2026-08-26T12:48:54.119Z] [INFO] LG webOS current channel: {"returnValue":false,"errorCode":-1000,"errorText":"com.webos.service.utp/bind returns invalid result(response error)","response":{"errorCode":-101,"returnValue":false,"errorText":"There is no active broadcast to bind","subscribed":false}}
[2026-08-26T12:49:36.865Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Request Screen Saver"}
[2026-08-26T12:49:36.912Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active","processing":"Screen On"}
[2026-08-26T12:49:36.914Z] [INFO] LG webOS real power state: {"returnValue":true,"state":"Active"}
Je dirais aprÚs avoir éteint la TV mais je ne sais pas au bout de combien de temps.
Et si la TV est allumĂ©e par la tĂ©lĂ©commande, il nây a pas de reconnexion automatique depuis Gladys.
I noticed that with another integration, I donât think itâs related to the integration itself
When the TV is off, the socket closes because the TV is no longer accessible; itâs normal behavior.
Thatâs why we use Wake-on-LAN to turn it back on ![]()
I made an update; Claude still reviewed the socket part to try to keep the connection.
Iâve been testing it for 1h30 with the TV on and Iâm not/longer disconnected.
I havenât retested turning the TV off/on with the remote control yet. Iâll take care of it tonight after my wife has finished watching TV ahah
The 2.2.2 update allows you to reconnect your TV without doing anything ![]()
I turned on my TV, it was disconnected, and then it switched to connected (though I didnât see the polling time).
Thanks @spenceur!