stg93 / blaulichtsms_einsatzmonitor_tv_controller

TV Controller für ein HDMI CEC fähiges Gerät mit dem blaulichSMS Einsatzmonitor
MIT License
20 stars 9 forks source link

Screensaver #17

Open hharry80 opened 4 years ago

hharry80 commented 4 years ago

Screensaver

Because of my display doesn't support CEC, I've added the functionality to blank the screen. This functionality can be activated by setting "cec_mode = 3" in the "config.ini" file.

Operation Time

To switch off the display for example in night, there is a new functionallity to set the operation time. This can be defined with the settings "on_time" and "off_time" in the "config.ini" file. Don't worry, in case of an alarm the display will switch on anyway!

Example "config.ini" [Alarmmonitor] hdmi_cec_device_on_time = 7200 polling_interval = 60 run_user = send_errors = False send_starts = False cec_mode = 3 on_time = 08:00 off_time = 18:00