ol-iver / denonavr

Automation Library for Denon AVR receivers.
MIT License
176 stars 67 forks source link

Non matching sound mode 'Dolby Audio - DD + DSur' #99

Closed justinbyoung closed 4 years ago

justinbyoung commented 5 years ago

I am getting the following error in my HA logs.

Not able to match sound mode: 'Dolby Audio - DD + DSur', returning raw sound mode.

Could this sound mode please be added to the matching dictionary. I am running a Marantz SR6013.

Thanks

justinbyoung commented 5 years ago

Is there a way for me to do this manually for myself?

justinbyoung commented 5 years ago

Another one:

Not able to match sound mode: 'DTS-HD + Neural:X', returning raw sound mode.

starkillerOG commented 4 years ago

@justinbyoung I just made a PR to include the two sound modes that were missing. As soon as that PR gets merged and HomeAssistant is updated it will solve it for you.

For now you could clone this repositry and add in the lines I changed in the PR and then use it as a custom component untill this gets merged. (Not sure how comfortable you are with development of HASS)

justinbyoung commented 4 years ago

Excellent, thanks. If I find time I will try installing as a custom component to test.

ol-iver commented 4 years ago

Added the changes to the library and home-assistant https://github.com/home-assistant/home-assistant/pull/30421