Onkyo change Sources not working

Hi Community

After a complete new installation my “old” Onkyo Integration yaml file is not working correct. I can power on/off and change the volume, but i can not change the sources. with other network apps on my windows or android devices change sources is working perfect. also it has worked befor with this yaml file:
thanks in advance!!

 - platform: onkyo
    host: 192.168.0.30
    name: OnkyoTX-NR646
    sources:
      video2_cbl_sat: "TV"
      cd_tv/cd: "Squeezebox"
      dvd_bd_dvd: "Mediaplayer"`
    sources:
      video2_cbl_sat: 'TV'
      cd_tv/cd: 'Squeezebox'
      dvd_bd_dvd: 'Mediaplayer'

Does it work with ’ ’ instead of " " ? You also have an extra ` at the end.

1 Like

Thanks a lot for your really fast answer @Spiro !! . But this did not solve the problem (Change from " to ` ) the extra ’ at the end was from the forum entry here…did not see that and im an beginner with formated text here ;-).
On the HA PAge ist also with the double quotes:

What about your sources video2_cbl_sat ,cd_tv/cd and dvd_bd_dvd. They don’t appear that way in the sources list on the onkyo instruction page. video2, cd, tv-cd etc… are there in shorter named version.

Ok, thanks…and if you choose HTPC Input in HA and you go to developer toolsstae and read it out…there’s video6 as source?
this is my example from the tool

source_list:
  - TV
  - Squeezebox
  - Mediaplayer
volume_level: 0.1875
is_volume_muted: false
source: dvd_bd_dvd
audio_information:
  format: ''
  input_frequency: ''
  input_channels: ''
  listening_mode: Direct
  output_channels: 2.0 ch
  output_frequency: ''
video_information:
  input_resolution: Unknown
  input_color_schema: ''
  input_color_depth: 24bit
  output_resolution: Unknown
  output_color_schema: ''
  output_color_depth: 24bit
  picture_mode: ''
video_out: yes,out
friendly_name: OnkyoTX-NR646
media_player:
  - platform: onkyo
    host: 192.168.1.22
    name: Onkyo TX-NR676E
    sources:
      video6: 'HTPC'
      strm-box: 'stream'
      video2: 'Sat'
      video3: 'Game'
      video4: 'AUX'
      dvd: 'Dune HD'
      cd: 'cd'
      net: 'net'
      bluetooth: 'Bluetooth'
      fm: 'FM Radio'
      am: 'AM Radio'
      usb: 'USB'
      network: 'INTERNET' 

Here’s my setup

Sorry…i’m confused today…just edited my previous post above instead answering :upside_down_face: