Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AU8072 not able to connect #314

Closed
stefan-matic opened this issue May 16, 2024 · 1 comment
Closed

AU8072 not able to connect #314

stefan-matic opened this issue May 16, 2024 · 1 comment

Comments

@stefan-matic
Copy link

stefan-matic commented May 16, 2024

Describe the bug
I'm unable to connect my AU8072 TV. I get a popup to allow the Home Assistant, once I allow it it fails to recognize the DeviceID. When I paste the DeviceID it just keeps asking me for the ID again.

My Home Assistant deployment is on the same VLAN as my TV.
My External Device Access Notification is set to "First Time Only"
I've reset my TV and the problem persists.

I'm experiencing a similar problem as issue#79 and issue#74 but the reset didnt't help.

Expected behavior
After allowing Home Assistant popup the integration should connect properly.

Environment details:

  • Environment (HASSIO, Raspbian, etc): Docker
  • Home Assistant version installed: Core: 2024.5.3 | Frontend: 20240501.1
  • Component version installed: 0.13.4
  • Last know working version: n/a
  • TV model: UE65AU8072UXXH

Output of HA logs
Paste the relavant output of the HA log here.

2024-05-16 14:37:10.640 INFO (MainThread) [custom_components.samsungtv_smart.api.smartthings] SmartThings discovered TV devices: {'34716695-6429-358e-c546-d4c47d36fd85': {'name': 'Dnevna - Samsung AU8072 65', 'label': 'Dnevna - Samsung AU8072 65'}}
2024-05-16 14:37:10.640 INFO (SyncWorker_21) [custom_components.samsungtv_smart] Try to configure SamsungTV 192.168.0.113 using port 8001
2024-05-16 14:37:10.650 INFO (SyncWorker_21) [custom_components.samsungtv_smart] Configuration failed using port 8001, error: {'event': 'ms.channel.unauthorized'}
2024-05-16 14:37:10.650 INFO (SyncWorker_21) [custom_components.samsungtv_smart] Try to configure SamsungTV 192.168.0.113 using port 8002
2024-05-16 14:37:16.214 INFO (SyncWorker_21) [custom_components.samsungtv_smart] Found working configuration using port 8002
2024-05-16 14:37:16.214 INFO (MainThread) [custom_components.samsungtv_smart] Try connection to SmartThings TV with id [34716695-6429-358e-c546-d4c47d36fd85]
2024-05-16 14:37:16.301 ERROR (MainThread) [custom_components.samsungtv_smart] Connection to SmartThings TV not available.
2024-05-16 14:37:26.242 INFO (SyncWorker_13) [custom_components.samsungtv_smart] Try to configure SamsungTV 192.168.0.113 using port 8001
2024-05-16 14:37:26.243 INFO (SyncWorker_13) [custom_components.samsungtv_smart] Configuration failed using port 8001, error: {'event': 'ms.channel.unauthorized'}
2024-05-16 14:37:26.243 INFO (SyncWorker_13) [custom_components.samsungtv_smart] Try to configure SamsungTV 192.168.0.113 using port 8002
2024-05-16 14:37:30.995 INFO (SyncWorker_13) [custom_components.samsungtv_smart] Found working configuration using port 8002
2024-05-16 14:37:30.995 INFO (MainThread) [custom_components.samsungtv_smart] Try connection to SmartThings TV with id [34716695-6429-358e-c546-d4c47d36fd85]
2024-05-16 14:37:31.096 ERROR (MainThread) [custom_components.samsungtv_smart] Connection to SmartThings TV not available.

TV API

{
  "device": {
    "FrameTVSupport": "false",
    "GamePadSupport": "true",
    "ImeSyncedSupport": "true",
    "Language": "en_GB",
    "OS": "Tizen",
    "PowerState": "on",
    "TokenAuthSupport": "true",
    "VoiceSupport": "true",
    "WallScreenRatio": "-1",
    "WallService": "false",
    "countryCode": "BA",
    "description": "Samsung DTV RCR",
    "developerIP": "0.0.0.0",
    "developerMode": "0",
    "duid": "uuid:2d3bb7e2-4462-4f35-ae09-045524190454",
    "firmwareVersion": "Unknown",
    "id": "uuid:2d3bb7e2-4462-4f35-ae09-045524190454",
    "ip": "192.168.0.113",
    "model": "21_NIKEL_UHD_BASIC",
    "modelName": "UE65AU8072UXXH",
    "name": "Samsung AU8072 65 TV",
    "networkType": "wired",
    "resolution": "3840x2160",
    "smartHubAgreement": "true",
    "type": "Samsung SmartTV",
    "udn": "uuid:2d3bb7e2-4462-4f35-ae09-045524190454",
    "wifiMac": "<OMITTED>"
  },
  "id": "uuid:2d3bb7e2-4462-4f35-ae09-045524190454",
  "isSupport": "{\"DMP_DRM_PLAYREADY\":\"false\",\"DMP_DRM_WIDEVINE\":\"false\",\"DMP_available\":\"true\",\"EDEN_available\":\"true\",\"FrameTVSupport\":\"false\",\"ImeSyncedSupport\":\"true\",\"TokenAuthSupport\":\"true\",\"remote_available\":\"true\",\"remote_fourDirections\":\"true\",\"remote_touchPad\":\"true\",\"remote_voiceControl\":\"true\"}\n",
  "name": "Samsung AU8072 65 TV",
  "remote": "1.0",
  "type": "Samsung SmartTV",
  "uri": "http://192.168.0.113:8001/api/v2/",
  "version": "2.0.25"
}

** Additional Context **

Not sure if it matters, but I've used the Samsung integration prior to trying this integration. I've removed the device from the initial integration and reset my TV after it.
The official integration, while really minimalistic compared to this one, did connect fine.

@stefan-matic
Copy link
Author

It seems that once I reset the TV I needed to add/register it again to SmartThings mobile app. It paired successfully after that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant