Evo jednostavno resenje.
U cron/crontabs napraviti root file i u njega ubaciti
30 4 * * * wget -O /dev/null -q http://root:password@localhost/web/powerstate?newstate=2
35 4 * * * wget -O /dev/null -q http://root:password@localhost/web/powerstate?newstate=0
(password-vaš password od risivera)
Staviti root fajlu prava 755
Zatim reboot risivera
Prva linija je reboot, druga da posalje risiver u standby posle reboota (ostavljeno vreme 5 minuta prostora)
Vremena su 4:30 i 4:35 a mozete zameniti bilo koje vreme kad da radi reboot i standby kad vama odgovara.
Mogu se dodati da radi restart oscama ili podešavanje sata ili bilo šta da radi automatski.
Glavne komande:
Standby:
wget -O /dev/null -q http://root:password@localhost/web/powerstate?newstate=0
DeepStandby:
wget -O /dev/null -q http://root:password@localhost/web/powerstate?newstate=1
Reboot:
wget -O /dev/null -q http://root:password@localhost/web/powerstate?newstate=2
Restart Enigma2:
wget -O /dev/null -q http://root:password@localhost/web/powerstate?newstate=3
Wakeup from Standby:
wget -O /dev/null -q http://root:password@localhost/web/remotecontrol?command=116