Android CEC Screen power On/Off with DSDevices

On this page

Android CEC Screen power On/Off with DSDevices

Documentation Versions

  • If you are using a CMS later than v3.0.0 please use this link

This guide will take you through how to use the DSDevices DSCS9X, DSCS95 and DSCS9 to control the attached TV/screen via HDMI-CEC.

Modern TVs and signage panels offer the HDMI-CEC standard to accept power on/off Events via the HDMI cable.

DSDevices DSCS9X, DSCS95 and DSCS9 offer a method to send those CEC control signals so that you can turn the screen on and off via Commands Scheduled in Xibo or built into Layouts.

Player Setup

If you are using a DSCS9X or DSCS95 please go straight to the Xibo Setup section below.

NOTE: DSCS9 devices shipped from 1st January 2019 onwards have the DSDCEC app pre-installed and the CEC options correctly configured for you automatically, so you can skip straight to the Xibo Setup section below.

Download the DSDCEC app from here and install on your DSCS9.

Once installed, if you open the DSDCEC app, it should look like this:

Next, go into the Settings app from the device home screen:

Select Preference:

Select HDMI CEC:

Ensure that the following options are selected:

  • CEC Control - Open
  • One key play - Close
  • One key power off - Close
  • Auto change language - Close

Exit the settings using the back arrow at the bottom of the screen.

Next, ensure that your TV or panel has HDMI-CEC control enabled. How you achieve this varies from manufacturer to manufacturer. Please see the user guide for your particular TV for guidance.

Once CEC is enabled, ensure that your DSCS9 is connected to the TV via HDMI cable. CEC control signals cannot pass through HDMI to VGA adapters for example.

Click the POWEROFF button, or press f on the keyboard in the DSDCEC app. Your TV should turn off. Assuming it does so, turn the screen back on manually, or if you have a keyboard connected use the n button to trigger a power-on event.

Assuming that the screen powers off and on as expected, the Player setup is complete.

Xibo Setup

From the CMS, create and define Commands to turn the screen power On and Off.

  • Select Commands located under the Displays section of the main menu.

Create 2 commands to use: Screen On: dsd_cec_on and Screen Off: dsd_cec_off

  • Click Add Command:

  • Repeat to add a Screen Off Command:

NOTE: If you are using v2 R216 and earlier or v3 R301 and earlier, the following commands should be used instead:

Screen On: /system/bin/am start -n com.microcontrollerbg.dsdcec/.dsdcec --es "ceccommand" "on"

Screen Off: /system/bin/am start -n com.microcontrollerbg.dsdcec/.dsdcec --es "ceccommand" "off"

The two new Commands should now appear in the Commands list. If you already have screen on/off commands defined (for example if you use webOS Players), then there’s no need to define specific ones for Android. You can use the same Commands across both types of Player.

If you don’t already have a Display Settings Profile that you’ll use for DSDevices DSCS9X, DSCS95 and DSCS9 based Players, then now is a great time to create one!
Screenshot/Image

Create a new profile from Display Settings in the CMS main menu:

  • Click Add Profile.
  • Ensure Display Type is set to Android and give the Profile a meaningful name:

  • Enter the Email Address to be used to licence this Player along with any other settings you would routinely change for your environment.

  • Finally, move to the Commands tab, and define the two Commands you created earlier for these devices.

  • Save your Display Settings Profile.

You now need to assign the Display Settings Profile to your Players. If you’re using only one Display Settings Profile, and have put those Commands into the Default Profile, then you can skip this step.

  • Go to the Displays page of the CMS.
  • Use the row menu for Displays served by the Player type created and click Edit.
  • Use the Profile Settings tab and choose the new Profile created from the Settings Profile? drop down menu.

NOTE: If you are using a CMS earlier than v2.x, the Settings Profile? field can be found under the Advanced tab.

  • Save your changes.

Allow time for the Player to download the new Settings Profile/Command definition. You can see when it last connected on the Displays page. Once that date changes, it should have the new Commands defined.
Screenshot/Image

You can now try sending an instant screen on/off command from the Displays page:

  • Use the row menu for a selected Display and select Send Command:

  • Pick Screen On or Off and Save.

The screen should receive an XMR message and turn off.

Non-Docker installations must have XMR up and running to send an instant screen on/off command!
Screenshot/Image

The same Commands can also be Scheduled as an Event Type (these don’t require XMR to work):

As in the example image above, the selected Start Time would cause the screen to turn off at 18:30 on the selected Display. You could then use a Repeat to cause that to happen every day for example.

A similar Schedule could be defined to turn the screen back on again!
Screenshot/Image

It is also possible to embed the Commands required into a Layout.

Simply add the Shell Command Widget and choose the Commands you defined earlier.

When that particular Layout is shown, the screen power state will change accordingly.