Still having this issue with one of my 3 LG TVs
Here is the debug log continuous power updated to Off messages.
Obviously goes away when then that TV becomes ON. When the TV is turned OFF the log doesn’t show anything and then after a while these log messages start again.
16:20:40.377 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'LivingRoomTVOLED55C2PUA_Power' updated to OFF
16:20:40.379 [DEBUG] [ebos.internal.handler.LGWebOSTVSocket] - Connecting to: wss://192.168.1.35:3001
16:20:40.447 [DEBUG] [ebos.internal.handler.LGWebOSTVSocket] - setState new DISCONNECTED - current DISCONNECTED
16:20:40.491 [DEBUG] [ebos.internal.handler.LGWebOSTVSocket] - WebSocket Connected to: /192.168.1.35
16:20:40.493 [DEBUG] [ebos.internal.handler.LGWebOSTVSocket] - setState new CONNECTING - current DISCONNECTED
16:20:40.498 [DEBUG] [ebos.internal.handler.LGWebOSTVSocket] - WebSocket Closed - Code: 1008, Reason: Try Again Later (EWS)
16:20:40.502 [DEBUG] [ebos.internal.handler.LGWebOSTVSocket] - setState new DISCONNECTED - current CONNECTING
16:20:40.507 [DEBUG] [ebos.internal.handler.LGWebOSTVSocket] - setState new DISCONNECTED - current DISCONNECTED
16:20:40.509 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'LivingRoomTVOLED55C2PUA_Power' updated to OFF
16:20:40.512 [DEBUG] [ebos.internal.handler.LGWebOSTVSocket] - Connecting to: wss://192.168.1.35:3001
16:20:40.632 [DEBUG] [ebos.internal.handler.LGWebOSTVSocket] - WebSocket Connected to: /192.168.1.35
16:20:40.636 [DEBUG] [ebos.internal.handler.LGWebOSTVSocket] - setState new CONNECTING - current DISCONNECTED
16:20:40.642 [DEBUG] [ebos.internal.handler.LGWebOSTVSocket] - WebSocket Closed - Code: 1008, Reason: Try Again Later (EWS)
16:20:40.645 [DEBUG] [ebos.internal.handler.LGWebOSTVSocket] - setState new DISCONNECTED - current CONNECTING
16:20:40.649 [DEBUG] [ebos.internal.handler.LGWebOSTVSocket] - setState new DISCONNECTED - current DISCONNECTED
16:20:40.652 [DEBUG] [ebos.internal.handler.LGWebOSTVSocket] - Connecting to: wss://192.168.1.35:3001
I don’t know anything about how the code in the binding was written but wouldn’t this behaviour make sense if the binding was periodically trying to determine if the TV was on? Is there a different way of determining it the TV is on?