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
71.44k stars 29.9k forks source link

Yamaha Network receiver not available #123423

Closed tomlut closed 1 month ago

tomlut commented 1 month ago

The problem

After updating to 2024.8.0 my two Yamaha network receivers are unavailable.

What version of Home Assistant Core has the issue?

core-2024.8.0

What was the last working version of Home Assistant Core?

core-2024.7.4

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Yamaha Network Receiver

Link to integration documentation on our website

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

Diagnostics information

No response

Example YAML snippet

media_player:
  - platform: yamaha
    host: 10.1.1.16
    name: "Lounge AV RX"
    source_ignore:
      - Alexa
      - Amazon Music
      - AUDIO2
      - AUDIO3
      - AUDIO4
      - AUDIO5
      - AUX
      - AV1
      - AV2
      - Bluetooth
      - Deezer
      - HDMI3
      - HDMI4
      - HDMI5
      - MusicCast Link
      - NET RADIO
      - PHONO
      - Qobuz
      - SERVER
      - Spotify
      - TIDAL
      - TUNER
      - USB
    source_names:
      AUDIO1: "TV"
      HDMI1: "Kodi"
      HDMI2: "Lounge PC"

  - platform: yamaha
    host: 10.1.1.17
    name: "Cinema AV RX"
    source_ignore:
      - Alexa
      - Amazon Music
      - AUDIO1
      - AUDIO2
      - AUDIO3
      - AUDIO4
      - AUDIO5
      - AUX
      - AV1
      - AV2
      - Bluetooth
      - Deezer
      - HDMI2
      - HDMI3
      - HDMI4
      - HDMI5
      - MusicCast Link
      - NET RADIO
      - PHONO
      - Qobuz
      - SERVER
      - Spotify
      - TIDAL
      - TUNER
      - USB
    source_names:
      HDMI1: "Projector"

Anything in the logs that might be useful for us?

Logger: homeassistant.helpers.service
Source: helpers/service.py:301
First occurred: 08:05:29 (2 occurrences)
Last logged: 08:05:30

Referenced entities media_player.lounge_av_rx are missing or not currently available
Referenced entities media_player.lounge_av_rx_zone_2 are missing or not currently available

Additional information

No response

home-assistant[bot] commented 1 month ago

yamaha documentation yamaha source

DeepCheef0202 commented 1 month ago

same issues

bluemonkeysuit07 commented 1 month ago

+1 having the same issue since the upgrade

tomlut commented 1 month ago

Closing as this is actually working for me. For others having this issue check the Settings -> Devices & Services -> Entities list.

You will very likely see duplicate _2 media player entities. Delete the old unavailable entities then restart. This will remove the _2 and your frontend cards should show your media players again.