<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> I quickly determined that the "OK" button on my remote would wake up an<br>
> stb that was in standby (the standby screen actually says press OK to<br>
> watch tv), but it just brings up the OSD if the box is on.  So I just<br>
> added an "OK" to my channel change script.  It presses OK, waits 500ms,<br>
> then enters the channel number.  I have never needed to check the status<br>
> of my STB.<br>
><br>
> It may be worthwhile to determine if there is any button press you can<br>
> send that will wake the box if its off, but not do anything if the box<br>
> is on.  Most of these boxes I have seen do not have a true "off" state.<br>
<br>
<br>
Good idea!   With my box, the only button other than the power toggle<br>
that wakes up my STB is the menu button, it seems.<br>
<br>
My 6200ch program is already a shell script that points to the real<br>
6200ch.bin, so I've just prepended that with a "-m" (menu) and an "-e"<br>
(exit) invocation.   Now regardless of the power state of the stb, just<br>
changing the channel will wake it up.<br></blockquote><div> </div><div>Awesome... that really is far easier than trying to detect the power state of the box.</div><div><br></div><div>The next thing I was going to suggest is to experiment with remote codes that were not pulled from your remote... often times the STB will respond to codes that may not have a corresponding button on the remote.  I know a lot of Sony devices used to have a "power on" code in addition to the "power toggle" code.  It wasn't on the remote, but it was available for system integration purposes.</div><div><br></div><div><br></div><div><br></div></div></div>