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

Every button press requires the TV to give permission to the 'Samsung TV Remote' #61

Open
iPodHacks142 opened this issue Nov 8, 2020 · 5 comments

Comments

@iPodHacks142
Copy link

I've got this set up using the configuration below. It's being detected as on in HA, and the controls appear. However, every time I click a control it pops up the allow permission menu on the TV. Even pressing allow does not bypass this, it just appears again next time.

Its as if the TV isn't seeing it as just one device. How can I fix this?

@iPodHacks142
Copy link
Author

media_player:

  • platform: samsungtv_custom
    host: 192.168.0.111
    mac: 54:BH:79:23:eA:E1
    port: 8002
    sourcelist: '{"PC": "KEY_HDMI1", "Console": "KEY_HDMI2", "Surround Sound": "KEY_HDMI3"}'
    applist: "YouTube, Netflix, Plex, Prime Video, BBC iPlayer"
    protocol: ws

@maximoei
Copy link

I have the same:

  • platform: samsungtv_custom
    host: 192.168.1.227
    port: 8002
    mac: D0:D0:03:FF:03:66
    sourcelist: '{"PlayStation": "KEY_HDMI1", "RaspberryPi": "KEY_HDMI2", "Chromecast": "KEY_HDMI3"}'
    applist: "Netflix, NPO, Apple TV, Spotify, YouTube"
    protocol: ctl_qled

@jp-gorman
Copy link

I got my K7000 to work with the ctl_qled setting. It does not require the authentication. When using the ctl_ws or the default or beta it kept requesting pin addition and did not allow to say "allow". Changing to ctl_qled and port 8001 now has volume and mute working, netflix, youtube and spotify. Have not got the hdmi sources to work yet. Listing as : seperated list did not work for me.

@Vincz
Copy link

Vincz commented Jan 9, 2021

Same here. With port 8002, every action asks for permission.
With port 8001, I can still change channel or app, but nothing else work.

@tobsinger
Copy link

tobsinger commented Jan 10, 2021

i experience the same: port 8001 works fine for turning tv on, and choosing source (app, live tv). but sending key commands only seems to work on port 8002. but on port 8002 i get asked for permission every few seconds even when i have turned the tv settings to only ask for permission at the first time.

edit: i use a Q70 55"

edit 2: it works fine now. what did i do? i removed both, the samsung stock integration and the configuration for samsungtv_custom from HA and deleted the access from the tv. then i re-entered the configuration for samsugtv_custom on port 8002 and allowed the access on the tv.

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

5 participants