Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Entwicklung
    4. lgtv Adapter zur Steuerung von LG WebOS SmartTVs

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    lgtv Adapter zur Steuerung von LG WebOS SmartTVs

    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      SevenUp @dirkhe last edited by SevenUp

      @dirkhe ich hatte heute wieder den Fall, dass der Verstärker nicht eingeschaltet wurde, obwohl der TV lief.

      Firmware ist die neuste, 05.30.10 vom 19. Januar 2021

      Erstmal zu meiner "Logik":
      In einem Blockly triggere ich auf den DP "TV is on. Bei true wird ein DP "Fernseher_Status" sofort auf true gesetzt. bei false wird es verzögert nach 5 Sek auf false gesetzt.
      2021-02-07 16_25_37-Window.png

      Abhängig von dem DP "Fernseher_Status" wird dann der Verstärker ein/ausgeschaltet (ist eine einfache schaltbare Steckdose, der Verstärker ist nicht smart).
      2021-02-07 16_28_50-Window.png

      Das alles hat heute erstmal funktioniert und es lief alles. Danach wurde im Zimmer keine Bewegung erkannt und daraufhin wurde der TV automatisch ausgeschaltet (DP Remote key power auf true gesetzt). und 5 Sek später auch der Verstärker.
      Bis hier also alles richtig.

      Kurz darauf wurde der TV mit der Fernbedienung manuell wieder eingeschaltet, der Verstärker blieb aber weiterhin aus.
      Im Log sehe ich zwar "check TV connection: ok", aber kein Trigger auf "Is TV is ON - true"

      2021-02-07 13:16:15.025  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
      2021-02-07 13:16:15.026  - debug: lgtv.0 (2823) check TV connection: Error: timeout
      2021-02-07 13:16:15.026  - debug: lgtv.0 (2823) TV is off
      2021-02-07 13:16:15.037  - info: javascript.0 (1265) script.js.Sonstiges.Fernseher: Is TV is ON - false
      2021-02-07 13:16:15.051  - info: javascript.0 (1265) script.js.Sonstiges.Fernseher: Is TV is ON - false
      2021-02-07 13:16:15.064  - info: javascript.0 (1265) script.js.Sonstiges.Fernseher: Is TV is ON - false
      2021-02-07 13:16:15.078  - info: javascript.0 (1265) script.js.Sonstiges.Fernseher: Is TV is ON - false
      2021-02-07 13:16:15.142  - info: javascript.0 (1265) script.js.Sonstiges.Fernseher: Is TV is ON - false
      2021-02-07 13:16:15.149  - info: javascript.0 (1265) script.js.Sonstiges.Fernseher: Is TV is ON - false
      2021-02-07 13:16:15.156  - info: javascript.0 (1265) script.js.Sonstiges.Fernseher: Is TV is ON - false
      2021-02-07 13:16:15.171  - info: javascript.0 (1265) script.js.Sonstiges.Fernseher: Is TV is ON - false
      2021-02-07 13:16:15.184  - info: javascript.0 (1265) script.js.Sonstiges.Fernseher: Is TV is ON - false
      2021-02-07 13:16:15.211  - info: javascript.0 (1265) script.js.Sonstiges.Fernseher: Is TV is ON - false
      2021-02-07 13:16:15.966  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
      2021-02-07 13:16:15.966  - debug: lgtv.0 (2823) check TV connection: Error: timeout
      2021-02-07 13:16:15.966  - debug: lgtv.0 (2823) TV is off
      2021-02-07 13:16:15.967  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
      2021-02-07 13:16:15.967  - debug: lgtv.0 (2823) check TV connection: Error: timeout
      2021-02-07 13:16:15.967  - debug: lgtv.0 (2823) TV is off
      2021-02-07 13:16:15.967  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
      2021-02-07 13:16:15.968  - debug: lgtv.0 (2823) check TV connection: Error: timeout
      .......................
      2021-02-07 13:16:17.026  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
      2021-02-07 13:16:17.027  - debug: lgtv.0 (2823) check TV connection: Error: timeout
      2021-02-07 13:16:17.027  - debug: lgtv.0 (2823) TV is off
      2021-02-07 13:16:17.328  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 13:16:17.330  - debug: lgtv.0 (2823) check TV connection: ok
      .......................
      2021-02-07 13:16:20.008  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 13:16:20.034  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 13:16:20.271  - info: javascript.0 (1265) script.js.Sonstiges.Verstaerker: Fernseher_Status - false
      2021-02-07 13:16:20.975  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 13:16:20.982  - debug: lgtv.0 (2823) check TV connection: ok
      

      und hier der vollständige Log für die gesamte Laufzeit:

      2021-02-07 12:50:27.288  - debug: lgtv.0 (2823) Connecting to WebOS TV: ws://192.168.1.24:3000
      2021-02-07 12:50:29.225  - debug: lgtv.0 (2823) TV is off
      2021-02-07 12:50:35.352  - debug: lgtv.0 (2823) Connecting to WebOS TV: ws://192.168.1.24:3000
      2021-02-07 12:50:37.289  - debug: lgtv.0 (2823) TV is off
      2021-02-07 12:50:43.416  - debug: lgtv.0 (2823) Connecting to WebOS TV: ws://192.168.1.24:3000
      2021-02-07 12:50:43.491  - debug: lgtv.0 (2823) WebOS TV Connected
      2021-02-07 12:50:43.571  - debug: lgtv.0 (2823) DEBUGGING getForegroundAppInfo: {"appId":"com.webos.app.hdmi1","subscribed":true,"returnValue":true,"windowId":"","processId":""}
      2021-02-07 12:50:43.572  - debug: lgtv.0 (2823) cur app is com.webos.app.hdmi1
      2021-02-07 12:50:43.574  - debug: lgtv.0 (2823) audio/getVolume: {"returnValue":true,"volumeMax":100,"ringtonewithvibration":true,"scenario":"mastervolume_tv_speaker_ext","muted":false,"hac":false,"subscribed":true,"volume":13,"action":"requested","supportvolume":true,"ringer switch":true,"slider":false,"active":false,"changed":["muted","volume"]}
      2021-02-07 12:50:43.607  - debug: lgtv.0 (2823) getCurrentSWInformation: {"returnValue":true,"product_name":"webOSTV 4.0","model_name":"HE_DTV_W18O_AFABABAA","sw_type":"FIRMWARE","major_ver":"05","minor_ver":"30.10","country":"DE","country_group":"EU","device_id":"a8:23:fe:cb:79:e2","auth_flag":"N","ignore_disable":"N","eco_info":"01","config_key":"00","language_code":"de-DE"}
      2021-02-07 12:50:43.619  - debug: lgtv.0 (2823) Service list: {"returnValue":true,"services":[{"name":"api","version":1},{"name":"audio","version":1},{"name":"config","version":1},{"name":"externalpq","version":1},{"name":"media.controls","version":1},{"name":"media.viewer","version":1},{"name":"pairing","version":1},{"name":"settings","version":1},{"name":"system","version":1},{"name":"system.launcher","version":1},{"name":"system.notifications","version":1},{"name":"timer","version":1},{"name":"tv","version":1},{"name":"user","version":1},{"name":"webapp","version":2}]}
      2021-02-07 12:50:43.621  - info: javascript.0 (1265) script.js.Sonstiges.Fernseher: Is TV is ON - true
      2021-02-07 12:50:43.624  - debug: lgtv.0 (2823) renew connection in one minute for stable subscriptions...
      2021-02-07 12:50:43.637  - debug: lgtv.0 (2823) getSystemInfo: {"returnValue":true,"features":{"3d":false,"dvr":true},"receiverType":"dvb","modelName":"OLED65C8LLA","programMode":"true"}
      2021-02-07 12:50:43.638  - debug: lgtv.0 (2823) audio/getSoundOutput: {"soundOutput":"tv_external_speaker","subscribed":true}
      2021-02-07 12:50:43.638  - debug: lgtv.0 (2823) tv/getCurrentChannel: {"returnValue":false,"errorCode":-1000,"errorText":"internal error"}
      2021-02-07 12:50:43.664  - debug: lgtv.0 (2823) check TV connection: ok
      .......................
      2021-02-07 12:50:43.669  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 12:50:43.700  - info: javascript.0 (1265) script.js.Sonstiges.Verstaerker: Fernseher_Status - true
      2021-02-07 12:50:44.670  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 12:50:44.671  - debug: lgtv.0 (2823) check TV connection: ok
      .......................
      2021-02-07 12:50:51.678  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 12:50:51.678  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 12:50:51.759  - debug: lgtv.0 (2823) audio/getSoundOutput: {"soundOutput":"external_arc","subscribed":true}
      2021-02-07 12:50:51.983  - debug: lgtv.0 (2823) audio/getVolume: {"changed":["scenario","volume"],"returnValue":true,"volumeMax":100,"scenario":"mastervolume_ext_speaker_arc","muted":false,"volume":0,"action":"changed","supportvolume":false,"active":false}
      2021-02-07 12:50:52.718  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 12:50:52.719  - debug: lgtv.0 (2823) check TV connection: ok
      .......................
      2021-02-07 12:51:11.678  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 12:51:11.678  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 12:51:12.036  - debug: lgtv.0 (2823) audio/getVolume: {"changed":["volume"],"returnValue":true,"cause":"volumeDown","volumeMax":100,"scenario":"mastervolume_ext_speaker_arc","muted":false,"volume":0,"action":"changed","supportvolume":false,"active":false}
      2021-02-07 12:51:12.526  - debug: lgtv.0 (2823) audio/getVolume: {"changed":["volume"],"returnValue":true,"cause":"volumeDown","volumeMax":100,"scenario":"mastervolume_ext_speaker_arc","muted":false,"volume":0,"action":"changed","supportvolume":false,"active":false}
      .......................
      2021-02-07 12:51:42.686  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 12:51:42.687  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 12:51:43.632  - debug: lgtv.0 (2823) Connection closed: 1000
      2021-02-07 12:51:44.126  - debug: lgtv.0 (2823) Connecting to WebOS TV: ws://192.168.1.24:3000
      2021-02-07 12:51:44.391  - debug: lgtv.0 (2823) WebOS TV Connected
      2021-02-07 12:51:44.460  - debug: lgtv.0 (2823) DEBUGGING getForegroundAppInfo: {"appId":"com.webos.app.hdmi1","subscribed":true,"returnValue":true,"windowId":"","processId":""}
      2021-02-07 12:51:44.460  - debug: lgtv.0 (2823) cur app is com.webos.app.hdmi1
      2021-02-07 12:51:44.461  - debug: lgtv.0 (2823) audio/getVolume: {"returnValue":true,"volumeMax":100,"ringtonewithvibration":true,"scenario":"mastervolume_ext_speaker_arc","muted":false,"hac":false,"subscribed":true,"volume":0,"action":"requested","supportvolume":false,"ringer switch":true,"slider":false,"active":false,"changed":["muted","volume"]}
      2021-02-07 12:51:44.520  - debug: lgtv.0 (2823) Service list: {"returnValue":true,"services":[{"name":"api","version":1},{"name":"audio","version":1},{"name":"config","version":1},{"name":"externalpq","version":1},{"name":"media.controls","version":1},{"name":"media.viewer","version":1},{"name":"pairing","version":1},{"name":"settings","version":1},{"name":"system","version":1},{"name":"system.launcher","version":1},{"name":"system.notifications","version":1},{"name":"timer","version":1},{"name":"tv","version":1},{"name":"user","version":1},{"name":"webapp","version":2}]}
      2021-02-07 12:51:44.520  - debug: lgtv.0 (2823) getCurrentSWInformation: {"returnValue":true,"product_name":"webOSTV 4.0","model_name":"HE_DTV_W18O_AFABABAA","sw_type":"FIRMWARE","major_ver":"05","minor_ver":"30.10","country":"DE","country_group":"EU","device_id":"a8:23:fe:cb:79:e2","auth_flag":"N","ignore_disable":"N","eco_info":"01","config_key":"00","language_code":"de-DE"}
      2021-02-07 12:51:44.539  - debug: lgtv.0 (2823) audio/getSoundOutput: {"soundOutput":"external_arc","subscribed":true}
      2021-02-07 12:51:44.540  - debug: lgtv.0 (2823) getSystemInfo: {"returnValue":true,"features":{"3d":false,"dvr":true},"receiverType":"dvb","modelName":"OLED65C8LLA","programMode":"true"}
      2021-02-07 12:51:44.541  - debug: lgtv.0 (2823) tv/getCurrentChannel: {"returnValue":false,"errorCode":-1000,"errorText":"internal error"}
      2021-02-07 12:51:44.629  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 12:51:44.676  - debug: lgtv.0 (2823) check TV connection: ok
      .......................
      2021-02-07 12:52:39.709  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 12:52:39.709  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 12:52:40.635  - debug: lgtv.0 (2823) audio/getVolume: {"changed":["volume"],"returnValue":true,"cause":"volumeUp","volumeMax":100,"scenario":"mastervolume_ext_speaker_arc","muted":false,"volume":1,"action":"changed","supportvolume":false,"active":false}
      2021-02-07 12:52:40.645  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 12:52:40.682  - debug: lgtv.0 (2823) check TV connection: ok
      .......................
      2021-02-07 12:52:40.710  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 12:52:40.711  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 12:52:41.119  - debug: lgtv.0 (2823) audio/getVolume: {"changed":["volume"],"returnValue":true,"cause":"volumeUp","volumeMax":100,"scenario":"mastervolume_ext_speaker_arc","muted":false,"volume":2,"action":"changed","supportvolume":false,"active":false}
      2021-02-07 12:52:41.159  - debug: lgtv.0 (2823) audio/getVolume: {"changed":["volume"],"returnValue":true,"cause":"volumeUp","volumeMax":100,"scenario":"mastervolume_ext_speaker_arc","muted":false,"volume":3,"action":"changed","supportvolume":false,"active":false}
      .......................
      2021-02-07 13:15:00.993  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 13:15:01.020  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 13:15:01.648  - debug: lgtv.0 (2823) State change "states.popup" - VALUE: Keine Bewegung seit 15 Minuten erkannt. Fernseher wird in 1 Minute ausgeschaltet.
      2021-02-07 13:15:01.648  - debug: lgtv.0 (2823) Sending popup message "Keine Bewegung seit 15 Minuten erkannt. Fernseher wird in 1 Minute ausgeschaltet." to WebOS TV: 192.168.1.24
      2021-02-07 13:15:01.954  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 13:15:01.955  - debug: lgtv.0 (2823) check TV connection: ok
      .......................
      2021-02-07 13:16:01.004  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 13:16:01.028  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 13:16:01.645  - info: javascript.0 (1265) script.js.Sonstiges.Fernseher_automatisch_aus: Fernseher wurde automatisch ausgeschaltet. Keine Bewegung
      2021-02-07 13:16:01.655  - debug: lgtv.0 (2823) State change "remote.power" - VALUE: true
      2021-02-07 13:16:01.655  - debug: lgtv.0 (2823) State change "remote.power" - VALUE: {"val":true,"ack":false,"ts":1612700161651,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1610561204381}
      2021-02-07 13:16:02.053  - debug: lgtv.0 (2823) DEBUGGING getForegroundAppInfo: {"subscribed":true,"appId":"","returnValue":true,"windowId":"","processId":""}
      2021-02-07 13:16:02.068  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 13:16:02.070  - debug: lgtv.0 (2823) check TV connection: ok
      .......................
      2021-02-07 13:16:03.009  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 13:16:03.028  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 13:16:03.554  - debug: lgtv.0 (2823) TV is off
      2021-02-07 13:16:03.615  - info: javascript.0 (1265) script.js.Sonstiges.Fernseher: Is TV is ON - false
      2021-02-07 13:16:08.962  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
      2021-02-07 13:16:08.963  - debug: lgtv.0 (2823) check TV connection: Error: timeout
      2021-02-07 13:16:08.963  - debug: lgtv.0 (2823) TV is off
      2021-02-07 13:16:08.963  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
      2021-02-07 13:16:08.963  - debug: lgtv.0 (2823) check TV connection: Error: timeout
      2021-02-07 13:16:08.964  - debug: lgtv.0 (2823) TV is off
      .......................
      2021-02-07 13:16:09.025  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
      2021-02-07 13:16:09.026  - debug: lgtv.0 (2823) check TV connection: Error: timeout
      2021-02-07 13:16:09.026  - debug: lgtv.0 (2823) TV is off
      2021-02-07 13:16:09.391  - info: javascript.0 (1265) script.js.Sonstiges.Verstaerker: Fernseher_Status - false
      2021-02-07 13:16:09.439  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
      2021-02-07 13:16:09.963  - debug: lgtv.0 (2823) check TV connection: Error: timeout
      2021-02-07 13:16:09.963  - debug: lgtv.0 (2823) TV is off
      2021-02-07 13:16:09.963  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
      2021-02-07 13:16:09.963  - debug: lgtv.0 (2823) check TV connection: Error: timeout
      2021-02-07 13:16:09.963  - debug: lgtv.0 (2823) TV is off
      .......................
      2021-02-07 13:16:14.026  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
      2021-02-07 13:16:14.026  - debug: lgtv.0 (2823) check TV connection: Error: timeout
      2021-02-07 13:16:14.026  - debug: lgtv.0 (2823) TV is off
      2021-02-07 13:16:14.454  - debug: lgtv.0 (2823) DEBUGGING getForegroundAppInfo: {"subscribed":true,"appId":"com.webos.app.hdmi1","returnValue":true,"windowId":"","processId":""}
      2021-02-07 13:16:14.454  - debug: lgtv.0 (2823) cur app is com.webos.app.hdmi1
      2021-02-07 13:16:14.526  - debug: lgtv.0 (2823) audio/getSoundOutput: {"soundOutput":"external_arc","subscribed":true}
      2021-02-07 13:16:14.532  - info: javascript.0 (1265) script.js.Sonstiges.Fernseher: Is TV is ON - true
      2021-02-07 13:16:14.535  - debug: lgtv.0 (2823) renew connection in one minute for stable subscriptions...
      2021-02-07 13:16:14.557  - info: javascript.0 (1265) script.js.Sonstiges.Verstaerker: Fernseher_Status - true
      2021-02-07 13:16:14.966  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
      2021-02-07 13:16:14.966  - debug: lgtv.0 (2823) check TV connection: Error: timeout
      2021-02-07 13:16:14.966  - debug: lgtv.0 (2823) TV is off
      .......................
      2021-02-07 13:16:15.025  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
      2021-02-07 13:16:15.026  - debug: lgtv.0 (2823) check TV connection: Error: timeout
      2021-02-07 13:16:15.026  - debug: lgtv.0 (2823) TV is off
      2021-02-07 13:16:15.037  - info: javascript.0 (1265) script.js.Sonstiges.Fernseher: Is TV is ON - false
      2021-02-07 13:16:15.051  - info: javascript.0 (1265) script.js.Sonstiges.Fernseher: Is TV is ON - false
      2021-02-07 13:16:15.064  - info: javascript.0 (1265) script.js.Sonstiges.Fernseher: Is TV is ON - false
      2021-02-07 13:16:15.078  - info: javascript.0 (1265) script.js.Sonstiges.Fernseher: Is TV is ON - false
      2021-02-07 13:16:15.142  - info: javascript.0 (1265) script.js.Sonstiges.Fernseher: Is TV is ON - false
      2021-02-07 13:16:15.149  - info: javascript.0 (1265) script.js.Sonstiges.Fernseher: Is TV is ON - false
      2021-02-07 13:16:15.156  - info: javascript.0 (1265) script.js.Sonstiges.Fernseher: Is TV is ON - false
      2021-02-07 13:16:15.171  - info: javascript.0 (1265) script.js.Sonstiges.Fernseher: Is TV is ON - false
      2021-02-07 13:16:15.184  - info: javascript.0 (1265) script.js.Sonstiges.Fernseher: Is TV is ON - false
      2021-02-07 13:16:15.211  - info: javascript.0 (1265) script.js.Sonstiges.Fernseher: Is TV is ON - false
      2021-02-07 13:16:15.966  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
      2021-02-07 13:16:15.966  - debug: lgtv.0 (2823) check TV connection: Error: timeout
      2021-02-07 13:16:15.966  - debug: lgtv.0 (2823) TV is off
      2021-02-07 13:16:15.967  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
      2021-02-07 13:16:15.967  - debug: lgtv.0 (2823) check TV connection: Error: timeout
      2021-02-07 13:16:15.967  - debug: lgtv.0 (2823) TV is off
      2021-02-07 13:16:15.967  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
      2021-02-07 13:16:15.968  - debug: lgtv.0 (2823) check TV connection: Error: timeout
      .......................
      2021-02-07 13:16:17.026  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
      2021-02-07 13:16:17.027  - debug: lgtv.0 (2823) check TV connection: Error: timeout
      2021-02-07 13:16:17.027  - debug: lgtv.0 (2823) TV is off
      2021-02-07 13:16:17.328  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 13:16:17.330  - debug: lgtv.0 (2823) check TV connection: ok
      .......................
      2021-02-07 13:16:20.008  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 13:16:20.034  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 13:16:20.271  - info: javascript.0 (1265) script.js.Sonstiges.Verstaerker: Fernseher_Status - false
      2021-02-07 13:16:20.975  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 13:16:20.982  - debug: lgtv.0 (2823) check TV connection: ok
      .......................
      2021-02-07 13:16:21.010  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 13:16:21.034  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 13:16:21.326  - debug: lgtv.0 (2823) audio/getVolume: {"changed":["scenario","volume"],"returnValue":true,"volumeMax":100,"scenario":"mastervolume_ext_speaker_urcu_oss","muted":false,"volume":-1,"action":"changed","supportvolume":true,"active":false}
      2021-02-07 13:16:21.359  - debug: lgtv.0 (2823) audio/getSoundOutput: {"soundOutput":"tv_external_speaker","subscribed":true}
      2021-02-07 13:16:21.841  - debug: lgtv.0 (2823) audio/getVolume: {"changed":["scenario","volume"],"returnValue":true,"volumeMax":100,"scenario":"mastervolume_tv_speaker_ext","muted":false,"volume":13,"action":"changed","supportvolume":true,"active":false}
      2021-02-07 13:16:21.975  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 13:16:21.980  - debug: lgtv.0 (2823) check TV connection: ok
      .......................
      2021-02-07 13:16:36.014  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 13:16:36.038  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 13:16:36.196  - debug: lgtv.0 (2823) audio/getVolume: {"changed":["volume"],"returnValue":true,"cause":"volumeDown","volumeMax":100,"scenario":"mastervolume_tv_speaker_ext","muted":false,"volume":12,"action":"changed","supportvolume":true,"active":false}
      2021-02-07 13:16:36.980  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 13:16:36.980  - debug: lgtv.0 (2823) check TV connection: ok
      .......................
      2021-02-07 13:16:48.016  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 13:16:48.038  - debug: lgtv.0 (2823) check TV connection: ok
      2021-02-07 13:16:48.198  - debug: lgtv.0 (2823) audio/getVolume: {"changed":["volume"],"returnValue":true,"cause":"volumeUp","volumeMax":100,"scenario":"mastervolume_tv_speaker_ext","muted":false,"volume":13,"action":"changed","supportvolume":true,"active":false}
      2021-02-07 13:16:48.684  - debug: lgtv.0 (2823) audio/getVolume: {"changed":["volume"],"returnValue":true,"cause":"volumeUp","volumeMax":100,"scenario":"mastervolume_tv_speaker_ext","muted":false,"volume":14,"action":"changed","supportvolume":true,"active":false}
      2021-02-07 13:16:48.724  - debug: lgtv.0 (2823) audio/getVolume: {"changed":["volume"],"returnValue":true,"cause":"volumeUp","volumeMax":100,"scenario":"mastervolume_tv_speaker_ext","muted":false,"volume":15,"action":"changed","supportvolume":true,"active":false}
      2021-02-07 13:16:48.764  - debug: lgtv.0 (2823) audio/getVolume: {"changed":["volume"],"returnValue":true,"cause":"volumeUp","volumeMax":100,"scenario":"mastervolume_tv_speaker_ext","muted":false,"volume":16,"action":"changed","supportvolume":true,"active":false}
      2021-02-07 13:16:48.805  - debug: lgtv.0 (2823) audio/getVolume: {"changed":["volume"],"returnValue":true,"cause":"volumeUp","volumeMax":100,"scenario":"mastervolume_tv_speaker_ext","muted":false,"volume":17,"action":"changed","supportvolume":true,"active":false}
      2021-02-07 13:16:48.847  - debug: lgtv.0 (2823) audio/getVolume: {"changed":["volume"],"returnValue":true,"cause":"volumeUp","volumeMax":100,"scenario":"mastervolume_tv_speaker_ext","muted":false,"volume":18,"action":"changed","supportvolume":true,"active":false}
      2021-02-07 13:16:48.885  - debug: lgtv.0 (2823) audio/getVolume: {"changed":["volume"],"returnValue":true,"cause":"volumeUp","volumeMax":100,"scenario":"mastervolume_tv_speaker_ext","muted":false,"volume":19,"action":"changed","supportvolume":true,"active":false}
      2021-02-07 13:16:48.929  - debug: lgtv.0 (2823) audio/getVolume: {"changed":["volume"],"returnValue":true,"cause":"volumeUp","volumeMax":100,"scenario":"mastervolume_tv_speaker_ext","muted":false,"volume":20,"action":"changed","supportvolume":true,"active":false}
      2021-02-07 13:16:48.966  - debug: lgtv.0 (2823) audio/getVolume: {"changed":["volume"],"returnValue":true,"cause":"volumeUp","volumeMax":100,"scenario":"mastervolume_tv_speaker_ext","muted":false,"volume":21,"action":"changed","supportvolume":true,"active":false}
      

      S 1 Reply Last reply Reply Quote 0
      • S
        SevenUp @SevenUp last edited by

        und nun, im laufenden TV Betrieb, wurde der TV mehrmals als Aus gemeldet. Auszug aus dem Log für ein Fall:

        2021-02-07 19:38:29.022  - debug: lgtv.0 (2823) check TV connection: ok
        2021-02-07 19:38:29.049  - debug: lgtv.0 (2823) check TV connection: ok
        2021-02-07 19:38:29.049  - debug: lgtv.0 (2823) check TV connection: ok
        2021-02-07 19:38:29.053  - debug: lgtv.0 (2823) check TV connection: ok
        2021-02-07 19:38:29.053  - debug: lgtv.0 (2823) check TV connection: ok
        2021-02-07 19:38:29.062  - debug: lgtv.0 (2823) check TV connection: ok
        2021-02-07 19:38:29.678  - debug: lgtv.0 (2823) check TV connection: ok
        2021-02-07 19:38:34.862  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:34.862  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:34.862  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:34.963  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:34.963  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:34.963  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:34.964  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:34.964  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:34.964  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:34.985  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:34.985  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:34.985  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:34.990  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:34.990  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:34.990  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:35.002  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:35.002  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:35.002  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:35.007  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:35.008  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:35.008  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:35.019  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:35.019  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:35.019  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:35.045  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:35.045  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:35.045  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:35.046  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:35.046  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:35.046  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:35.047  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:35.047  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:35.047  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:35.048  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:35.048  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:35.048  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:35.058  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:35.059  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:35.059  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:35.676  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:35.676  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:35.676  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:35.862  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:35.862  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:35.862  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:35.961  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:35.961  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:35.961  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:35.964  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:35.964  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:35.964  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:35.984  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:35.984  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:35.984  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:35.990  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:35.991  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:35.991  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:36.002  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:36.002  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:36.002  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:36.008  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:36.008  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:36.008  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:36.018  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:36.018  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:36.019  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:36.045  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:36.045  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:36.045  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:36.046  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:36.046  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:36.046  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:36.048  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:36.048  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:36.048  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:36.049  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:36.049  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:36.049  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:36.059  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:36.059  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:36.059  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:36.677  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:36.677  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:36.678  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:36.862  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:36.862  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:36.862  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:36.961  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:36.962  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:36.962  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:36.965  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:36.965  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:36.965  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:36.985  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:36.985  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:36.985  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:36.992  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:36.992  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:36.992  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:37.002  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:37.002  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:37.002  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:37.007  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:37.007  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:37.008  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:37.018  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:37.019  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:37.019  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:37.044  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:37.045  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:37.045  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:37.046  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:37.046  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:37.046  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:37.048  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:37.048  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:37.048  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:37.050  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:37.051  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:37.051  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:37.059  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:37.059  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:37.059  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:37.677  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:37.677  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:37.677  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:37.865  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:37.865  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:37.865  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:37.962  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:37.962  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:37.962  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:37.964  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:37.964  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:37.964  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:37.985  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:37.985  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:37.985  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:37.991  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:37.991  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:37.991  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:38.002  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:38.002  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:38.002  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:38.007  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:38.007  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:38.007  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:38.019  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:38.019  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:38.019  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:38.045  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:38.045  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:38.045  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:38.047  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:38.047  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:38.047  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:38.048  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:38.048  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:38.048  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:38.051  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:38.051  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:38.052  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:38.060  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:38.060  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:38.060  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:38.678  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:38.678  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:38.678  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:38.864  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:38.865  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:38.865  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:38.963  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:38.963  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:38.963  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:38.965  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:38.965  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:38.965  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:38.984  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:38.985  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:38.985  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:38.993  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:38.993  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:38.993  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:39.002  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:39.002  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:39.002  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:39.008  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:39.008  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:39.008  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:39.018  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:39.018  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:39.018  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:39.045  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:39.046  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:39.046  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:39.048  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:39.048  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:39.048  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:39.049  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:39.049  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:39.049  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:39.057  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:39.057  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:39.057  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:39.061  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:39.062  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:39.062  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:39.678  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:39.678  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:39.678  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:39.865  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:39.865  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:39.865  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:39.964  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:39.964  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:39.964  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:39.965  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:39.965  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:39.965  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:39.985  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:39.986  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:39.986  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:39.994  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:39.994  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:39.994  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:40.002  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:40.003  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:40.003  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:40.008  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:40.008  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:40.008  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:40.019  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:40.020  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:40.020  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:40.047  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:40.047  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:40.047  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:40.048  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:40.048  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:40.048  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:40.048  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:40.048  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:40.049  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:40.051  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:40.051  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:40.051  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:40.060  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:40.060  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:40.060  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:40.678  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:40.678  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:40.678  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:40.865  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:40.865  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:40.865  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:40.964  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:40.964  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:40.964  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:40.965  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:40.965  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:40.965  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:40.985  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:40.986  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:40.986  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:40.994  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:40.994  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:40.994  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:41.002  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:41.003  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:41.003  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:41.008  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:41.008  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:41.009  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:41.019  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:41.019  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:41.019  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:41.047  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:41.047  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:41.047  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:41.048  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:41.048  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:41.048  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:41.048  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:41.049  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:41.049  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:41.052  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:41.052  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:41.052  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:41.059  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:41.060  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:41.060  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:41.679  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:41.679  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:41.679  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:41.865  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:41.865  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:41.865  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:41.964  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:41.964  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:41.964  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:41.965  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:41.965  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:41.965  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:41.985  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:41.986  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:41.986  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:41.994  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:41.994  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:41.994  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:42.005  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:42.005  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:42.005  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:42.008  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:42.009  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:42.009  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:42.019  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:42.019  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:42.020  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:42.047  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:42.047  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:42.047  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:42.048  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:42.048  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:42.048  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:42.048  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:42.049  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:42.049  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:42.053  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:42.053  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:42.053  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:42.060  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:42.060  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:42.060  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:42.678  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:42.678  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:42.679  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:42.867  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:42.867  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:42.867  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:42.965  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:42.965  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:42.965  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:42.966  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:42.966  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:42.966  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:42.985  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:42.986  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:42.986  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:42.994  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:42.994  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:42.994  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:43.006  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:43.006  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:43.006  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:43.009  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:43.009  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:43.009  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:43.019  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:43.019  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:43.020  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:43.048  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:43.048  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:43.049  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:43.049  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:43.049  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:43.050  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:43.050  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:43.050  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:43.050  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:43.054  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:43.054  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:43.054  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:43.061  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:43.061  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:43.061  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:43.680  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:43.681  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:43.681  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:43.865  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:43.866  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:43.866  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:43.965  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:43.965  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:43.965  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:43.969  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:43.969  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:43.969  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:43.985  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:43.986  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:43.986  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:43.994  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:43.994  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:43.994  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:44.005  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:44.006  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:44.006  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:44.009  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:44.009  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:44.009  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:44.023  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:44.023  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:44.023  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:44.049  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:44.049  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:44.049  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:44.057  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:44.057  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:44.057  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:44.058  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:44.058  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:44.058  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:44.058  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:44.058  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:44.058  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:44.062  - debug: lgtv.0 (2823) ERROR! Response from TV: Error: timeout
        2021-02-07 19:38:44.063  - debug: lgtv.0 (2823) check TV connection: Error: timeout
        2021-02-07 19:38:44.063  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:44.680  - debug: lgtv.0 (2823) Connection closed: 1006
        2021-02-07 19:38:49.681  - debug: lgtv.0 (2823) Connecting to WebOS TV: ws://192.168.1.24:3000
        2021-02-07 19:38:54.681  - debug: lgtv.0 (2823) TV is off
        2021-02-07 19:38:57.036  - debug: lgtv.0 (2823) WebOS TV Connected
        2021-02-07 19:38:57.063  - debug: lgtv.0 (2823) audio/getVolume: {"returnValue":true,"volumeMax":100,"ringtonewithvibration":true,"scenario":"mastervolume_tv_speaker_ext","muted":false,"hac":false,"subscribed":true,"volume":21,"action":"requested","supportvolume":true,"ringer switch":true,"slider":false,"active":false,"changed":["muted","volume"]}
        2021-02-07 19:38:57.184  - debug: lgtv.0 (2823) DEBUGGING getForegroundAppInfo: {"appId":"netflix","subscribed":true,"returnValue":true,"windowId":"","processId":""}
        2021-02-07 19:38:57.184  - debug: lgtv.0 (2823) cur app is netflix
        2021-02-07 19:38:57.185  - debug: lgtv.0 (2823) getCurrentSWInformation: {"returnValue":true,"product_name":"webOSTV 4.0","model_name":"HE_DTV_W18O_AFABABAA","sw_type":"FIRMWARE","major_ver":"05","minor_ver":"30.10","country":"DE","country_group":"EU","device_id":"a8:23:fe:cb:79:e2","auth_flag":"N","ignore_disable":"N","eco_info":"01","config_key":"00","language_code":"de-DE"}
        2021-02-07 19:38:57.186  - debug: lgtv.0 (2823) check TV connection: ok
        2021-02-07 19:38:57.186  - debug: lgtv.0 (2823) check TV connection: ok
        2021-02-07 19:38:57.186  - debug: lgtv.0 (2823) check TV connection: ok
        2021-02-07 19:38:57.188  - debug: lgtv.0 (2823) check TV connection: ok
        2021-02-07 19:38:57.188  - debug: lgtv.0 (2823) check TV connection: ok
        2021-02-07 19:38:57.188  - debug: lgtv.0 (2823) Service list: {"returnValue":true,"services":[{"name":"api","version":1},{"name":"audio","version":1},{"name":"config","version":1},{"name":"externalpq","version":1},{"name":"media.controls","version":1},{"name":"media.viewer","version":1},{"name":"pairing","version":1},{"name":"settings","version":1},{"name":"system","version":1},{"name":"system.launcher","version":1},{"name":"system.notifications","version":1},{"name":"timer","version":1},{"name":"tv","version":1},{"name":"user","version":1},{"name":"webapp","version":2}]}
        2021-02-07 19:38:57.191  - debug: lgtv.0 (2823) getSystemInfo: {"returnValue":true,"features":{"3d":false,"dvr":true},"receiverType":"dvb","modelName":"OLED65C8LLA","programMode":"true"}
        2021-02-07 19:38:57.193  - debug: lgtv.0 (2823) audio/getSoundOutput: {"soundOutput":"tv_external_speaker","subscribed":true}
        2021-02-07 19:38:57.193  - debug: lgtv.0 (2823) tv/getCurrentChannel: {"returnValue":false,"errorCode":-1000,"errorText":"internal error"}
        2021-02-07 19:38:57.297  - info: javascript.0 (1265) script.js.Sonstiges.Fernseher: Is TV is ON - true
        2021-02-07 19:38:57.301  - debug: lgtv.0 (2823) renew connection in one minute for stable subscriptions...
        2021-02-07 19:38:57.371  - info: javascript.0 (1265) script.js.Sonstiges.Verstaerker: Fernseher_Status - true
        2021-02-07 19:38:57.392  - info: javascript.0 (1265) script.js.Sonstiges.Subwoofer: WOZ Verstärker on - true
        2021-02-07 19:38:57.393  - info: javascript.0 (1265) script.js.Sonstiges.Verstaerker: WOZ Verstärker on - true
        2021-02-07 19:38:57.401  - info: javascript.0 (1265) script.js.Sonstiges.Subwoofer: WOZ Subwoofer on - true
        2021-02-07 19:38:57.872  - debug: lgtv.0 (2823) check TV connection: ok
        2021-02-07 19:38:57.974  - debug: lgtv.0 (2823) check TV connection: ok
        2021-02-07 19:38:57.978  - debug: lgtv.0 (2823) check TV connection: ok
        2021-02-07 19:38:57.992  - debug: lgtv.0 (2823) check TV connection: ok
        2021-02-07 19:38:58.004  - debug: lgtv.0 (2823) check TV connection: ok
        2021-02-07 19:38:58.010  - debug: lgtv.0 (2823) check TV connection: ok
        2021-02-07 19:38:58.016  - debug: lgtv.0 (2823) check TV connection: ok
        2021-02-07 19:38:58.029  - debug: lgtv.0 (2823) check TV connection: ok
        

        1 Reply Last reply Reply Quote 0
        • D
          dirkhe Developer last edited by

          @sevenup also folgendermassen ist der Code

          let isTVon= !!curApp;
              adapter.log.debug(curApp ? "cur app is " + curApp : "TV is off")
              adapter.setStateChanged('states.currentApp', curApp, true);
              let inp = curApp.split(".").pop()
              if (inp.indexOf('hdmi') == 0){
                  adapter.setStateChanged('states.input', "HDMI_" + inp[4], true);
                  adapter.setStateChanged('states.launch', "", true);
              } else {
                  adapter.setStateChanged('states.input', "", true);
                  adapter.setStateChanged('states.launch', inp, true);
              }
              adapter.setStateChanged('states.power', isTVon, true);
              adapter.setStateChanged('states.on', isTVon, tr
          

          Da wird nie ein Trigger tv is on gesendet. Immer wenn App geändert wird, werden auch die stati entsprechend gesetzt.

          Ich kenne mich mit blocky nicht aus, aber wenn du auf state changed bei Status.on abfragt, sollte es gehen.

          S 1 Reply Last reply Reply Quote 0
          • S
            SevenUp @dirkhe last edited by

            @dirkhe aber genau das mache ich aktuell eigentlich schon. Nur prüfe ich nicht auf eine Änderung, sondern allgemein auf eine Aktualisierung des Wertes states.on (Javascript Code im Spoiler).

            Mein Problem scheint aber nicht der Trigger zu sein, sondern dass der Adapter die Verbindung zum TV verliert und danach wieder aufbaut, obwohl der TV durchgehend lief. Zumind. verstehe ich den Log aus meinem vorherigen Post.

            Oder? 😕

            on({id: 'lgtv.0.states.on', change: "any"}, function (obj) {
              var value = obj.state.val;
              var oldValue = obj.oldState.val;
              console.log((['',(obj.common ? obj.common.name : ""),' - ',(obj.state ? obj.state.val : "")].join('')));
              (function () {if (timeout) {clearTimeout(timeout); timeout = null;}})();
              if ((obj.state ? obj.state.val : "")) {
                setState("javascript.0.Fernseher_Status"/*Fernseher_Status*/, true, true);
              } else {
                timeout = setTimeout(function () {
                  // Schalte verzögert aus
                  setState("javascript.0.Fernseher_Status"/*Fernseher_Status*/, false, true);
                }, 5000);
              }
            });
            

            D 1 Reply Last reply Reply Quote 0
            • D
              dirkhe Developer @SevenUp last edited by

              @sevenup dann habe ich das falsch verstanden, sorry. Das Problem ist dann hier wohl eher ein Netzwerk Problem? Wie hoch hast du denn dein Polling/abfrageintervall gestellt? Der wert muss in ms angegeben werden.

              S 1 Reply Last reply Reply Quote 0
              • S
                SevenUp @dirkhe last edited by

                Timeout: 5000
                Abfrageintervall: 1000
                Reconnect: 5000

                D 1 Reply Last reply Reply Quote 0
                • D
                  dirkhe Developer @SevenUp last edited by

                  @sevenup mach den healtintervall doch mal auf 2000, vlt ist das alles zu oft, sonst

                  1 Reply Last reply Reply Quote 1
                  • R
                    rasen1992 @SchuetzeSchulz last edited by

                    Hallo,
                    habe seit heute einen Lg TV mit Smart tv und bin kurz vorm verzweifeln...

                    Ich habe in den Einstellungen aktiviert das über Wlan der Fernseher eingeschalten werden kann, leider ist es aber nicht möglich ich kann über Alexa nur den Fernseher ausschalten danach verliert er die wlan Verbindung

                    Kann mir jemand bitte helfen ...

                    Jey Cee amg_666 2 Replies Last reply Reply Quote 0
                    • Jey Cee
                      Jey Cee Developer @rasen1992 last edited by

                      @rasen1992 wo her weist du das er die Verbindung verliert? Hast du mal mit der LG App getestet ob er sich damit noch einschalten lässt.

                      Schau auch mal die anderen Einstellungen durch die mit Energiesparen zu tun haben.

                      R 1 Reply Last reply Reply Quote 0
                      • R
                        rasen1992 @Jey Cee last edited by rasen1992

                        @jey-cee

                        Auch in der LG ThinQ App geht der Fernseher sofort offline wenn ich ihn abschalte, habe ihn bereits auf Werkseinstellungen zurück gesetzt und alles von neu eingestellt, leider ohne Erfolg...
                        Ich habe auch kein Feld mit der Bezeichnung Link auf Geräte mit Sprachsteuerung unter den Einstellungen am Fernseher

                        1 Reply Last reply Reply Quote 0
                        • amg_666
                          amg_666 @rasen1992 last edited by

                          @rasen1992 sagte in lgtv Adapter zur Steuerung von LG WebOS SmartTVs:

                          Ich habe in den Einstellungen aktiviert das über Wlan der Fernseher eingeschalten werden kann, leider ist es aber nicht möglich ich kann über Alexa nur den Fernseher ausschalten danach verliert er die wlan Verbindung

                          Schau mal hier da hatte jemand ähnliche Probleme die dann "auf einmal" weg waren. Versuch auch mal den Power Saving Modus auszuschalten und danach den TV komplett vom Netz zu nehmen (Stecker raus und etwas warten). Ich kanns mir eigentlich nicht vorstellen aber in dem verlinkten Post schien das das Problem zu lösen...

                          R 1 Reply Last reply Reply Quote 0
                          • R
                            rasen1992 @amg_666 last edited by rasen1992

                            @amg_666
                            Power Saving ist aus und quick Start on hat aber leider auch nichts gebracht 😕

                            1 Reply Last reply Reply Quote 0
                            • S
                              Stefan2812 @sigi234 last edited by

                              Hallo @sigi234,
                              hast du noch immer das Problem mit den Kanälen ab 10 zu schalten?

                              sigi234 1 Reply Last reply Reply Quote 0
                              • sigi234
                                sigi234 Forum Testing Most Active @Stefan2812 last edited by

                                @stefan2812 sagte in lgtv Adapter zur Steuerung von LG WebOS SmartTVs:

                                Hallo @sigi234,
                                hast du noch immer das Problem mit den Kanälen ab 10 zu schalten?

                                Ja

                                liv-in-sky 1 Reply Last reply Reply Quote 0
                                • liv-in-sky
                                  liv-in-sky @sigi234 last edited by

                                  @sigi234

                                  nutze deine vis- da habe ich kein umschaltproblem - oder meinst du etwas anderes

                                  sigi234 1 Reply Last reply Reply Quote 0
                                  • sigi234
                                    sigi234 Forum Testing Most Active @liv-in-sky last edited by sigi234

                                    @liv-in-sky sagte in lgtv Adapter zur Steuerung von LG WebOS SmartTVs:

                                    @sigi234

                                    nutze deine vis- da habe ich kein umschaltproblem - oder meinst du etwas anderes

                                    Im Zahlenfeld, wenn ich zB. Kanal 15 möchte.

                                    liv-in-sky 1 Reply Last reply Reply Quote 0
                                    • liv-in-sky
                                      liv-in-sky @sigi234 last edited by

                                      @sigi234 meinst du das - nutze ich öfters - funktioniert

                                      Image 2.png

                                      sigi234 1 Reply Last reply Reply Quote 0
                                      • sigi234
                                        sigi234 Forum Testing Most Active @liv-in-sky last edited by

                                        @liv-in-sky
                                        Ja, bei mir geht es nicht

                                        liv-in-sky 1 Reply Last reply Reply Quote 0
                                        • liv-in-sky
                                          liv-in-sky @sigi234 last edited by

                                          @sigi234 auch nicht, wenn du direkt die dp benutzt ?

                                          sigi234 1 Reply Last reply Reply Quote 0
                                          • sigi234
                                            sigi234 Forum Testing Most Active @liv-in-sky last edited by

                                            @liv-in-sky
                                            Welches Widget und wie eingestellt und welchen DP nimmst du?

                                            liv-in-sky 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.0k
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            lgtv
                                            113
                                            861
                                            237230
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo