Skip to the content.

Posterr Script - Download and start install steps

What is this?

If you implement the Sleep Timer feature in Posterr, the screen is blanked out, but still powered on. This script uses the CEC feature of your HDMI connected display to put the display in standby mode. This will save power and increase the longevity of your display.

Posterr scripts are designed to work on a rPi with a connected CEC compatible display.

Compatibility

There are items required for the script

Get the Posterr scripts

Download

cd ~/
curl -sSL https://raw.githubusercontent.com/petersem/posterr/master/scripts/rpiwatcherservice.tar.gz -o rpiwatcherservice.tar.gz 
mkdir ~/posterr-scripts

Decompress

tar -xvf rpiwatcherservice.tar.gz -C ~/posterr-scripts

Set script permissions

cd ~/posterr-scripts
sudo chmod 777 sleepwatch-install-service.sh
sudo chmod +X sleepwatch-install-service.sh

Start installation

./sleepwatch-install-service.sh

Installation script MUST run as your standard user, not with sudo

Uninstall

To uninstall the Poster Script, run the remove script and then delete the poster-scripts folder

~/posterr-scripts/sleepwatch-remove-service.sh
cd ~
sudo rm -R posterr-scripts

Troubleshooting

Technical Details

The script does the following:

This is a new feature and script, so let me know how you go on Discord.

Return to main page