I’ve been using my Yamaha RX-V577 receiver sind Hass 0.24 and it always worked reliable until 2 days (latest hass 0.92.2 worked fine too). Out of nowhere it stopped working and is not longer discovered. When setting logger to debug for this component all it says is:
ERROR (MainThread) [homeassistant.components.media_player] Setup of platform yamaha is taking longer than 60 seconds. Startup will proceed without waiting any longer.
I’ve used a hard coded IP in my media_player.yaml since forever (even tried changing it to it’s resolvable dns name without success):
# AV-RECEIVER
- platform: yamaha
name: 'AV-Receiver'
host: 192.168.XXX.XX
source_ignore:
- "AUX"
- "USB"
- "JUKE"
- "TUNER"
- "iPod (USB)"
- "AV1"
- "AV2"
- "AV3"
- "AV6"
- "HDMI4"
- "HDMI5"
- "HDMI6"
source_names:
HDMI1: "PS4"
HDMI2: "Kodi Cubox"
HDMI3: "SNES Mini"
AV1: "TV"
AV4: "Plattenspieler"
AV5: "Soundtouch"
NET RADIO: "Internetradio"
SERVER: "Server"
Network standby is of course enabled and the receiver is reachable on my local network. I can successfully ping it with my raspberry pi running hass. Anyone has an idea or the same problem?