Ik heb er nog niet naar gekeken ?
Maar zou je een cronjob hiervoor kunnen misbruiken ??
Zomaar een ideetje ??
Want die schakelklok incl stekker zal ongetwijfelt met keilbouten in de muur vast moeten zitten , of de draad moet door de muur in een gesloten kamer zitten,
anders is het simpel ff de stekker eruit te halen en normaal in het stopkontakt te stoppen.
Cronjob start met booten mee en gaat verder met waar hij bezig was.

Goed nog ff verder denkend ?
Je kan de pc met Fn+F2 in suspend mode naar het ram geheugen zetten.
Dit moet dan gedaan worden door de cronjob ?
######################
ff tussendoor.........
deze /etc/default/acpi-support file kan helpen bij ondersteuning voor acpi zaken die misschien in de weg zitten.
BTW dit behoort al tot het Ubuntu acpi-support package!
# Add modules to this list to have them removed before suspend and reloaded
# on resume. It should look something like MODULES="e1000 ipw2100"
MODULES="usbhid uhci_hcd ehci_hcd"
#MODULES=" ipw2200 "
# Should we save and restore state using the VESA BIOS Extensions?
SAVE_VBE_STATE=true
# The file that we use to save the vbestate
VBESTATE=/var/lib/acpi-support/vbestate
# Should we attempt to warm-boot the video hardware on resume?
POST_VIDEO=true
# Should we switch the screen off with DPMS on suspend?
USE_DPMS=true
# Uncomment the next line to switch away from X and back again after resume.
# This is needed for some hardware, but should be unnecessary on most.
# DOUBLE_CONSOLE_SWITCH=true
# Set the following to "platform" if you want to use ACPI to shut down
# your machine on hibernation
HIBERNATE_MODE=shutdown
# Comment this out to disable screen locking on resume
LOCK_SCREEN=true
# Uncomment this line to have DMA disabled before suspend and reenabled
# afterwards
# DISABLE_DMA=true
# Add services to this list to stop them before suspend and restart them in
# the resume process.
STOP_SERVICES="ifplugd"
#STOP_SERVICES=" waproamd ifplugd "##################################
en tot slot vind je hier nog wat leesvoer over dit fenomeen en een hack als het niet werkt.
http://ubuntuforums.org/showthread.php?t=471855Nogmaals je zal zelf wat moeten experimenteren maar ik denk meer en meer dat het wel mogelijk moet zijn dit automatisch te laten werken
