Enigma2 commands, Wakeup, Standby, etc

Posted by: Toysoft

Enigma2 commands, Wakeup, Standby, etc - 11/24/20 11:57 AM

- Wake up from Standby:
wget -O /dev/null -q http://root:password@localhost/web/remotecontrol?command=116

Here are a few more you might find handy.. I will add these to List of Telnet Commands for Enigma2 Receivers

- 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