home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.29k stars 30.61k forks source link

denon avr missing sources #129656

Open TheTrueRandom opened 10 hours ago

TheTrueRandom commented 10 hours ago

The problem

I'm using a Denon AVR-X2700H and added it to homeassistant. Everything works pretty much fine, the only issue is that the sources list is missing quite some entries. For example "8k", "Game", "DVD" which are all valid input sources and can be selected with the denon remote control, but don't appear in homeassistant.

I tried all combinations for the settings "Show all sources" and "Use Telnet connection" without success.

When enabling debug logs I noticed a few errors on startup, besides that everything in the logs seems normal and nothing I could relate to sources missing.

2024-11-01 22:32:52.070 DEBUG (MainThread) [denonavr.decorators] HTTP status error on request <Request('GET', 'http://192.168.11.103/goform/Deviceinfo.xml')>: Client error '403 Forbidden' for url 'http://192.168.11.103/goform/Deviceinfo.xml'
For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403
2024-11-01 22:32:52.071 DEBUG (MainThread) [denonavr.decorators] Exception raised, clearing cache: HTTPStatusError: Client error '403 Forbidden' for url 'http://192.168.11.103/goform/Deviceinfo.xml'
For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403
2024-11-01 22:32:52.072 DEBUG (MainThread) [denonavr.foundation] Request error on port 80 when identifying receiver, device is not a avr-x receiver: HTTPStatusError: Client error '403 Forbidden' for url 'http://192.168.11.103/goform/Deviceinfo.xml'
For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403
2024-11-01 22:32:52.096 INFO (MainThread) [denonavr.foundation] Identified avr-x-2016 receiver using port 8080
2024-11-01 22:32:52.096 DEBUG (MainThread) [denonavr.foundation] Getting device info
2024-11-01 22:32:52.104 DEBUG (MainThread) [denonavr.ssdp] Device http://192.168.11.103:60006/upnp/desc/aios_device/aios_device.xml has manufacturer Denon

Screenshot_2024-11-01_22-41-39

What version of Home Assistant Core has the issue?

core-2024.10.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Container

Integration causing the issue

denonavr

Link to integration documentation on our website

https://www.home-assistant.io/integrations/denonavr/

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 10 hours ago

Hey there @ol-iver, @starkillerog, mind taking a look at this issue as it has been labeled with an integration (denonavr) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `denonavr` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign denonavr` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


denonavr documentation denonavr source (message by IssueLinks)