Standby or wake up through HDMI/CEC

SUMMARY

When executed by the device, this script permits to: - set the active HDMI source through HDMI/CEC at a programmable time - set the monitor in standby through HDMI/CEC at a programmable time - wake-up the monitor through HDMI/CEC at a programmable time

It can be used when your specific monitor does not support AVCommand (DDC/CI, LAN, RS232 DTE) but do support properly the CEC

Your monitor has to support properly the CEC(¹)(²):

2019-02-26 Script V1.10.12 Download

BUG FIX, NEW FEATURES, MINOR UPDATES
  • Initial version
COMPATIBILITY
  • Gekkota 4.11.10
  • Screen Composer 3.20.14
  • PlugnCast 3.10.50

INFORMATION


    /* Standby mode (hours:minutes) */
    var standbyTime = "18:00";

    /* Wake up the screen (hours:minutes) */
    var onTime = "9:00";

    /* Set active HDMI source (hours:minutes)*/
    var activeSrcTime = "9:01";