Hi,
I want to reboot my VU at fixed hour then put it ro standby.
Sounds easy, but i have my HDMI-CEC enabled and it turns on my TV and sound system after reboot.
Is there any shell , web interface command or any other way to disable and enable HDMI-CEC?
Second less importand.
Is there any shell or web interface command to check if STB is running or in standby?
Generally i want to create 2 scripts:
Script1 runs first
//check that STB is in standby so it wont reboot if someone is watching TV
if (stb is in standby){
set flag for second script //generate file etc
disable hdmi-cec
reboot
}
Script2 runs 5 minutes later
//check flag so it wont run, if the first script didn't reset STB
if (check if flag was set by first script){
put STB into standby
enable hdmi-cec
reset flag
}
I want to reboot my VU at fixed hour then put it ro standby.
Sounds easy, but i have my HDMI-CEC enabled and it turns on my TV and sound system after reboot.
Is there any shell , web interface command or any other way to disable and enable HDMI-CEC?
Second less importand.
Is there any shell or web interface command to check if STB is running or in standby?
Generally i want to create 2 scripts:
Script1 runs first
//check that STB is in standby so it wont reboot if someone is watching TV
if (stb is in standby){
set flag for second script //generate file etc
disable hdmi-cec
reboot
}
Script2 runs 5 minutes later
//check flag so it wont run, if the first script didn't reset STB
if (check if flag was set by first script){
put STB into standby
enable hdmi-cec
reset flag
}