-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
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
MediaPlayer Onkyo Volume Scale #41655
Comments
onkyo documentation |
After some more testing - it appears that it's not the receiver_max_volume that creates the problem. I can limit the maximum output as wanted by just setting this to 160 (and not 200) that is my max. If I specify the max_volume to say 70. then the slider starts jumping back (down) again after setting the value. |
I think the first question is how shall the max_volume be visible in the UI? I see these two options:
Taking the first option, the method
For example:
-> 80 send to the receiver -> correct in the update method we convert the volume from the receiver back to the volume that is returned to the user:
for the example: 80 / 200 * 0.8 = 0.32 -> which is not the same as 0.5 I think the simple fix is that a parenthesis is missing: |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
The problem
Onkyo Media-player Volume scale issues.
I got a few years old Onkyo receiver where the max volume is 200.
To be able to get a decent volume - I had to set the "receiver_max_volume".
Now I can get the wanted volume - but the slider jumps down to 50% of what I set - so there seems to be a scaling issue, probably in regards to the new maximum of 100 vs 80 that was the old default.
When I set a value of 70 - it jumps back to 34. 60->29, so 1/2 -1 it looks like. At lest when it is set to 200.
Without this parameter set - it worked just fine in an older version (but even at max - the volume was too low).
Environment
Running 0.116.2 in docker, otherwise nothing special.
Problem-relevant
configuration.yaml
Traceback/Error logs
Additional information
The text was updated successfully, but these errors were encountered: