iobroker-community-adapters / ioBroker.samsung

Samsung Remote Adapter for ioBroker
MIT License
9 stars 10 forks source link

Samsung 2016 - Updated Power Off Command #1

Closed jogibear9988 closed 4 years ago

jogibear9988 commented 5 years ago

From @Highpressure on August 19, 2017 21:24

New Samsung dont react with PowerOff or PowerOn Command

KEY_POWER is the new way to go

reference: https://github.com/Ape/samsungctl tested and confirmed on UE65KS9080

Copied from original issue: soef/ioBroker.samsung#8

jogibear9988 commented 5 years ago

From @soef on August 24, 2017 14:40

In Version 0.2.5 I have chaged the power key and some smal other changes. In your reference link also KEY_POWEROFF is used. I don't have a 2016 TV. Can you turn on your TV (if it is in standby) via KEY_POWER command?

jogibear9988 commented 5 years ago

From @Highpressure on September 4, 2017 9:41

I can do both, turn off and on with KEY_POWER while I cant do it with KEY_POWEROFF if its in deep standby I have to use wake on lan magic packet, otherwise it wont wake up I´ve used a modified version based on this: https://github.com/Stefan0875/iobroker.samsung2016 (to wake up). In Stefans Version is somewhere a bug that does not trigger the state to change, so his version always tries to fire up the tv with a magic packet, even when its up and running.

jogibear9988 commented 5 years ago

From @soef on September 4, 2017 13:34

Thank you for the info. Does the current version of this adapter work with your TV?

jogibear9988 commented 5 years ago

From @Highpressure on December 28, 2017 23:55

yes, but not the power up - you need wake on lan for this refer to https://github.com/Stefan0875/iobroker.samsung2016

jogibear9988 commented 4 years ago

power off is in newest version