usernein / tv-card

📺 TV Remote Card (with touchpad and haptic feedback)
Apache License 2.0
107 stars 26 forks source link

Apps_Row not working on Samsung 2021 TV #27

Open FancyNerd92 opened 1 year ago

FancyNerd92 commented 1 year ago
type: custom:tv-card
entity: media_player.stv_sc_samsung_q60aa_43_tv
title: Office TV
power_row:
  - power
channel_row:
  - channel_up
  - info
  - channel_down
apps_row:
  - netflix
  - youtube
  - spotify
volume_row: buttons
navigation_row: buttons
source_row:
  - return
  - home
  - source
media_control_row:
  - rewind
  - play
  - pause
  - fast_forward
card_mod:
  style:
    ha-icon-button:
      .: |
        ha-icon-button[title='power'] {
          {% if states('media_player.stv_sc_samsung_q60aa_43_tv') in ['off', 'unknown', 'unavailable'] %}
            color: red; 
          {% else %}
            color: green;
          {% endif %};
        }

here is my code and it's works like a charm but it''s not works the apps_row . I press the buttons but not working at all. Is anything wrong? I tried this:

apps_row:
  - netflix: 3201907018807
  - youtube: 111299001912
  - spotify: 3201606009684

and again nothing. My tv model is Samsung QE43Q60A 2021 Model and i set up the >=2020 app codes

mrGoner commented 1 year ago

Hi! I solved same problem for my samsung tv. You need set up Application list configuration as described in this repo. Good luck!

FancyNerd92 commented 1 year ago

Hey! Can you provide me your configuration.yaml code because I set it up with UI and in tutorial I can't a simple configuration.yaml code ready to copy.

Besides that I want to ask you if you have problem with turnining on your tv, because non of mine can turn on if it's off. My tv models are 2019 and 2021 and i tried with LAN cable and WiFi 5Ghz and nothing happens...

ickam commented 1 year ago

This link here has quite an exhaustive list of app ids: https://tavicu.github.io/homebridge-samsung-tizen/extra/applications.html#list-with-ids I am using the SamsungTV Smart custom integration installed via HACS and my code is:

`media_player: