-
Notifications
You must be signed in to change notification settings - Fork 11
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
Deactivates monitor but will not wake up #52
Comments
Hi @cdr93 thanks for you rinterest in my project. I (re-)started work on a branch to integrate different utils for monitor handling. If you want you can checkout the branch "mac" for my latest work there. Alas, I would need your help to implement the status call for cec-client: echo 'pow 0' | cec-client -s -d 1 when the monitor is on and when it is off? Thanks for your help |
Hello, pi@raspberrypi:~ $ echo 'pow 0' | cec-client -s -d 1 When I type the screen off command: pi@raspberrypi:~ $ echo 'pow 0' | cec-client -s -d 1 Hoping to have answered your request, |
Thx for the input, I added it to the branch "mac". Can you check that out and test it to see if it works? |
Hello, |
Hello,
I want to use this module but I have a problem. Indeed, the module deactivates the screen but it does not reactivate it.
My screen is a television connected to the PI by an HDMI cable. I am using CEC Utils to be able to manage the screen with crontab. The commands that are working to turn on and off the screen are:
echo on 0 | cec-client -s -d 1 == Turn on the screen
echo standby 0 | cec-client -s -d 1 == Turn off the screen
How could I integrate these commands in your module?
Thanking you in advance,
Regards,
The text was updated successfully, but these errors were encountered: