roberodin / ha-samsungtv-custom

📺 HomeAssistant - SamsungTV Custom Component
Apache License 2.0
122 stars 177 forks source link

TV ask HASS for permission over and over #27

Closed frelev closed 4 years ago

frelev commented 4 years ago

I installed the custom component using HACS but after reboot HASS complained about missing samsungctl so I installed that manually using PIP3. However, since I have a QLED (The Frame) I also installed the custom component for it: https://github.com/giefca/ha-samsungtv-qled/tree/master/custom_components/samsungtv_qled

The custom component seems to work for changing apps (Netflix, Plex etc) but my issue is that for on/off, volume etc the TV ask for permission approval for HASS every time and therefore nothing happens.

Anyone knows how to fix this?

  - platform: samsungtv_custom
    host: 192.168.1.XXX
    port: 8002
    mac: d0:d0:XX:XX:XX
    name: The Frame
    applist: "YouTube, Plex, Netflix, Spotify"
    protocol: ctl_qled
frelev commented 4 years ago

setting timeout seems to solve it

adriaanh commented 4 years ago

Can you elaborate on where you changed the timeout setting?

adriaanh commented 4 years ago

Sorry, found it already in #10

johntdyer commented 4 years ago

Timeout doesnt fix it for me...

docbobo commented 4 years ago

For me, timeout isn't fixing it either. I also followed all the instructions described in #10 - without success. BTW, the Home Assistant Samsung component doesn't seem to document "timeout" anymore. Is this related?