Bring Samsung The Frame into Art Mode with a Script

Hallo
I need Help Please!

I have a Samsung The Frame TV. I want to create a script that turns the TV on in Art Mode.

Normally, with The Frame, a short press of the power button puts it into Art Mode, and a longer press takes it to the TV menu. The same applies when turning it off.

So, is there a command to put the Samsung The Frame into Art Mode?

Please help. Thanks.

Quick question, please. Where did you get the command (action) “samsungtv_smart.set_art_mode” from? Did you invent it or read it somewhere? The command isn’t working for me.

I only used part of it, though:

  • action: samsungtv_smart.set_art_mode
    metadata: {}
    data:
    entity_id: media_player.the_frame

As stated in the linked thread, it is from a custom integration:

I asked Chat gpt and i got a working Skript for me.
It includes turning on 2 lights but maybe it will help you.

alias: Arbeitszimmer Lesen
description: “”
mode: single
sequence:

  • target:
    entity_id:
    - light.arbeitszimmer_decke_1
    - light.arbeitszimmer_decke_2
    data:
    brightness_pct: 100
    action: light.turn_on
  • target:
    entity_id: light.hue_go
    data:
    rgb_color:
    - 255
    - 106
    - 0
    brightness_pct: 70
    action: light.turn_on
  • delay: “00:00:02”
  • target:
    entity_id: media_player.the_frame
    action: media_player.turn_on
  • delay: “00:00:03”
  • target:
    entity_id: remote.the_frame
    data:
    command: KEY_AMBIENT
    action: remote.send_command

Best way for me was install HACS SamungTV Smart Adon and use this code

sequence:

  • target:
    entity_id: media_player.samsung_the_frame_hacs_2
    action: media_player.turn_on
  • delay: “00:00:05”
  • target:
    entity_id: media_player.samsung_the_frame_hacs_2
    data:
    source: Art Mode
    action: media_player.select_source
    alias: Arbeitszimmer The Frame Kunstmodus
    description: “”