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

Apps_Row not working on Samsung 2021 TV #27

Open
FancyNerd92 opened this issue Jan 7, 2023 · 3 comments
Open

Apps_Row not working on Samsung 2021 TV #27

FancyNerd92 opened this issue Jan 7, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@FancyNerd92
Copy link

FancyNerd92 commented Jan 7, 2023

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

@FancyNerd92 FancyNerd92 added the bug Something isn't working label Jan 7, 2023
@mrGoner
Copy link

mrGoner commented Jan 25, 2023

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

@FancyNerd92
Copy link
Author

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
Copy link

ickam commented Mar 18, 2023

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:

  • platform: samsungtv_smart
    name: [redacted]
    mac: [redacted]
    api_key: "[redacted]"
    device_id: "[redacted]"
    app_list:
    {
    "emby": "3201606009872",
    "Youtube": "111299001912",
    "BBC iPlayer": "3201601007670",
    "Netflix": "3201907018807",
    }`
    I needed to provide mac address, apikey and device_id to have power on/off working. But on a 2022 model TV WOL mode works even on wifi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants