Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: CEC control #47

Open
mishoboss opened this issue Apr 26, 2022 · 2 comments
Open

Feature Request: CEC control #47

mishoboss opened this issue Apr 26, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@mishoboss
Copy link

Would be really great if we can control screen ON/OFF via CEC.

Triggers:

@Salamek Salamek added the enhancement New feature or request label Apr 26, 2022
@Salamek
Copy link
Owner

Salamek commented Jan 22, 2024

Partially implemented by idle/active events in websocket control #63

@Salamek
Copy link
Owner

Salamek commented Jul 12, 2024

CEC commands to turn screen on/off on supported devices (RPI etc):

echo "0x40 0x04" > /sys/class/cec/cmd   # ON
echo "0x40 0x36" > /sys/class/cec/cmd   # OFF

This will most likely not be implemented directly into chromium-kiosk/qiosk but only as code example listening to correct events of qiosk websocket api in #63 ... (or maybe as disabled preinstalled service?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants