Skip to content

A python power saving script for Linux HTPC/Homeserver.

Notifications You must be signed in to change notification settings

agrlh/powersaver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

powersaver

A python power saving script for Linux HTPC/Homeserver running XBMC.

Requirements

This script utilizes the following command line tools

  • nslookup
  • smbstatus
  • rtcwake
  • tail
  • netstat

Installation

Use crontab /etc/crontab to schedule the script. My setting is to run it every 15 minutes such that the HTPC shuts down if not in use.

# Powersaver
*/15 * * * * root /home/alex/powersaver/powersave.py

About

A python power saving script for Linux HTPC/Homeserver.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages