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

Sound mode buttons #271

Open
theengineer0815a opened this issue Oct 1, 2022 · 3 comments
Open

Sound mode buttons #271

theengineer0815a opened this issue Oct 1, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@theengineer0815a
Copy link

Is your feature request related to a problem? Please describe.
The "suroundMode" is read by the adapter.
But i am not able to set the surround mode for Dolby this may have two reasons:

  1. In the object data the desired states are not listet, but the value of the object shows them.
    Thats the listed states:
    states": {
    "0": "STEREO",
    "1": "VIRTUAL",
    "2": "VIDEO GAME",
    "3": "MCH STEREO",
    "4": "DTS SURROUND",
    "5": "DOLBY DIGITAL",
    "6": "MOVIE",
    "7": "MUSIC",
    "8": "DIRECT",
    "9": "PURE DIRECT",
    "10": "AUTO",
    "11": "GAME",
    "12": "AURO3D",
    "13": "AURO2DSURR",
    "14": "WIDE SCREEN",
    "15": "SUPER STADIUM",
    "16": "ROCK ARENA",
    "17": "JAZZ CLUB",
    "18": "CLASSIC CONCERT",
    "19": "MONO MOVIE",
    "20": "MATRIX",

But the shown values are:
image
DOLBY AUDIO-DSUR
DOLBY AUDIO-DD+
DOLBY AUDIO-DD+ +DSUR
Therefore the keys may not match.

  1. Not every suround mode is always available as it depends on the input source.
    (like described here https://manuals.marantz.com/sr6015/NA/EN/DRDZSYhrhvtgzs.php)

Describe the solution you'd like
To toggle the suround modes it would be great to have the buttons "Sound mode (Movie, Music, GamePure)" which are on the remote control also available in the adapter.

Describe alternatives you've considered
I tried to enhance the object with the desired sound modes, but thats not working.
"21": "DOLBY AUDIO-DSUR",
"22": "DOLBY AUDIO-DD+",
"23": "DOLBY AUDIO-DD+ +DSUR"

Additional context
The receiver is a Marantz SR6015

I tried to set STEREO and MCH STEREO, this is always working.

@theengineer0815a theengineer0815a added the enhancement New feature or request label Oct 1, 2022
@foxriver76
Copy link
Owner

Please try with expertComamnd if this is what you need
2EDC0A81-6701-4D3B-A1D7-1087446B3044

@theengineer0815a
Copy link
Author

Hallo!
Thanks for the quick response. Unfortunatley the statements do not force any reaction on my receiver.
Unfortunately all documentation for the API (wich i was able to find) seems to be more than 4 years old), they all have "PL" and none has DD+ or Atmos listed :( .

I made more tries and it seams that ""5": "DOLBY DIGITAL"," switches to the best available Dolby option (depending on the input).

best regard

@SKB-CGN
Copy link

SKB-CGN commented Feb 6, 2024

Hi, I can confirm this as well.
I have a Denon Receiver and wanted to set the Surround Mode via Jarvis.
Wenn setting the key of the state list, it's more a way of luck, if it's changing on the receiver.

As the receiver returns different surround modes, the state list is sometimes ignored, as DD+ Surround has no matching key.

Is there something we can work on?

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

3 participants