¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Samsung Frame OFF Codes


 

Hi All,
Can someone post the Discrete OFF code for the Samsung Frame (and any other relevant codes...)
It seems that with ol' standby the UN-Series Code set in the CresDB, the OFF code works as a Toggle...:(
We looked into menu settings but didn't find anything...

TIA!!


 

If you hold the regular off button from the UN series it will power off the frame


 

Thanks, Matt, but no discretes?? I could accommodate this, but to have to P+H the OFF seems dumb...
I'm looking for a discrete ART mode and OFF (completely off)


 

Not confident to say there isnt one, I just know this is what I have always done.


 

Yeah, I just got off the phone with Samsung CI support and they confirmed that there's no discrete Art mode command...:(? ?Lame-O
We're going to try EX-Link, which has discrete commands, though I've had some issues with it in recent years...


 

I provide a setup page to "toggle" between art mode or actual power off when the TV is turned off. All it does is fire either the regular power off command (Art mode) or I send the power off command for 2 seconds (total off). I also store the state to persist a reboot/restart. This way the end user can choose the desired behavior.


 
Edited

I have been using exlink. It works well.
You will need to take it out of at mode when powering it in though. An input command works


 

On Thu, Oct 19, 2023 at 06:15 PM, Alex Teague wrote:
I provide a setup page to "toggle" between art mode or actual power off when the TV is turned off. All it does is fire either the regular power off command (Art mode) or I send the power off command for 2 seconds (total off). I also store the state to persist a reboot/restart. This way the end user can choose the desired behavior.
Nice!
Our issue is when (using IR) the room has been turned off (Art Mode),? the unit goes to the art, but when the client uses the all house off, that room gets another power off trigger, which turns the TV back on...:(


 

On Thu, Oct 19, 2023 at 06:43 PM, Eric Luckart wrote:
I have been using exlink. It works well.
You will need to take it out of at mode when powering it in though. An input command works
Yeah, EX-Link is likely how we'll go? - hoping you're right and that it will work well and KEEP WORKING!...Haha

So do you mean that the ART MODE command is like an input - i.e. the TV stays ON to either HDMI 2 or ART mode or HDMI 3, etc?...
That makes sense if that's the case (I think you miss-typed something...)


 

Sorry, I was driving during that last post.
When the tv is in art mode and you power it off, it will still be in art mode when you power it back on. At that point you can send the art mode off or an input to get it out of at mode..


 

I found it more #Simple then all that.
You can use discrete On, just not off.

So, I use a D-On for on, and power for off, and throw an interlock in so it only fires the off once, when off is repeatedly pressed.


 

I used the following on a project recently. They still felt clunky at times, but I was able to get them to work. Hope they help.

Power On:?\x08\x22\x00\x00\x00\x02\xD4
Power Off:?\x08\x22\x00\x00\x00\x01\xD5
Art On:?\x08\x22\x0B\x0B\x0E\x01\xB1
Art Off:?\x08\x22\x0B\x0B\x0E\x00\xB2


 

Thanks Jonathan!!
You saved me from check-sum calc's!!!....? ? Bless you!!!? Haha!


 
Edited

I actually have an updated module with the commands added to it.? I started with the Crestron module and added missing commands.? I will post to the files section


 

On Tue, Oct 24, 2023 at 12:01 PM, Jonathan Troutman wrote:
I used the following on a project recently. They still felt clunky at times, but I was able to get them to work. Hope they help.

Power On:?\x08\x22\x00\x00\x00\x02\xD4
Power Off:?\x08\x22\x00\x00\x00\x01\xD5
Art On:?\x08\x22\x0B\x0B\x0E\x01\xB1
Art Off:?\x08\x22\x0B\x0B\x0E\x00\xB2
Hi Jonathan,
Does the Art ON command act like an input command, or like a display mode.
I.e. do I have to turn Art OFF in order to select an input, or can one just select the input (ex: HDMI2) and then when done, select Art ON again (instead of turning Power off)?
TIA


 

I don't think an input command kicked it out of art mode, but I was implementing them in an out of state project, so my testing wasn't as thorough as I would've liked. I was able to get the behavior I was going for but I wasn't excited about the implementation. Felt a little like IR control of certain projectors with steppers sending commands multiple times and such.


 

Just finished integrating these FRAMEs.
ART Mode ON works like an input.
If TV is OFF, you have to turn the set on to use ART Mode (or the other inputs of course).
We're using ART Mode for the 'Off State' and HDMI 1 for the feed from the VSW.

Seems to work well...


 

¿ªÔÆÌåÓý

Can confirm this is correct. When the TV is on, art mode brings up art mode, any input brings it back to TV mode. I generally use art on as the standard off and use a push and hold to trigger full off.



On October 30, 2023 1:38:13 PM CDT, "ckangis via groups.io" <chris@...> wrote:
Just finished integrating these FRAMEs.
ART Mode ON works like an input.
If TV is OFF, you have to turn the set on to use ART Mode (or the other inputs of course).
We're using ART Mode for the 'Off State' and HDMI 1 for the feed from the VSW.

Seems to work well...


 

I happen to be playing with my Frame TV to check on something: If I'm in Art Mode, then a single send of an Exlinx HDMI input takes it out of Art Mode, but on my TV this is not the HDMI source. It's whatever the Samsung app thing is doing. Sending the HDMI command a second time gives you the HDMI input. And you can send the second command about a second later

OP


 

This is what I have been using for EXlink Art tvs.?
Power On:?\x08\x22\x00\x00\x00\x02\xD4
Power Off / Art Mode:?\x08\x22\x0b\x0b\x0e\x01\xb1
Full OFF:?\x08\x22\x00\x00\x00\x01\xD5

I believe this power on sends it to art mode, but since the source command comes shortly after, it's not noticeable.?

On Mon, Nov 6, 2023 at 3:24?PM <spannertech@...> wrote:
I happen to be playing with my Frame TV to check on something: If I'm in Art Mode, then a single send of an Exlinx HDMI input takes it out of Art Mode, but on my TV this is not the HDMI source. It's whatever the Samsung app thing is doing. Sending the HDMI command a second time gives you the HDMI input. And you can send the second command about a second later

OP