This used to work but hasn’t worked for some time. Trying to figure out what the issue is.
I have a Yamaha RXV3900 with a static IP address.
Discovery is set to ignore the yamaha component and I have the following yaml.
I have the logger set to debug but not getting any errors.
logger:
default: info
logs:
homeassistant.components.yamaha: debug
I tried a fresh install with discovery and it still doesn’t find it.
I can also get to the UI in a browser by going to the IP http://192.168.2.239 even when the device is in standby.
Don’t get any errors unfortunately.
It does work through the app and web UI.
If I put an active but incorrect ip address in the config I get errors. Which suggests to me it’s working just not showing the entity for some reason.
Another interesting observation: intentionally setting up an incorrect ip, the log shows these 2 errors:
Error while setting up platform yamaha
9:28 AM components/yamaha/media_player.py (ERROR)
Failed to fetch http://10.1.1.77:80/YamahaRemoteControl/desc.xml
9:28 AM /usr/local/lib/python3.7/site-packages/rxv/rxv.py (ERROR)
So basically things are working but are not showing up for some reason.