home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.45k stars 30.69k forks source link

Unexpected ConnectionFailure trying to get remote for x.x.x.x, please report this issue: ConnectionFailure({'event': 'ms.channel.timeOut'} #125181

Open 011V32 opened 2 months ago

011V32 commented 2 months ago

The problem

The plugin couldn't connect to the TV anymore and reports the following error:

Logger: homeassistant.components.samsungtv Source: components/samsungtv/bridge.py:628 integration: Samsung Smart TV (documentation, issues) First occurred: 22:04:09 (5 occurrences) Last logged: 22:04:51

Unexpected ConnectionFailure trying to get remote for 192.168.11.31, please report this issue: ConnectionFailure({'event': 'ms.channel.timeOut'})

What version of Home Assistant Core has the issue?

core-2024.8.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

samsungtv

Link to integration documentation on our website

https://www.home-assistant.io/integrations/samsungtv

Diagnostics information

config_entry-samsungtv-cf573e773520004b006b81596cbe9079.json

Example YAML snippet

No response

Anything in the logs that might be useful for us?

2024-09-03 21:46:57.982 DEBUG (MainThread) [homeassistant.components.samsungtv] Checking if TV 192.168.11.31 is on using websocket
2024-09-03 21:46:57.982 DEBUG (MainThread) [homeassistant.components.samsungtv] Create SamsungTVWSBridge for 192.168.11.31
2024-09-03 21:46:57.982 DEBUG (MainThread) [samsungtvws.async_connection] WS url wss://192.168.11.31:8002/api/v2/channels/samsung.remote.control?name=SG9tZUFzc2lzdGFudA==&token=64584445
2024-09-03 21:46:57.985 DEBUG (MainThread) [homeassistant.components.samsungtv] Checking if TV 192.168.11.30 is on using websocket
2024-09-03 21:46:57.985 DEBUG (MainThread) [homeassistant.components.samsungtv] Create SamsungTVEncryptedBridge for 192.168.11.30
2024-09-03 21:46:57.985 DEBUG (MainThread) [samsungtvws.encrypted.remote] Tx: GET http://192.168.11.30:8000/socket.io/1/?t=1725392817985
2024-09-03 21:46:58.034 DEBUG (MainThread) [samsungtvws.helper] Processing API response: {"event":"ms.channel.timeOut"}

2024-09-03 21:46:58.034 DEBUG (MainThread) [samsungtvws.connection] SamsungTVWS websocket event: {'event': 'ms.channel.timeOut'}
2024-09-03 21:46:58.034 DEBUG (MainThread) [samsungtvws.async_connection] Connection closed.
2024-09-03 21:46:58.034 WARNING (MainThread) [homeassistant.components.samsungtv] Unexpected ConnectionFailure trying to get remote for 192.168.11.31, please report this issue: ConnectionFailure({'event': 'ms.channel.timeOut'})
2024-09-03 21:46:58.035 DEBUG (MainThread) [homeassistant.components.samsungtv] Finished fetching samsungtv data in 0.052 seconds (success: True)
2024-09-03 21:47:01.088 DEBUG (MainThread) [homeassistant.components.samsungtv] Failed to get remote for 192.168.11.30: ClientConnectorError(ConnectionKey(host='192.168.11.30', port=8000, is_ssl=False, ssl=True, proxy=None, proxy_auth=None, proxy_headers_hash=3157649654851998603), OSError(113, "Connect call failed ('192.168.11.30', 8000)"))
2024-09-03 21:47:01.088 DEBUG (MainThread) [homeassistant.components.samsungtv] Finished fetching samsungtv data in 3.103 seconds (success: True)
2024-09-03 21:47:09.131 DEBUG (MainThread) [homeassistant.components.samsungtv] Checking if TV 192.168.11.31 is on using websocket
2024-09-03 21:47:09.131 DEBUG (MainThread) [homeassistant.components.samsungtv] Create SamsungTVWSBridge for 192.168.11.31
2024-09-03 21:47:09.131 DEBUG (MainThread) [samsungtvws.async_connection] WS url wss://192.168.11.31:8002/api/v2/channels/samsung.remote.control?name=SG9tZUFzc2lzdGFudA==&token=64584445
2024-09-03 21:47:09.201 DEBUG (MainThread) [samsungtvws.helper] Processing API response: {"event":"ms.channel.timeOut"}

2024-09-03 21:47:09.201 DEBUG (MainThread) [samsungtvws.connection] SamsungTVWS websocket event: {'event': 'ms.channel.timeOut'}
2024-09-03 21:47:09.201 DEBUG (MainThread) [samsungtvws.async_connection] Connection closed.
2024-09-03 21:47:09.201 WARNING (MainThread) [homeassistant.components.samsungtv] Unexpected ConnectionFailure trying to get remote for 192.168.11.31, please report this issue: ConnectionFailure({'event': 'ms.channel.timeOut'})
2024-09-03 21:47:09.202 DEBUG (MainThread) [homeassistant.components.samsungtv] Finished fetching samsungtv data in 0.071 seconds (success: True)
2024-09-03 21:47:11.396 DEBUG (MainThread) [homeassistant.components.samsungtv] Checking if TV 192.168.11.30 is on using websocket
2024-09-03 21:47:11.396 DEBUG (MainThread) [homeassistant.components.samsungtv] Create SamsungTVEncryptedBridge for 192.168.11.30
2024-09-03 21:47:11.396 DEBUG (MainThread) [samsungtvws.encrypted.remote] Tx: GET http://192.168.11.30:8000/socket.io/1/?t=1725392831397
2024-09-03 21:47:14.529 DEBUG (MainThread) [homeassistant.components.samsungtv] Failed to get remote for 192.168.11.30: ClientConnectorError(ConnectionKey(host='192.168.11.30', port=8000, is_ssl=False, ssl=True, proxy=None, proxy_auth=None, proxy_headers_hash=3157649654851998603), OSError(113, "Connect call failed ('192.168.11.30', 8000)"))
2024-09-03 21:47:14.529 DEBUG (MainThread) [homeassistant.components.samsungtv] Finished fetching samsungtv data in 3.134 seconds (success: True)
2024-09-03 21:47:19.131 DEBUG (MainThread) [homeassistant.components.samsungtv] Checking if TV 192.168.11.31 is on using websocket
2024-09-03 21:47:19.131 DEBUG (MainThread) [homeassistant.components.samsungtv] Create SamsungTVWSBridge for 192.168.11.31
2024-09-03 21:47:19.131 DEBUG (MainThread) [samsungtvws.async_connection] WS url wss://192.168.11.31:8002/api/v2/channels/samsung.remote.control?name=SG9tZUFzc2lzdGFudA==&token=64584445
2024-09-03 21:47:19.178 DEBUG (MainThread) [samsungtvws.helper] Processing API response: {"event":"ms.channel.timeOut"}

2024-09-03 21:47:19.178 DEBUG (MainThread) [samsungtvws.connection] SamsungTVWS websocket event: {'event': 'ms.channel.timeOut'}
2024-09-03 21:47:19.178 DEBUG (MainThread) [samsungtvws.async_connection] Connection closed.
2024-09-03 21:47:19.178 WARNING (MainThread) [homeassistant.components.samsungtv] Unexpected ConnectionFailure trying to get remote for 192.168.11.31, please report this issue: ConnectionFailure({'event': 'ms.channel.timeOut'})
2024-09-03 21:47:19.178 DEBUG (MainThread) [homeassistant.components.samsungtv] Finished fetching samsungtv data in 0.048 seconds (success: True)
2024-09-03 21:47:24.395 DEBUG (MainThread) [homeassistant.components.samsungtv] Checking if TV 192.168.11.30 is on using websocket
2024-09-03 21:47:24.396 DEBUG (MainThread) [homeassistant.components.samsungtv] Create SamsungTVEncryptedBridge for 192.168.11.30
2024-09-03 21:47:24.396 DEBUG (MainThread) [samsungtvws.encrypted.remote] Tx: GET http://192.168.11.30:8000/socket.io/1/?t=1725392844397
2024-09-03 21:47:27.489 DEBUG (MainThread) [homeassistant.components.samsungtv] Failed to get remote for 192.168.11.30: ClientConnectorError(ConnectionKey(host='192.168.11.30', port=8000, is_ssl=False, ssl=True, proxy=None, proxy_auth=None, proxy_headers_hash=3157649654851998603), OSError(113, "Connect call failed ('192.168.11.30', 8000)"))
2024-09-03 21:47:27.489 DEBUG (MainThread) [homeassistant.components.samsungtv] Finished fetching samsungtv data in 3.094 seconds (success: True)
2024-09-03 21:47:29.130 DEBUG (MainThread) [homeassistant.components.samsungtv] Checking if TV 192.168.11.31 is on using websocket
2024-09-03 21:47:29.130 DEBUG (MainThread) [homeassistant.components.samsungtv] Create SamsungTVWSBridge for 192.168.11.31
2024-09-03 21:47:29.131 DEBUG (MainThread) [samsungtvws.async_connection] WS url wss://192.168.11.31:8002/api/v2/channels/samsung.remote.control?name=SG9tZUFzc2lzdGFudA==&token=64584445
2024-09-03 21:47:29.178 DEBUG (MainThread) [samsungtvws.helper] Processing API response: {"event":"ms.channel.timeOut"}

2024-09-03 21:47:29.178 DEBUG (MainThread) [samsungtvws.connection] SamsungTVWS websocket event: {'event': 'ms.channel.timeOut'}
2024-09-03 21:47:29.178 DEBUG (MainThread) [samsungtvws.async_connection] Connection closed.
2024-09-03 21:47:29.178 WARNING (MainThread) [homeassistant.components.samsungtv] Unexpected ConnectionFailure trying to get remote for 192.168.11.31, please report this issue: ConnectionFailure({'event': 'ms.channel.timeOut'})
2024-09-03 21:47:29.178 DEBUG (MainThread) [homeassistant.components.samsungtv] Finished fetching samsungtv data in 0.048 seconds (success: True)
2024-09-03 21:47:37.395 DEBUG (MainThread) [homeassistant.components.samsungtv] Checking if TV 192.168.11.30 is on using websocket
2024-09-03 21:47:37.396 DEBUG (MainThread) [homeassistant.components.samsungtv] Create SamsungTVEncryptedBridge for 192.168.11.30
2024-09-03 21:47:37.396 DEBUG (MainThread) [samsungtvws.encrypted.remote] Tx: GET http://192.168.11.30:8000/socket.io/1/?t=1725392857396
2024-09-03 21:47:39.132 DEBUG (MainThread) [homeassistant.components.samsungtv] Checking if TV 192.168.11.31 is on using websocket
2024-09-03 21:47:39.132 DEBUG (MainThread) [homeassistant.components.samsungtv] Create SamsungTVWSBridge for 192.168.11.31
2024-09-03 21:47:39.132 DEBUG (MainThread) [samsungtvws.async_connection] WS url wss://192.168.11.31:8002/api/v2/channels/samsung.remote.control?name=SG9tZUFzc2lzdGFudA==&token=64584445
2024-09-03 21:47:39.179 DEBUG (MainThread) [samsungtvws.helper] Processing API response: {"event":"ms.channel.timeOut"}

2024-09-03 21:47:39.179 DEBUG (MainThread) [samsungtvws.connection] SamsungTVWS websocket event: {'event': 'ms.channel.timeOut'}
2024-09-03 21:47:39.179 DEBUG (MainThread) [samsungtvws.async_connection] Connection closed.
2024-09-03 21:47:39.179 WARNING (MainThread) [homeassistant.components.samsungtv] Unexpected ConnectionFailure trying to get remote for 192.168.11.31, please report this issue: ConnectionFailure({'event': 'ms.channel.timeOut'})
2024-09-03 21:47:39.179 DEBUG (MainThread) [homeassistant.components.samsungtv] Finished fetching samsungtv data in 0.048 seconds (success: True)
2024-09-03 21:47:40.539 DEBUG (MainThread) [homeassistant.components.samsungtv] Failed to get remote for 192.168.11.30: ClientConnectorError(ConnectionKey(host='192.168.11.30', port=8000, is_ssl=False, ssl=True, proxy=None, proxy_auth=None, proxy_headers_hash=3157649654851998603), OSError(113, "Connect call failed ('192.168.11.30', 8000)"))
2024-09-03 21:47:40.539 DEBUG (MainThread) [homeassistant.components.samsungtv] Finished fetching samsungtv data in 3.144 seconds (success: True)
2024-09-03 21:47:41.243 DEBUG (MainThread) [homeassistant.components.samsungtv] Samsung device found via ZEROCONF: ZeroconfServiceInfo(ip_address=ZeroconfIPv4Address('192.168.11.31'), ip_addresses=[ZeroconfIPv4Address('192.168.11.31')], port=51146, hostname='Samsung.local.', type='_airplay._tcp.local.', name='Samsung The Frame 50._airplay._tcp.local.', properties={'acl': '0', 'deviceid': '80:47:86:C0:92:67', 'features': '0x7F8AD0,0x38BCB46', 'rsf': '0x3', 'fv': 'p20.T-NKM2DEUC-2210.1', 'flags': '0x244', 'model': 'LS03A', 'manufacturer': 'Samsung', 'serialNumber': '0H733HCRB00713Z', 'protovers': '1.1', 'srcvers': '377.25.06', 'pi': '0D:F1:01:CB:B1:F7', 'psi': '00000000-0000-0000-0000-0DF101CBB1F7', 'gid': '00000000-0000-0000-0000-0DF101CBB1F7', 'gcgl': '0', 'pk': '3501d7d21a23c0bda919f11bc3a06ff2e8b643bc142741eb09a30fc46e7036ff'})
2024-09-03 21:47:41.244 DEBUG (MainThread) [homeassistant.components.samsungtv] Found entry matching unique_id for 192.168.11.31
2024-09-03 21:47:41.244 DEBUG (MainThread) [samsungtvws.async_rest] Get device info via rest api
2024-09-03 21:47:41.339 DEBUG (MainThread) [samsungtvws.helper] Processing API response: {"device":{"FrameTVSupport":"true","GamePadSupport":"true","ImeSyncedSupport":"true","Language":"de_DE","OS":"Tizen","PowerState":"on","TokenAuthSupport":"true","VoiceSupport":"true","WallScreenRatio":"-1","WallService":"false","countryCode":"AT","description":"Samsung DTV RCR","developerIP":"0.0.0.0","developerMode":"0","duid":"uuid:9ebfd874-e2bd-4416-864c-f1a4ea88e8bb","firmwareVersion":"Unknown","id":"uuid:9ebfd874-e2bd-4416-864c-f1a4ea88e8bb","ip":"192.168.11.31","model":"21_NIKEM2_FRAME","modelName":"GQ50LS03AAUXZG","name":"Samsung The Frame 50","networkType":"wired","resolution":"3840x2160","smartHubAgreement":"true","type":"Samsung SmartTV","udn":"uuid:9ebfd874-e2bd-4416-864c-f1a4ea88e8bb","wifiMac":"80:47:86:c0:92:67"},"id":"uuid:9ebfd874-e2bd-4416-864c-f1a4ea88e8bb","isSupport":"{\"DMP_DRM_PLAYREADY\":\"false\",\"DMP_DRM_WIDEVINE\":\"false\",\"DMP_available\":\"true\",\"EDEN_available\":\"true\",\"FrameTVSupport\":\"true\",\"ImeSyncedSupport\":\"true\",\"TokenAuthSupport\":\"true\",\"remote_available\":\"true\",\"remote_fourDirections\":\"true\",\"remote_touchPad\":\"true\",\"remote_voiceControl\":\"true\"}\n","name":"Samsung The Frame 50","remote":"1.0","type":"Samsung SmartTV","uri":"https://192.168.11.31:8002/api/v2/","version":"2.0.25"}

2024-09-03 21:47:41.339 DEBUG (MainThread) [homeassistant.components.samsungtv] Device info on 192.168.11.31 is: {'device': {'FrameTVSupport': 'true', 'GamePadSupport': 'true', 'ImeSyncedSupport': 'true', 'Language': 'de_DE', 'OS': 'Tizen', 'PowerState': 'on', 'TokenAuthSupport': 'true', 'VoiceSupport': 'true', 'WallScreenRatio': '-1', 'WallService': 'false', 'countryCode': 'AT', 'description': 'Samsung DTV RCR', 'developerIP': '0.0.0.0', 'developerMode': '0', 'duid': 'uuid:9ebfd874-e2bd-4416-864c-f1a4ea88e8bb', 'firmwareVersion': 'Unknown', 'id': 'uuid:9ebfd874-e2bd-4416-864c-f1a4ea88e8bb', 'ip': '192.168.11.31', 'model': '21_NIKEM2_FRAME', 'modelName': 'GQ50LS03AAUXZG', 'name': 'Samsung The Frame 50', 'networkType': 'wired', 'resolution': '3840x2160', 'smartHubAgreement': 'true', 'type': 'Samsung SmartTV', 'udn': 'uuid:9ebfd874-e2bd-4416-864c-f1a4ea88e8bb', 'wifiMac': '80:47:86:c0:92:67'}, 'id': 'uuid:9ebfd874-e2bd-4416-864c-f1a4ea88e8bb', 'isSupport': '{"DMP_DRM_PLAYREADY":"false","DMP_DRM_WIDEVINE":"false","DMP_available":"true","EDEN_available":"true","FrameTVSupport":"true","ImeSyncedSupport":"true","TokenAuthSupport":"true","remote_available":"true","remote_fourDirections":"true","remote_touchPad":"true","remote_voiceControl":"true"}\n', 'name': 'Samsung The Frame 50', 'remote': '1.0', 'type': 'Samsung SmartTV', 'uri': 'https://192.168.11.31:8002/api/v2/', 'version': '2.0.25'}
2024-09-03 21:47:41.340 DEBUG (MainThread) [homeassistant.components.samsungtv] Fetching rest info via 8002 was successful: {'device': {'FrameTVSupport': 'true', 'GamePadSupport': 'true', 'ImeSyncedSupport': 'true', 'Language': 'de_DE', 'OS': 'Tizen', 'PowerState': 'on', 'TokenAuthSupport': 'true', 'VoiceSupport': 'true', 'WallScreenRatio': '-1', 'WallService': 'false', 'countryCode': 'AT', 'description': 'Samsung DTV RCR', 'developerIP': '0.0.0.0', 'developerMode': '0', 'duid': 'uuid:9ebfd874-e2bd-4416-864c-f1a4ea88e8bb', 'firmwareVersion': 'Unknown', 'id': 'uuid:9ebfd874-e2bd-4416-864c-f1a4ea88e8bb', 'ip': '192.168.11.31', 'model': '21_NIKEM2_FRAME', 'modelName': 'GQ50LS03AAUXZG', 'name': 'Samsung The Frame 50', 'networkType': 'wired', 'resolution': '3840x2160', 'smartHubAgreement': 'true', 'type': 'Samsung SmartTV', 'udn': 'uuid:9ebfd874-e2bd-4416-864c-f1a4ea88e8bb', 'wifiMac': '80:47:86:c0:92:67'}, 'id': 'uuid:9ebfd874-e2bd-4416-864c-f1a4ea88e8bb', 'isSupport': '{"DMP_DRM_PLAYREADY":"false","DMP_DRM_WIDEVINE":"false","DMP_available":"true","EDEN_available":"true","FrameTVSupport":"true","ImeSyncedSupport":"true","TokenAuthSupport":"true","remote_available":"true","remote_fourDirections":"true","remote_touchPad":"true","remote_voiceControl":"true"}\n', 'name': 'Samsung The Frame 50', 'remote': '1.0', 'type': 'Samsung SmartTV', 'uri': 'https://192.168.11.31:8002/api/v2/', 'version': '2.0.25'}, checking for encrypted
2024-09-03 21:47:41.340 DEBUG (MainThread) [homeassistant.components.samsungtv] Found entry matching unique_id for 192.168.11.31
2024-09-03 21:47:49.130 DEBUG (MainThread) [homeassistant.components.samsungtv] Checking if TV 192.168.11.31 is on using websocket
2024-09-03 21:47:49.131 DEBUG (MainThread) [homeassistant.components.samsungtv] Create SamsungTVWSBridge for 192.168.11.31
2024-09-03 21:47:49.131 DEBUG (MainThread) [samsungtvws.async_connection] WS url wss://192.168.11.31:8002/api/v2/channels/samsung.remote.control?name=SG9tZUFzc2lzdGFudA==&token=64584445
2024-09-03 21:47:49.183 DEBUG (MainThread) [samsungtvws.helper] Processing API response: {"event":"ms.channel.timeOut"}

2024-09-03 21:47:49.183 DEBUG (MainThread) [samsungtvws.connection] SamsungTVWS websocket event: {'event': 'ms.channel.timeOut'}
2024-09-03 21:47:49.183 DEBUG (MainThread) [samsungtvws.async_connection] Connection closed.
2024-09-03 21:47:49.183 WARNING (MainThread) [homeassistant.components.samsungtv] Unexpected ConnectionFailure trying to get remote for 192.168.11.31, please report this issue: ConnectionFailure({'event': 'ms.channel.timeOut'})
2024-09-03 21:47:49.184 DEBUG (MainThread) [homeassistant.components.samsungtv] Finished fetching samsungtv data in 0.054 seconds (success: True)
2024-09-03 21:47:50.396 DEBUG (MainThread) [homeassistant.components.samsungtv] Checking if TV 192.168.11.30 is on using websocket
2024-09-03 21:47:50.397 DEBUG (MainThread) [homeassistant.components.samsungtv] Create SamsungTVEncryptedBridge for 192.168.11.30
2024-09-03 21:47:50.397 DEBUG (MainThread) [samsungtvws.encrypted.remote] Tx: GET http://192.168.11.30:8000/socket.io/1/?t=1725392870397
2024-09-03 21:47:53.489 DEBUG (MainThread) [homeassistant.components.samsungtv] Failed to get remote for 192.168.11.30: ClientConnectorError(ConnectionKey(host='192.168.11.30', port=8000, is_ssl=False, ssl=True, proxy=None, proxy_auth=None, proxy_headers_hash=3157649654851998603), OSError(113, "Connect call failed ('192.168.11.30', 8000)"))
2024-09-03 21:47:53.489 DEBUG (MainThread) [homeassistant.components.samsungtv] Finished fetching samsungtv data in 3.093 seconds (success: True)
2024-09-03 21:47:59.131 DEBUG (MainThread) [homeassistant.components.samsungtv] Checking if TV 192.168.11.31 is on using websocket
2024-09-03 21:47:59.131 DEBUG (MainThread) [homeassistant.components.samsungtv] Create SamsungTVWSBridge for 192.168.11.31
2024-09-03 21:47:59.131 DEBUG (MainThread) [samsungtvws.async_connection] WS url wss://192.168.11.31:8002/api/v2/channels/samsung.remote.control?name=SG9tZUFzc2lzdGFudA==&token=64584445
2024-09-03 21:47:59.183 DEBUG (MainThread) [samsungtvws.helper] Processing API response: {"event":"ms.channel.timeOut"}

2024-09-03 21:47:59.183 DEBUG (MainThread) [samsungtvws.connection] SamsungTVWS websocket event: {'event': 'ms.channel.timeOut'}
2024-09-03 21:47:59.183 DEBUG (MainThread) [samsungtvws.async_connection] Connection closed.
2024-09-03 21:47:59.183 WARNING (MainThread) [homeassistant.components.samsungtv] Unexpected ConnectionFailure trying to get remote for 192.168.11.31, please report this issue: ConnectionFailure({'event': 'ms.channel.timeOut'})
2024-09-03 21:47:59.183 DEBUG (MainThread) [homeassistant.components.samsungtv] Finished fetching samsungtv data in 0.052 seconds (success: True)
2024-09-03 21:48:03.396 DEBUG (MainThread) [homeassistant.components.samsungtv] Checking if TV 192.168.11.30 is on using websocket
2024-09-03 21:48:03.396 DEBUG (MainThread) [homeassistant.components.samsungtv] Create SamsungTVEncryptedBridge for 192.168.11.30
2024-09-03 21:48:03.396 DEBUG (MainThread) [samsungtvws.encrypted.remote] Tx: GET http://192.168.11.30:8000/socket.io/1/?t=1725392883396
2024-09-03 21:48:06.529 DEBUG (MainThread) [homeassistant.components.samsungtv] Failed to get remote for 192.168.11.30: ClientConnectorError(ConnectionKey(host='192.168.11.30', port=8000, is_ssl=False, ssl=True, proxy=None, proxy_auth=None, proxy_headers_hash=3157649654851998603), OSError(113, "Connect call failed ('192.168.11.30', 8000)"))
2024-09-03 21:48:06.529 DEBUG (MainThread) [homeassistant.components.samsungtv] Finished fetching samsungtv data in 3.134 seconds (success: True)
2024-09-03 21:48:09.130 DEBUG (MainThread) [homeassistant.components.samsungtv] Checking if TV 192.168.11.31 is on using websocket
2024-09-03 21:48:09.130 DEBUG (MainThread) [homeassistant.components.samsungtv] Create SamsungTVWSBridge for 192.168.11.31
2024-09-03 21:48:09.131 DEBUG (MainThread) [samsungtvws.async_connection] WS url wss://192.168.11.31:8002/api/v2/channels/samsung.remote.control?name=SG9tZUFzc2lzdGFudA==&token=64584445
2024-09-03 21:48:09.185 DEBUG (MainThread) [samsungtvws.helper] Processing API response: {"event":"ms.channel.timeOut"}

2024-09-03 21:48:09.185 DEBUG (MainThread) [samsungtvws.connection] SamsungTVWS websocket event: {'event': 'ms.channel.timeOut'}
2024-09-03 21:48:09.185 DEBUG (MainThread) [samsungtvws.async_connection] Connection closed.
2024-09-03 21:48:09.186 WARNING (MainThread) [homeassistant.components.samsungtv] Unexpected ConnectionFailure trying to get remote for 192.168.11.31, please report this issue: ConnectionFailure({'event': 'ms.channel.timeOut'})
2024-09-03 21:48:09.186 DEBUG (MainThread) [homeassistant.components.samsungtv] Finished fetching samsungtv data in 0.056 seconds (success: True)
2024-09-03 21:48:16.396 DEBUG (MainThread) [homeassistant.components.samsungtv] Checking if TV 192.168.11.30 is on using websocket
2024-09-03 21:48:16.396 DEBUG (MainThread) [homeassistant.components.samsungtv] Create SamsungTVEncryptedBridge for 192.168.11.30
2024-09-03 21:48:16.396 DEBUG (MainThread) [samsungtvws.encrypted.remote] Tx: GET http://192.168.11.30:8000/socket.io/1/?t=1725392896397

Additional information

No response

home-assistant[bot] commented 2 months ago

Hey there @chemelli74, @epenet, mind taking a look at this issue as it has been labeled with an integration (samsungtv) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `samsungtv` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign samsungtv` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


samsungtv documentation samsungtv source (message by IssueLinks)