/Speedport-Reboot

This python script allows you to reboot your Speedport.

Primary LanguagePythonMIT LicenseMIT

Speedport Reboot

This python script allows you to reboot your Speedport.
You can set up cronjobs to reboot your Speedport on a daily basis.

Obviously, you need to be in the same local network as your Speedport.

✏️Install Instruction

Make sure that your machine can ping speedport.ip. If your machine can't ping speedport.ip, add it to the HOSTS-File!

  • 🐧Linux:

    • Install requirements:
      • Install Python (2.7): sudo apt-get install build-essential python
      • Download PyCryptoDome: wget -O pycryptodome-3.4.7.tar.gz https://git.io/fjqr0
      • Install PyCryptoDome: sudo pip install /PATH/TO/pycryptodome-3.4.7.tar.gz
    • Set Config in Python script!
    • Command to reboot your Speedport: python speedport-reboot.py
  • Windows:

    • Install requirements:
    • Set Config in Python script!
    • Command to reboot your Speedport: python speedport-reboot.py

Tested firmware versions

  • Speedport Hybrid v050124.04.00.005

🤖 Credits