Discrete power off & on IR commands for Philips OLED & Sony Blu-Ray

Try IRSrcutinizer (google it for the GitHub page)… That gives me this output so if it works, you can use it for any other conversions you need to do:

Off:

0000 0073 0000 000C 0020 0020 0040 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0040 0020 0020 0020 0020 0020 0020 0040 0040 0020 0CA8

On:

0000 0073 0000 000D 0020 0020 0040 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0040 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0CA8

I have no way of testing these, but here’s what I get:

Power On:

0000 0073 000D 0000 0020 0020 0040 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0040 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 09B7

Power Off:

0000 0073 000C 0000 0020 0020 0040 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0040 0020 0020 0020 0020 0020 0020 0040 0040 0020 09B7

All 4 codes act as Power toggle on my Philips 65OLED959

Has anybody tried WOL yet?

Ralf

There’s one IR command that powers my 65OLED959 on, but not off: Netflix
Its IR code is: 2;0x76;20;0

I usually want input 2 after power on, so my On sequence then:
waits 5 secs
sends INPUT_2: 1;0x839;12;0

As for Power off: adb shell input keyevent 223(which is KEYCODE_SLEEP)