#1
Posted 26 July 2011 - 20:11
I don`t see a similar option on Pli, is there?...Autostandby would be a very welcome and useful feature to Openpli2, already steady and powerful.
I see Vix images have a similar functionality in power manager, but I`m not sure if it works that way because i don`t have a Vu+ at hand, please correct me if I`m wrong; I`m thinking since Vix is based on Openpli2, this feature can be ported somehow.
Is there similar downloadable plugin or panel?
Thx!
Re: AutoStandby? #2
Posted 26 July 2011 - 20:32
Just add a timer and choose for zap to channel ... and at the end 'after recording' go to standby. Do this every day and ready.
Mijn schotel is een T90 met 10 LNB's. Daarnaast voor de fun nog een draaibaar systeem met een Triax TD 78.
Dreamboxen heb ik niet meer echt actief. Verder heb ik ook nog een een VU+ duo2 met 500Gb harddisk + een VU+ Uno, Zero, Solo 4K, Ultimo 4K, Zero 4K, Uno 4Kse. + ook nog een Xtrend ET7x00. Daarnaast heb ik ook nog diverse andere modellen w.o. een Formuler F4, ET8500, ET7500, Mut@nt 2400HD, Xsarius Fusion HD se en verder nog wel het e.e.a. waarmee op verzoek vanalles wordt getest. Iemand moet het tenslotte doen.
Los van de eerder genoemde modellen heb ik nog wel een rits aan testsamples als Mut@nt 2400HD, HD60, GB UE4K, GB Trio4K, Maxitec Multibox combo en Twin, Octagon sf8008, sf8008 mini en last but nog least enkele modellen van het Grieks Duitse Edision.
Voor centrale opslag van media gebruik ik een Qnap 219P met tweemaal 2 Tb harddisks + een Synology DS414 met 12 Tb Totale opslag.
-------------------------------------------------------------------------------------------
Many answers to your question can be found in our wiki: Just one click away from this "solutioncentre".
Als ik alles al wist hoefde ik ook niets te vragen. If I had all the knowledge I had no questions at all.
Re: AutoStandby? #3
Re: AutoStandby? #4
Posted 27 July 2011 - 04:53
It does. And that functionality is integrated, it's not a plugin.I see Vix images have a similar functionality in power manager, but I`m not sure if it works that way because i don`t have a Vu+ at hand
Re: AutoStandby? #5
Posted 27 July 2011 - 15:47
Frenske: I`m afraid, a timer-based standby, like you mentioned, isn`t an option since it can`t be done, only through recording i get "go to standby" in the menu, any Help?
Re: AutoStandby? #6
Posted 6 November 2011 - 12:02
I`ve been looking around for a while and it seems that the closest i could get is to create a script and then have it executed by crontab, here`s how...
Create the following script and name it "AutoStandby.sh", and put it inside /usr/script for example:
Script:
#!/bin/sh ######################################## # Set box to standby # ######################################## wget -q -O - "http://127.0.0.1/web/powerstate?newstate=0" >/dev/null
The following crontab command puts your box into standby @ 2:00 AM every night.
Crontab:
0 2 * * * /usr/script/AutoStandby.sh
You can also download the file below, i included "cronmanager" if you wanna experiment a little.
I hope our dev team looks into this very useful feature...
http://www.mediafire...1vbzs1b8asv5de9
Thx!
Edited by Lukin, 6 November 2011 - 12:04.
Re: AutoStandby? #7
Posted 6 November 2011 - 16:29
0 = Toogle Standby
1 = Deepstandby
2 = Reboot
3 = Restart Enigma2
4 = Wakeup form Standby
5 = Standby
I hope this helps someone until the team decides what`s best.
Edited by Lukin, 6 November 2011 - 16:32.
Re: AutoStandby? #8
Re: AutoStandby? #9
Posted 8 February 2012 - 10:08
yes, that was the idea at the time and it was a workaround actually, because now there`s "autoshutdown" a dedicated plugin for power management under systemplugins downloadable from the online feed, accessible from plugin menu or setup > system > autoshutdown settings after download.
Re: AutoStandby? #10
Posted 8 February 2012 - 18:42
Thank you for your info. In fact I used the following script in my DM500 and it worked nicely. I want to implement it in DM800 as well.
gt_standby.sh
#!/bin/sh
PSW="dreambox"
TMPFILE="/tmp/tmpWebIF.standby"
if [ "$1" = "" ]; then
sleep 20
else
sleep $1
fi
wget -O $TMPFILE -q http://root:$PSW@localhost/cgi-bin/admin?command=standby
rm $TMPFILE
exit 0
init
#!/bin/sh
/var/script/gt_standby.sh 40 &
How do I implement the above in DM800. Appreciate your help.
Re: AutoStandby? #11
Posted 9 February 2012 - 14:38
dm500 and dm800 run on different plateforms (enigma1 vs engima2), and adapting the above code isn`t gonna help!,
I`m thinking; "why not look at script at post #6 above and have it executed by a cronjob instead".
I know it works in dm800, I did some research back then about how to automate a cronjob and got some help from our wonderful Pli members here, you can read about it HERE
Enjoy!.
Also tagged with one or more of these keywords: DM800
dm800hd-pvrStarted by mimisiku, 12 Feb 2020 Dm800, openpli 2.1 |
|
|||
DM800HD Tuner A emptyStarted by Popol95, 17 Dec 2016 Tuner, DM800, Openpli4, openpli |
|
|||
Error in Remote Stream ConverterStarted by DutchZombie, 31 Oct 2016 Vu+, DM800 |
|
|||
Zenders werken niet meerStarted by Ranger61, 5 Feb 2016 dm800, Zenders, Dreambox |
|
|||
OSCam 1.20 op oeroude DM800 i.c.m. OpenPli 2.1Started by goldeneye , 25 Sep 2015 Dm800, OpenPli 2.1 |
|
3 user(s) are reading this topic
0 members, 3 guests, 0 anonymous users