-
Notifications
You must be signed in to change notification settings - Fork 60
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
[FEAT] control volume via HDMI / CEC #101
Comments
huh why do you have both ARC and optical? That is pretty redundant. So this is really up to the tv implementation. This system can ask the TV to change the volume. It may forward that request over CEC to the receiver when using HDMI ARC (optical is unlikely i think). My 2020 TV does forward, while ny 2010: ish did not. However my 2020 it utterly looses track of current volume. Seem to only be sending a relative value over CEC. |
Well, I have a satellite settopbox connected via HDMI1. So ARC won't work this way as receiver is 3rd device. |
Hi @zozzi, As @elupus mentioned, this likely depends on the TV itself. I don't remember seeing any specific methods in the API to control CEC or optical volume. Two things you can try:
I'll leave this issue open for others to share their advice, but I don't think there is anything I can do in terms of supporting this in Pylips... |
Hello Gene,
Thanks for a huge effort and great piece of code.
Just one question regarding controlling the volume over HDMI through CEC. I have an optical audio out to receiver + audio return channel switch on @HDMI1.
It would be great to be able to control the volume this way.
Is this somehow possible?
PZ
The text was updated successfully, but these errors were encountered: