Yamaha Network Receivers

I have an RX-V3085 which is mostly working ok except I can’t select any of the HDMI sources? Here is my configuration.yaml

discovery:
  ignore:
    - yamaha

media_player:
  - platform: yamaha
    host: 192.168.1.235   
    source_names:
      HDMI1: "BluRay Player"
      HDMI2: "Kodi"
      HDMI3: "ChromeCast"
    source_ignore:
      - "AV3"
    zone_ignore:
      - "Zone_3"
      - "Zone_4"
    zone_names:
      Main_Zone: "Rumpus"
      Zone_2: "Alfresco"

When I look at the attributes no HDMI listed? I just added ignore AV3 to see if that worked which it does. Ideas?
media_player.yamaha_receiver_rumpus

source_list:
  - AUDIO1
  - AUDIO2
  - AUDIO3
  - AUDIO4
  - AUX
  - AV1
  - AV2
  - AV4
  - AV5
  - AV6
  - AV7
  - AirPlay
  - Alexa
  - Amazon Music
  - Bluetooth
  - Deezer
  - MusicCast Link
  - NET RADIO
  - PHONO
  - SERVER
  - Spotify
  - TIDAL
  - TUNER
  - USB
sound_mode_list:
  - Hall in Munich
  - Hall in Vienna
  - Hall in Amsterdam
  - Church in Freiburg
  - Church in Royaumont
  - Chamber
  - Village Vanguard
  - Warehouse Loft
  - Cellar Club
  - The Roxy Theatre
  - The Bottom Line
  - Sports
  - Action Game
  - Roleplaying Game
  - Music Video
  - Recital/Opera
  - Standard
  - Spectacle
  - Sci-Fi
  - Adventure
  - Drama
  - Mono Movie
  - Enhanced
  - Surround Decoder
  - 2ch Stereo
  - 9ch Stereo
  - Straight
volume_level: 0.75
is_volume_muted: false
media_content_type: music
media_title: ''
media_artist: ''
media_album_name: ''
source: Spotify
sound_mode: 9ch Stereo
friendly_name: Yamaha Receiver Rumpus
supported_features: 84925

Your device needs to report those sources if you intend to use them, if it doesn’t… there isn’t much you can do. To be honest, AV1 - AV7 seem like they’d be your HDMI sources. You can verify this by setting the source on your receiver and looking at what the media player reports.

1 Like

Good idea I’ll try that tomorrow!

Yes those AV sources are the HDMI inputs. Thanks for the point in the right direction!