Closed TheTrueRandom closed 2 days 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!
(message by CodeOwnersMention)
denonavr documentation denonavr source (message by IssueLinks)
The spec I used to build the integration is older than your receiver. It seems that it does not include all the sources of your Denon model.
Could you select the missing sources, run this script and attach the result? It includes the responses to the API calls of the integration. The resulting Deviceinfo.xml
file might include the MAC address of your receiver. You might want to delete that before uploading.
I'm pretty sure that I can add the missing sources with these information.
You could also open an issue for that at https://github.com/ol-iver/denonavr to attach your results.
Sure.
Those files were generated, I upload only the 200 ones. (renamed to .txt because github won't let me upload .xml) AVR-X2700H-AppCommand-setup-8080-200.xml.txt AVR-X2700H-AppCommand-update-8080-200.xml.txt AVR-X2700H-Deviceinfo.xml-8080-200.xml.txt
AVR-X2700H-AppCommand-setup-80-403.xml
AVR-X2700H-AppCommand-update-80-403.xml
AVR-X2700H-Deviceinfo.xml-80-403.xml
AVR-X2700H-formMainZone_MainZoneXmlStatus-80-403.xml
AVR-X2700H-formMainZone_MainZoneXml-80-403.xml
AVR-X2700H-formNetAudio_StatusXml-80-403.xml
AVR-X2700H-formTuner_TunerXml-80-403.xml
AVR-X2700H-formTuner_HdXml-80-403.xml
AVR-X2700H-formZone2_Zone2XmlStatus-80-403.xml
AVR-X2700H-formZone3_Zone3XmlStatus-80-403.xml
AVR-X2700H-AppCommand-setup-8080-200.xml
AVR-X2700H-AppCommand-update-8080-200.xml
AVR-X2700H-Deviceinfo.xml-8080-200.xml
AVR-X2700H-formMainZone_MainZoneXmlStatus-8080-403.xml
AVR-X2700H-formMainZone_MainZoneXml-8080-403.xml
AVR-X2700H-formNetAudio_StatusXml-8080-403.xml
AVR-X2700H-formTuner_TunerXml-8080-403.xml
AVR-X2700H-formTuner_HdXml-8080-403.xml
AVR-X2700H-formZone2_Zone2XmlStatus-8080-403.xml
AVR-X2700H-formZone3_Zone3XmlStatus-8080-403.xml
Thank you.
In your receiver multiple sources are renamed to the same name (Integrated gfx
). You can see this in the AVR-X2700H-AppCommand-update-8080-200.xml.txt
file.
When you give them unique names, you will see all sources.
<list>
<name>Blu-ray</name>
<rename>Integrated gfx </rename>
</list>
<list>
<name>GAME</name>
<rename>Integrated gfx </rename>
</list>
<list>
<name>AUX2</name>
<rename>Integrated gfx </rename>
</list>
I see. How/Where do I give them unique names (or remove the renames)? Any idea why they are renamed? So far I only used my remote control and the home-assistant integration.
Ok the inputs can be renamed on the receiver webpage. Not sure why they were renamed in the first place though. The sources now correctly show in homeassistant. Thanks
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.
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