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

Request: Add option to enable/disable center speaker through the adapter #205

Open
badsnoopy667 opened this issue Jan 27, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@badsnoopy667
Copy link

Hi @foxriver76 :
The Denon receiver normally does not allow to set the state of the center speaker through the API. But this (at least for me) is a very common thing I want to change (center OFF for music, center set to LARGE/SMALL for movies).
This can be done using the receiver website and click the respective radio buttons. Of course this is very time consuming.

I found a way to change the center state directly via a curl request:

curl -d "setPureDirectOn=OFF&setSetupLock=OFF&radioSpConfigFr=Large&radioSpConfigC=Small&radioSpConfigSw=No&radioSpConfigSrA=Small" -H "Content-Type: application/x-www-form-urlencoded" -X POST http://die.IP.vom.Denon/SETUP/SPEAKERS/SPEAKERCONFIG/s_speakersetup.asp

The upper code sets the Center Speaker to SMALL (LARGE of course also works).

curl -d "setPureDirectOn=OFF&setSetupLock=OFF&radioSpConfigFr=Large&radioSpConfigC=None&radioSpConfigSw=No&radioSpConfigSrA=Small" -H "Content-Type: application/x-www-form-urlencoded" -X POST http://die.IP.vom.Denon/SETUP/SPEAKERS/SPEAKERCONFIG/s_speakersetup.asp
This sets the Center Speaker to "None". Relevant is the "radioSpConfigC" part of the code.

Would it be possible to add this to the adapter so that an object in iobroker is shown that you can set to SMALL, LARGE or NONE? I think this might help alot of people to better use their receiver.

Thanks in advance!
Jan

@badsnoopy667 badsnoopy667 added the enhancement New feature or request label Jan 27, 2022
@foxriver76
Copy link
Owner

I won’t add http commands as they are only working on some avrs but we can check if enable via telnet

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