node-red-contrib-samsung-tv-control icon indicating copy to clipboard operation
node-red-contrib-samsung-tv-control copied to clipboard

Frame TV power off using long press KEY_POWER

Open ThiemeNL opened this issue 2 years ago • 3 comments

A long press on the power button of remote is needed to turn the samsung frame TV fully off. A single press on the power button of remote result in the TV to turn to the frame picture which is not fully off.

With the KEY_POWER I can do the same as the power button single press of the remote. I would like to know if the long press is also supported.

I tried to send a double press, but this resulted in the TV going to the picture mode and back on again.

ThiemeNL avatar Jun 05 '22 19:06 ThiemeNL

same story, now using a workaround with the Logitech hub to do this, but that's not what I really want 😉

CaseyRo avatar Aug 21 '22 09:08 CaseyRo

We would need to add something like this: https://github.com/tavicu/homebridge-samsung-tizen/blob/c3e879b78c547399a845525cd40a0b945b4ef510/lib/methods/ws.js#L45

For me the easier solution was to use this node: https://flows.nodered.org/node/node-red-contrib-samsung-automation-studio-nodes

You just add a device and a command node, thats it!

develmac avatar Oct 06 '22 09:10 develmac

Same need here.

As there is no realtime on/off status available, there is no reliable way to turn off the Samsung TV ! The KEY_POWER long press or at least a realtime ("is alive" is not realtime !) power state would be needed for using the node.

labmaster avatar Jan 13 '24 03:01 labmaster