Hi, Help would be appreciated
I have a Yamaha RX-V2065 receiver, and this works great with the Yamaha AV controler App.
In Home Assistant on my RPI 4 4GB, I have the following configuration in my YAML:
- platform: yamaha
host: 192.168.2.103
However, i get the following Error message:
Error while setting up yamaha platform for media_player
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 199, in _async_setup_platform
await asyncio.shield(task)
File “/usr/src/homeassistant/homeassistant/components/yamaha/media_player.py”, line 130, in async_setup_platform
receivers = await hass.async_add_executor_job(_discovery, config_info)
File “/usr/local/lib/python3.8/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/src/homeassistant/homeassistant/components/yamaha/media_player.py”, line 114, in _discovery
receivers = rxv.RXV(config_info.ctrl_url, config_info.name).zone_controllers()
File “/usr/local/lib/python3.8/site-packages/rxv/rxv.py”, line 392, in zone_controllers
for zone in self.zones():
File “/usr/local/lib/python3.8/site-packages/rxv/rxv.py”, line 383, in zones
xml = self._desc_xml
AttributeError: ‘RXV’ object has no attribute ‘_desc_xml’
2021-01-23 10:47:55 ERROR (SyncWorker_1) [rxv] Unsupported Yamaha device? Failed to fetch http://192.168.2.103:80/YamahaRemoteControl/desc.xml
This link doesn’t work in my webbrowser, the link that does retrieve information is:
192.168.2.103/YamahaRemoteControl/UnitDesc.xml
HASS is trying to use a link tart is missing the word ‘Unit’.
Is there a way I can change the link where HAS is trying to retrieve the information from?
Core-2021.1.4
Supervisor-2021.01.05
Host OS5.10