Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 627 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 627 Bytes

reboot_kabel_box

Reboot your vodafone kabel_box(CH7466CE Wireless Voice Gateway Firmware version 4.50.20.3) router.

You need chromium-browser + chromedriver installed for this to work. sudo apt-get install chromium-chromedriver

Add this to your crontab to run every night(first run always fails).

0 5 * * * (cd /home/pi/reboot-router && rm -rf ./tests/_output/debug/*.png && /usr/bin/php ./vendor/bin/codecept run run acceptance KabelBoxCest --debug) >> /home/pi/reboot-router.log 2>&1

To Logout

(cd /home/pi/reboot-router && /usr/bin/php ./vendor/bin/codecept run acceptance KabelBoxLogoutCest --debug )