-
Notifications
You must be signed in to change notification settings - Fork 4
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
Logging? #4
Comments
The "surround sound enabled" message will still appear on the TV, but the volume should still be adjusted on the receiver/TV. If you run the program straight from the command line it should display the events (look in the code at the print() statements). Better logging would be a good idea too, but haven't got there yet. You could also try using cec-client directly from the command line to test if the volume control is working as expected. See https://www.linuxuprising.com/2019/07/raspberry-pi-power-on-off-tv-connected.html |
Thanks for the tips. I’ll try those out. I assumed I would still see the message even though the volume would adjust. In my case, the volume doesn’t adjust, which is a bit odd. I’ll report back what I find. Thanks again! |
Ok, so I used cec-client directly from the command line to verify that I can turn the TV itself on, but I am unable to adjust volume. I am thinking it has something to do with the fact that all my sources show as inactive, even though there is content playing over the chromecast (unless that's expected behavior). When I run the python script from the cli I get the following output:
Could it be that I am missing something that is required? |
Is there a way to review logged attempts to adjust hifi volume for troubleshooting purposes? I am still seeing the "surround sound enabled..." message, and volume levels remain the same. Could it be because I am using a sound bar connecting via optical cable? Curious if there is a way to view historical data.
The text was updated successfully, but these errors were encountered: