Page 1 of 2
Re: Auto "stand-by"
Posted: Thu Aug 04, 2011 1:35 pm
by erdem_ua
Hahaha

This is good. My mother also forgets to shut down TV after closing PC...
So It's will be good if we fix this issue.
But I don't know how we could handle that.
1. We needed to detect which source is active currently.
2. We needed to detect if signal is present at that input.
3. Place a program like watchdog to shutdown tv via MicomCtrl if signal is not exist...
Not look hard to do. It's possible...
Re: Auto "stand-by"
Posted: Thu Aug 04, 2011 3:25 pm
by juusso
I thought my Tv shuts down after Tv programm ends... Damn, my cabel TV gives signal 24/7 and no table "no signal found" occurs. Really bad :-\
As an alternative you could use one of those programmable electric socket that shuts down anything powered from it at defined time. Eg. On 2 a.m.

Re: Re: Auto "stand-by"
Posted: Thu Aug 04, 2011 5:38 pm
by juusso
viper3k wrote:... I find myself waking up too often with a screen that says (no signal)
To much beer?
Re: Auto "stand-by"
Posted: Thu Aug 04, 2011 9:45 pm
by nordut
B650 has a clock that you can run on and off TV for a specified time.
See options CLOCK.
Re: Auto "stand-by"
Posted: Fri Aug 05, 2011 6:34 am
by juusso
Idea to have such app is good, if TV detects no signal, it is better than set up defined time in system clock. Especially when TV forces off while your movie is not finished yet

Re: Auto "stand-by"
Posted: Fri Aug 05, 2011 1:53 pm
by sbav1
Somewhere in the forum there was is app posted for checking signal strength / quality (can't find an exact location right now).
AFAIRC function for getting "signal strength" was working fine for any external sources, not just ATV/DTV.
I.e, if there was a signal on active external input (or if TV was in media player/content library mode), it returned 100 (or was it 1?), and 0 otherwise.
erdem_ua wrote:
3. Place a program like watchdog to shutdown tv via MicomCtrl if signal is not exist...
I'm not sure turning TV off by MicomCtrl is a best possible approach; IMO it will be better/safer to send POWER_ON_OFF keycode via _ZN14SsKeyInputBase7SendKeyEi(), or something similar, to shutdown TV more gracefully.
Happy coding

.