Schönen Abend.
Nachdem nun in die Welt von FHEM eingestiegen bin, möchte ich auch meinen YAMAHY RX-V673 an die Haussteuerung anbinden. Der Receiver hat die letzte verfügbare Firmware. Die Definition ist mit "define Receiver YAMAHA_AVR 192.168.1.122" im FHEM vorgenommen. Der Receiver hängt im Netzwerk und läuft. Ich kann direkt auf den eingebauten Webserver des Receivers zugreifen und z.B. die IP Adresse umstellen.
Im FHEM wird der Receiver allerdings immer als "absent" angezeigt. Ich habe bereits im Forum gesucht und diesen Beitrag gefunden: https://forum.fhem.de/index.php?topic=24736.0
Leider habe ich dadurch keine Lösung gefunden.
Bitte um Erfahrungswerte bzw. Hinweise woran es liegen könnte.
Vielen Dank thalerc
Hardware: Cubietruck mit Debian GNU/Linux 9 \n \l
Perl: This is perl 5, version 24, subversion 1 (v5.24.1) built for arm-linux-gnueabihf-thread-multi-64int
Zusatzinfo: Nach einigem Suchen und Aktivierung des Callstacks habe ich diese Info gefunden:
2019.09.18 06:05:20 1: PERL WARNING: Use of uninitialized value $zone in concatenation (.) or string at ./FHEM/71_YAMAHA_AVR.pm line 366.
2019.09.18 06:05:20 1: stacktrace:
2019.09.18 06:05:20 1: main::__ANON__ called by ./FHEM/71_YAMAHA_AVR.pm (364)
2019.09.18 06:05:20 1: main::YAMAHA_AVR_Set called by fhem.pl (3747)
2019.09.18 06:05:20 1: main::CallFn called by fhem.pl (1892)
2019.09.18 06:05:20 1: main::DoSet called by fhem.pl (1924)
2019.09.18 06:05:20 1: main::CommandSet called by fhem.pl (1238)
2019.09.18 06:05:20 1: main::AnalyzeCommand called by ./FHEM/01_FHEMWEB.pm (2681)
2019.09.18 06:05:20 1: main::FW_fC called by ./FHEM/01_FHEMWEB.pm (910)
2019.09.18 06:05:20 1: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (579)
2019.09.18 06:05:20 1: main::FW_Read called by fhem.pl (3752)
2019.09.18 06:05:20 1: main::CallFn called by fhem.pl (750)
ich möchte mich auch mal hier anschließen, da ich den gleichen AV mit wohl dem gleichen problem habe. ich habe allerdings 2 raspbery pi im einsatz, der alte raspi hat noch version 12719 vom 2016-12-06, der neue raspi wurde gestern erst geupdatet und hat die version 20404.
beide devices sind gleich angelegt, am alten raspi 12719 merkt der AV immer wenn state an oder aus ist, während beim neuen raspi 20404 kein state wahrgenommen wird, es seiden ich mache ein statusrequest, dann ändert der raspi 20404 auf den aktuellen state.
kennt einer das problem und weiß was ich einstellen muss?
ich habe leider nichts dazu gefunden
Also bei mir funktioniert es mit dem AVR RX-V683.
Bei mir meldet der BlueRay/DVD-Player BD-A1060 mit dem FHEM-Modul YAMAHA_BD "absent".
Das Modul hat seit dem 16.10.2018 keine Änderung erfahren. Und selbst die letzten Änderungen hatten nichts mit der presence zu tun.
Am besten verbose 5 ein schalten beim Modul Device und dann mal hier das Log zeigen.
ich hab
FIRMWARE
1.80/2.01
MODEL
RX-V671
ohne Probleme am Laufen.
Wenn, kann's nur ein Unterschied der xml schnittestelle sein. So wie ich Marcus verstanden hab gibts aber nur Unterschieden bei major versions der receiver.
Falls ich was von einem fehlerfreien Bruder 671 liefern soll, bitte Bescheid geben.
Zitat von: CoolTux am 05 November 2019, 17:04:59
Das Modul hat seit dem 16.10.2018 keine Änderung erfahren. Und selbst die letzten Änderungen hatten nichts mit der presence zu tun.
Am besten verbose 5 ein schalten beim Modul Device und dann mal hier das Log zeigen.
ich habe versucht mit meiner Versionsnummer aufmerksam zu machen, dass das der Versionsstand von Ende 2016 ist und ich glaube es war der Sprung von fhem 3.4 auf 3.5, aber ich weiß es nicht mehr, ab seitdem gibt es schon das Problem. Ich glaube irgendwo es auch mal angesprochen zu haben ohne Erfolg. Habe dann nie mehr geupdatet, heisst ja so schön, never change a running system. Wollte mich jetzt aber mit einem neuen Raspi endlich dran machen das zum laufen zu bekommen, ohne das alte System zu stören.
Muss ich mal mit dem neuen raspi zu logen und hier teilen.
Hallo zusammen,
der Fehler
2019.09.18 06:05:20 1: PERL WARNING: Use of uninitialized value $zone in concatenation (.) or string at ./FHEM/71_YAMAHA_AVR.pm line 366.
deutet darauf hin, dass
- entweder notwendige Daten des AV-Receivers nicht abgerufen werden konnte, dann müssten sich im Logfile die ein oder andere Fehlermeldung davor tummeln.
- die Definition des AV-Receivers in FHEM einen Fehler hat (Tipp-Fehler bspw).
Bitte mal für die YAMAHA_AVR Definition das Attribute "verbose" auf "4" stellen und dann einen statusRequest mal ausführen. Dann mal ins Logfile schauen und alle YAMAHA_AVR relevanten Meldungen hier posten. Und bitte einmal die Raw-Definition hier posten (In der Detail-Ansicht ganz unten auf "Raw Definition" klicken und den Inhalt hier posten)
Danke
Gruß
Markus
ich hoffe ich habe alles so gemacht wie du wolltest. da nur der av an dem bastel Raspi drin ist, sollte das alles auch nur den yamaha AV betreffen
2019.11.09 14:00:57 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "off": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="PUT"><Main_Zone><Power_Control><Power>Standby</Power></Power_Control></Main_Zone></YAMAHA_AV>
2019.11.09 14:00:57 4: YAMAHA_AVR (AVReceiverYamaha) - send command "off": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="PUT"><Main_Zone><Power_Control><Power>Standby</Power></Power_Control></Main_Zone></YAMAHA_AV>
2019.11.09 14:00:57 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "off"
2019.11.09 14:00:57 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "off": <YAMAHA_AV rsp="PUT" RC="0"><Main_Zone><Power_Control><Power></Power></Power_Control></Main_Zone></YAMAHA_AV>
2019.11.09 14:00:57 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest basicStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Basic_Status>GetParam</Basic_Status></Main_Zone></YAMAHA_AV>
2019.11.09 14:00:57 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest partyModeStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Party_Mode><Mode>GetParam</Mode></Party_Mode></System></YAMAHA_AV>
2019.11.09 14:00:57 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest surroundDecoder": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Surround><Sound_Program_Param><SUR_DECODE>GetParam</SUR_DECODE></Sound_Program_Param></Surround></Main_Zone></YAMAHA_AV>
2019.11.09 14:00:57 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest displayBrightness": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Misc><Display><FL>GetParam</FL></Display></Misc></System></YAMAHA_AV>
2019.11.09 14:00:57 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest toneStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Sound_Video><Tone><Bass>GetParam</Bass></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.09 14:00:57 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest toneStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Sound_Video><Tone><Treble>GetParam</Treble></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.09 14:00:57 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest fwUpdate": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Misc><Update><YAMAHA_Network_Site><Status>GetParam</Status></YAMAHA_Network_Site></Update></Misc></System></YAMAHA_AV>
2019.11.09 14:00:59 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest basicStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Basic_Status>GetParam</Basic_Status></Main_Zone></YAMAHA_AV>
2019.11.09 14:00:59 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest basicStatus"
2019.11.09 14:00:59 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest basicStatus": <YAMAHA_AV rsp="GET" RC="0"><Main_Zone><Basic_Status><Power_Control><Power>Standby</Power><Sleep>Off</Sleep></Power_Control><Volume><Lvl><Val>-500</Val><Exp>1</Exp><Unit>dB</Unit></Lvl><Mute>Off</Mute><Subwoofer_Trim><Val>35</Val><Exp>1</Exp><Unit>dB</Unit></Subwoofer_Trim></Volume><Input><Input_Sel>HDMI2</Input_Sel><Input_Sel_Item_Info><Param>HDMI2</Param><RW>RW</RW><Title>HDMI2</Title><Icon><On>/YamahaRemoteControl/Icons/icon004.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number>1</Src_Number></Input_Sel_Item_Info></Input><Surround><Program_Sel><Current><Straight>Off</Straight><Enhancer>On</Enhancer><Sound_Program>Surround Decoder</Sound_Program></Current></Program_Sel><_3D_Cinema_DSP>Auto</_3D_Cinema_DSP></Surround><Sound_Video><Tone><Bass><Val>60</Val><Exp>1</Exp><Unit>dB</Unit></Bass><Treble><Val>0</Val><Exp>1</Exp><Unit>dB</Unit></Treble></Tone><Pure_Direct><Mode>Off</Mode></Pure_Direct><HDMI><Standby_Through_Info>Off</Standby_Through_Info><Output><OUT_1>On</OUT_1></Output></HDMI><Adaptive_DRC>Auto</Adaptive_DRC><Dialogue_Adjust><Dialogue_Lift>0</Dialogue_Lift><Dialogue_Lvl>0</Dialogue_Lvl></Dialogue_Adjust></Sound_Video></Basic_Status></Main_Zone></YAMAHA_AV>
2019.11.09 14:00:59 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest partyModeStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Party_Mode><Mode>GetParam</Mode></Party_Mode></System></YAMAHA_AV>
2019.11.09 14:00:59 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest partyModeStatus"
2019.11.09 14:00:59 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest partyModeStatus": <YAMAHA_AV rsp="GET" RC="2"><System><Party_Mode><Mode></Mode></Party_Mode></System></YAMAHA_AV>
2019.11.09 14:00:59 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest surroundDecoder": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Surround><Sound_Program_Param><SUR_DECODE>GetParam</SUR_DECODE></Sound_Program_Param></Surround></Main_Zone></YAMAHA_AV>
2019.11.09 14:00:59 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest surroundDecoder"
2019.11.09 14:00:59 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest surroundDecoder": <YAMAHA_AV rsp="GET" RC="0"><Main_Zone><Surround><Sound_Program_Param><SUR_DECODE><Decoder_Type>DTS NEO:6 Cinema</Decoder_Type><Panorama>Off</Panorama><Center_Width><Val>3</Val><Exp>0</Exp><Unit></Unit></Center_Width><Dimension><Val>0</Val><Exp>0</Exp><Unit></Unit></Dimension><Center_Image><Val>3</Val><Exp>1</Exp><Unit></Unit></Center_Image></SUR_DECODE></Sound_Program_Param></Surround></Main_Zone></YAMAHA_AV>
2019.11.09 14:00:59 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest displayBrightness": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Misc><Display><FL>GetParam</FL></Display></Misc></System></YAMAHA_AV>
2019.11.09 14:01:00 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest displayBrightness"
2019.11.09 14:01:00 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest displayBrightness": <YAMAHA_AV rsp="GET" RC="0"><System><Misc><Display><FL><Dimmer>0</Dimmer></FL></Display></Misc></System></YAMAHA_AV>
2019.11.09 14:01:00 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest toneStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Sound_Video><Tone><Bass>GetParam</Bass></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.09 14:01:00 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest toneStatus"
2019.11.09 14:01:00 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest toneStatus": <YAMAHA_AV rsp="GET" RC="0"><Main_Zone><Sound_Video><Tone><Bass><Val>60</Val><Exp>1</Exp><Unit>dB</Unit></Bass></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.09 14:01:00 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest toneStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Sound_Video><Tone><Treble>GetParam</Treble></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.09 14:01:00 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest toneStatus"
2019.11.09 14:01:00 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest toneStatus": <YAMAHA_AV rsp="GET" RC="0"><Main_Zone><Sound_Video><Tone><Treble><Val>0</Val><Exp>1</Exp><Unit>dB</Unit></Treble></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.09 14:01:00 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest fwUpdate": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Misc><Update><YAMAHA_Network_Site><Status>GetParam</Status></YAMAHA_Network_Site></Update></Misc></System></YAMAHA_AV>
2019.11.09 14:01:00 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest fwUpdate"
2019.11.09 14:01:00 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest fwUpdate": <YAMAHA_AV rsp="GET" RC="0"><System><Misc><Update><YAMAHA_Network_Site><Status>Unavailable</Status></YAMAHA_Network_Site></Update></Misc></System></YAMAHA_AV>
2019.11.09 14:01:53 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest basicStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Basic_Status>GetParam</Basic_Status></Main_Zone></YAMAHA_AV>
2019.11.09 14:01:53 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest basicStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Basic_Status>GetParam</Basic_Status></Main_Zone></YAMAHA_AV>
2019.11.09 14:01:53 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest surroundDecoder": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Surround><Sound_Program_Param><SUR_DECODE>GetParam</SUR_DECODE></Sound_Program_Param></Surround></Main_Zone></YAMAHA_AV>
2019.11.09 14:01:53 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest displayBrightness": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Misc><Display><FL>GetParam</FL></Display></Misc></System></YAMAHA_AV>
2019.11.09 14:01:53 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest toneStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Sound_Video><Tone><Bass>GetParam</Bass></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.09 14:01:53 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest toneStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Sound_Video><Tone><Treble>GetParam</Treble></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.09 14:01:53 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest fwUpdate": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Misc><Update><YAMAHA_Network_Site><Status>GetParam</Status></YAMAHA_Network_Site></Update></Misc></System></YAMAHA_AV>
2019.11.09 14:01:53 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest basicStatus"
2019.11.09 14:01:53 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest basicStatus": <YAMAHA_AV rsp="GET" RC="0"><Main_Zone><Basic_Status><Power_Control><Power>On</Power><Sleep>Off</Sleep></Power_Control><Volume><Lvl><Val>-500</Val><Exp>1</Exp><Unit>dB</Unit></Lvl><Mute>Off</Mute><Subwoofer_Trim><Val>35</Val><Exp>1</Exp><Unit>dB</Unit></Subwoofer_Trim></Volume><Input><Input_Sel>HDMI2</Input_Sel><Input_Sel_Item_Info><Param>HDMI2</Param><RW>RW</RW><Title>HDMI2</Title><Icon><On>/YamahaRemoteControl/Icons/icon004.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number>1</Src_Number></Input_Sel_Item_Info></Input><Surround><Program_Sel><Current><Straight>Off</Straight><Enhancer>On</Enhancer><Sound_Program>Surround Decoder</Sound_Program></Current></Program_Sel><_3D_Cinema_DSP>Auto</_3D_Cinema_DSP></Surround><Sound_Video><Tone><Bass><Val>60</Val><Exp>1</Exp><Unit>dB</Unit></Bass><Treble><Val>0</Val><Exp>1</Exp><Unit>dB</Unit></Treble></Tone><Pure_Direct><Mode>Off</Mode></Pure_Direct><HDMI><Standby_Through_Info>Off</Standby_Through_Info><Output><OUT_1>On</OUT_1></Output></HDMI><Adaptive_DRC>Auto</Adaptive_DRC><Dialogue_Adjust><Dialogue_Lift>0</Dialogue_Lift><Dialogue_Lvl>0</Dialogue_Lvl></Dialogue_Adjust></Sound_Video></Basic_Status></Main_Zone></YAMAHA_AV>
2019.11.09 14:01:53 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest surroundDecoder": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Surround><Sound_Program_Param><SUR_DECODE>GetParam</SUR_DECODE></Sound_Program_Param></Surround></Main_Zone></YAMAHA_AV>
2019.11.09 14:01:53 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest surroundDecoder"
2019.11.09 14:01:53 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest surroundDecoder": <YAMAHA_AV rsp="GET" RC="0"><Main_Zone><Surround><Sound_Program_Param><SUR_DECODE><Decoder_Type>DTS NEO:6 Cinema</Decoder_Type><Panorama>Off</Panorama><Center_Width><Val>3</Val><Exp>0</Exp><Unit></Unit></Center_Width><Dimension><Val>0</Val><Exp>0</Exp><Unit></Unit></Dimension><Center_Image><Val>3</Val><Exp>1</Exp><Unit></Unit></Center_Image></SUR_DECODE></Sound_Program_Param></Surround></Main_Zone></YAMAHA_AV>
2019.11.09 14:01:53 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest displayBrightness": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Misc><Display><FL>GetParam</FL></Display></Misc></System></YAMAHA_AV>
2019.11.09 14:01:53 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest displayBrightness"
2019.11.09 14:01:53 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest displayBrightness": <YAMAHA_AV rsp="GET" RC="0"><System><Misc><Display><FL><Dimmer>0</Dimmer></FL></Display></Misc></System></YAMAHA_AV>
2019.11.09 14:01:53 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest toneStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Sound_Video><Tone><Bass>GetParam</Bass></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.09 14:01:53 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest toneStatus"
2019.11.09 14:01:53 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest toneStatus": <YAMAHA_AV rsp="GET" RC="0"><Main_Zone><Sound_Video><Tone><Bass><Val>60</Val><Exp>1</Exp><Unit>dB</Unit></Bass></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.09 14:01:53 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest toneStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Sound_Video><Tone><Treble>GetParam</Treble></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.09 14:01:53 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest toneStatus"
2019.11.09 14:01:53 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest toneStatus": <YAMAHA_AV rsp="GET" RC="0"><Main_Zone><Sound_Video><Tone><Treble><Val>0</Val><Exp>1</Exp><Unit>dB</Unit></Treble></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.09 14:01:53 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest fwUpdate": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Misc><Update><YAMAHA_Network_Site><Status>GetParam</Status></YAMAHA_Network_Site></Update></Misc></System></YAMAHA_AV>
2019.11.09 14:01:53 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest fwUpdate"
2019.11.09 14:01:53 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest fwUpdate": <YAMAHA_AV rsp="GET" RC="0"><System><Misc><Update><YAMAHA_Network_Site><Status>Unavailable</Status></YAMAHA_Network_Site></Update></Misc></System></YAMAHA_AV>
2019.11.09 14:02:41 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest basicStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Basic_Status>GetParam</Basic_Status></Main_Zone></YAMAHA_AV>
2019.11.09 14:02:41 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest basicStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Basic_Status>GetParam</Basic_Status></Main_Zone></YAMAHA_AV>
2019.11.09 14:02:41 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest surroundDecoder": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Surround><Sound_Program_Param><SUR_DECODE>GetParam</SUR_DECODE></Sound_Program_Param></Surround></Main_Zone></YAMAHA_AV>
2019.11.09 14:02:41 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest displayBrightness": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Misc><Display><FL>GetParam</FL></Display></Misc></System></YAMAHA_AV>
2019.11.09 14:02:41 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest toneStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Sound_Video><Tone><Bass>GetParam</Bass></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.09 14:02:41 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest toneStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Sound_Video><Tone><Treble>GetParam</Treble></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.09 14:02:41 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest fwUpdate": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Misc><Update><YAMAHA_Network_Site><Status>GetParam</Status></YAMAHA_Network_Site></Update></Misc></System></YAMAHA_AV>
2019.11.09 14:02:41 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest basicStatus"
2019.11.09 14:02:41 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest basicStatus": <YAMAHA_AV rsp="GET" RC="0"><Main_Zone><Basic_Status><Power_Control><Power>Standby</Power><Sleep>Off</Sleep></Power_Control><Volume><Lvl><Val>-500</Val><Exp>1</Exp><Unit>dB</Unit></Lvl><Mute>Off</Mute><Subwoofer_Trim><Val>35</Val><Exp>1</Exp><Unit>dB</Unit></Subwoofer_Trim></Volume><Input><Input_Sel>HDMI2</Input_Sel><Input_Sel_Item_Info><Param>HDMI2</Param><RW>RW</RW><Title>HDMI2</Title><Icon><On>/YamahaRemoteControl/Icons/icon004.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number>1</Src_Number></Input_Sel_Item_Info></Input><Surround><Program_Sel><Current><Straight>Off</Straight><Enhancer>On</Enhancer><Sound_Program>Surround Decoder</Sound_Program></Current></Program_Sel><_3D_Cinema_DSP>Auto</_3D_Cinema_DSP></Surround><Sound_Video><Tone><Bass><Val>60</Val><Exp>1</Exp><Unit>dB</Unit></Bass><Treble><Val>0</Val><Exp>1</Exp><Unit>dB</Unit></Treble></Tone><Pure_Direct><Mode>Off</Mode></Pure_Direct><HDMI><Standby_Through_Info>Off</Standby_Through_Info><Output><OUT_1>On</OUT_1></Output></HDMI><Adaptive_DRC>Auto</Adaptive_DRC><Dialogue_Adjust><Dialogue_Lift>0</Dialogue_Lift><Dialogue_Lvl>0</Dialogue_Lvl></Dialogue_Adjust></Sound_Video></Basic_Status></Main_Zone></YAMAHA_AV>
2019.11.09 14:02:41 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest surroundDecoder": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Surround><Sound_Program_Param><SUR_DECODE>GetParam</SUR_DECODE></Sound_Program_Param></Surround></Main_Zone></YAMAHA_AV>
2019.11.09 14:02:41 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest surroundDecoder"
2019.11.09 14:02:41 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest surroundDecoder": <YAMAHA_AV rsp="GET" RC="0"><Main_Zone><Surround><Sound_Program_Param><SUR_DECODE><Decoder_Type>DTS NEO:6 Cinema</Decoder_Type><Panorama>Off</Panorama><Center_Width><Val>3</Val><Exp>0</Exp><Unit></Unit></Center_Width><Dimension><Val>0</Val><Exp>0</Exp><Unit></Unit></Dimension><Center_Image><Val>3</Val><Exp>1</Exp><Unit></Unit></Center_Image></SUR_DECODE></Sound_Program_Param></Surround></Main_Zone></YAMAHA_AV>
2019.11.09 14:02:41 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest displayBrightness": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Misc><Display><FL>GetParam</FL></Display></Misc></System></YAMAHA_AV>
2019.11.09 14:02:41 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest displayBrightness"
2019.11.09 14:02:41 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest displayBrightness": <YAMAHA_AV rsp="GET" RC="0"><System><Misc><Display><FL><Dimmer>0</Dimmer></FL></Display></Misc></System></YAMAHA_AV>
2019.11.09 14:02:41 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest toneStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Sound_Video><Tone><Bass>GetParam</Bass></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.09 14:02:41 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest toneStatus"
2019.11.09 14:02:41 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest toneStatus": <YAMAHA_AV rsp="GET" RC="0"><Main_Zone><Sound_Video><Tone><Bass><Val>60</Val><Exp>1</Exp><Unit>dB</Unit></Bass></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.09 14:02:41 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest toneStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Sound_Video><Tone><Treble>GetParam</Treble></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.09 14:02:41 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest toneStatus"
2019.11.09 14:02:41 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest toneStatus": <YAMAHA_AV rsp="GET" RC="0"><Main_Zone><Sound_Video><Tone><Treble><Val>0</Val><Exp>1</Exp><Unit>dB</Unit></Treble></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.09 14:02:41 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest fwUpdate": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Misc><Update><YAMAHA_Network_Site><Status>GetParam</Status></YAMAHA_Network_Site></Update></Misc></System></YAMAHA_AV>
2019.11.09 14:02:41 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest fwUpdate"
2019.11.09 14:02:41 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest fwUpdate": <YAMAHA_AV rsp="GET" RC="0"><System><Misc><Update><YAMAHA_Network_Site><Status>Unavailable</Status></YAMAHA_Network_Site></Update></Misc></System></YAMAHA_AV>
Hi,
der Auszug den du geschickt hast, sieht unauffällig aus. Alles normal. Ist natürlich jetzt auch nur ein kleiner Ausschnitt.
Poste mal hier bitte folgendes:
- die Raw Definition von AVReceiverYamaha - In der Detailansicht unten auf "Raw Definition" klicken und den Inhalt da rauskopieren.
- Speichere mal deine Konfiguration ab und starte mal FHEM neu und warte 2 Minuten, dann bitte mal das gesamte Log seit dem Neustart von FHEM hier posten.
Danke
Gruß
Markus
anbei was du wolltest
defmod AVReceiverYamaha YAMAHA_AVR xxx.xxx.xxx.x
attr AVReceiverYamaha alias Yamaha Zone 1
attr AVReceiverYamaha disable 1
attr AVReceiverYamaha group Av / TV
attr AVReceiverYamaha model RX-V673
attr AVReceiverYamaha room Wohnzimmer
attr AVReceiverYamaha sortby 5
attr AVReceiverYamaha verbose 4
attr AVReceiverYamaha volumeSmoothChange 1
attr AVReceiverYamaha webCmd on:off:input
setstate AVReceiverYamaha absent
setstate AVReceiverYamaha 2019-11-09 14:02:41 3dCinemaDsp auto
setstate AVReceiverYamaha 2019-11-09 14:02:41 adaptiveDrc auto
setstate AVReceiverYamaha 2019-11-09 14:02:41 bass 6
setstate AVReceiverYamaha 2019-11-09 14:02:41 direct off
setstate AVReceiverYamaha 2019-11-09 14:02:41 displayBrightness 0
setstate AVReceiverYamaha 2019-11-09 14:02:41 dsp surrounddecoder
setstate AVReceiverYamaha 2019-11-09 14:02:41 enhancer on
setstate AVReceiverYamaha 2019-11-09 14:02:41 input hdmi2
setstate AVReceiverYamaha 2019-11-09 14:02:41 inputName HDMI2
setstate AVReceiverYamaha 2019-11-09 14:02:41 mute off
setstate AVReceiverYamaha 2019-11-09 14:02:41 newFirmware unavailable
setstate AVReceiverYamaha 2019-10-25 20:09:02 playStatus stopped
setstate AVReceiverYamaha 2019-11-09 14:02:41 power off
setstate AVReceiverYamaha 2019-11-12 18:20:23 presence present
setstate AVReceiverYamaha 2019-11-09 14:02:41 sleep off
setstate AVReceiverYamaha 2019-11-11 15:55:49 state absent
setstate AVReceiverYamaha 2019-11-09 14:02:41 straight off
setstate AVReceiverYamaha 2019-11-09 14:02:41 surroundDecoder dtsneo:6cinema
setstate AVReceiverYamaha 2019-11-09 14:02:41 treble 0
setstate AVReceiverYamaha 2019-11-09 14:02:41 volume 31
setstate AVReceiverYamaha 2019-11-09 14:02:41 volumeStraight -50
define AVReceiverYamaha YAMAHA_AVR xxx.xxx.xxx.x
setuuid AVReceiverYamaha xxxxxxxxxxxxxxxxxxxxxx
attr AVReceiverYamaha alias Yamaha Zone 1
attr AVReceiverYamaha disable 1
attr AVReceiverYamaha group Av / TV
attr AVReceiverYamaha model RX-V673
attr AVReceiverYamaha room Wohnzimmer
attr AVReceiverYamaha sortby 5
attr AVReceiverYamaha verbose 4
attr AVReceiverYamaha volumeSmoothChange 1
attr AVReceiverYamaha webCmd on:off:input
2019.11.12 18:20:21 0: Server shutdown
2019.11.12 18:20:22 1: Including fhem.cfg
2019.11.12 18:20:22 3: WEB: port x opened
2019.11.12 18:20:23 2: eventTypes: loaded 29 events from ./log/eventTypes.txt
2019.11.12 18:20:23 1: Including ./log/fhem.save
2019.11.12 18:20:23 1: usb create starting
2019.11.12 18:20:23 3: Probing ZWDongle device /dev/serial1
2019.11.12 18:20:23 3: Probing CUL device /dev/ttyAMA0
2019.11.12 18:20:23 3: Probing TCM_ESP3 device /dev/ttyAMA0
2019.11.12 18:20:23 3: Probing ZWDongle device /dev/ttyAMA0
2019.11.12 18:20:23 3: Probing SIGNALDuino device /dev/ttyAMA0
2019.11.12 18:20:24 3: Probing MYSENSORS device /dev/ttyAMA0
2019.11.12 18:20:24 3: Probing ArduCounter device /dev/ttyAMA0
2019.11.12 18:20:24 3: Probing ElsnerWS device /dev/ttyAMA0
2019.11.12 18:20:25 3: Probing FRM device /dev/ttyAMA0
2019.11.12 18:20:30 1: usb create end
2019.11.12 18:20:30 0: Featurelevel: 5.9
2019.11.12 18:20:30 0: Server started with 7 defined entities (fhem.pl:20318/2019-10-06 perl:5.028001 os:linux user:fhem pid:xxx)
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue (at first) of device AVReceiverYamaha "statusRequest systemConfig": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Config>GetParam</Config></System></YAMAHA_AV>
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest systemConfig": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Config>GetParam</Config></System></YAMAHA_AV>
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue (at first) of device AVReceiverYamaha "statusRequest unitDescription": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Unit_Desc>GetParam</Unit_Desc></System></YAMAHA_AV>
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest systemConfig"
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest systemConfig": <YAMAHA_AV rsp="GET" RC="0"><System><Config><Model_Name>RX-V673</Model_Name><System_ID>00186403</System_ID><Version>1.77/2.06</Version><Feature_Existence><Main_Zone>1</Main_Zone><Zone_2>1</Zone_2><Zone_3>0</Zone_3><Zone_4>0</Zone_4><Tuner>1</Tuner><HD_Radio>0</HD_Radio><Rhapsody>0</Rhapsody><Napster>1</Napster><SiriusXM>0</SiriusXM><Pandora>0</Pandora><SERVER>1</SERVER><NET_RADIO>1</NET_RADIO><USB>1</USB><iPod_USB>1</iPod_USB><AirPlay>1</AirPlay></Feature_Existence><Name><Input><HDMI_1>HDMI1</HDMI_1><HDMI_2>HDMI2</HDMI_2><HDMI_3>HDMI3</HDMI_3><HDMI_4>HDMI4</HDMI_4><HDMI_5>HDMI5</HDMI_5><AV_1>AV1</AV_1><AV_2>AV2</AV_2><AV_3>AV3</AV_3><AV_4>AV4</AV_4><AV_5>AV5</AV_5><AV_6>AV6</AV_6><V_AUX>V-AUX</V_AUX><AUDIO_1>AUDIO1</AUDIO_1><AUDIO_2>AUDIO2</AUDIO_2><USB>USB</USB></Input></Name></Config></System></YAMAHA_AV>
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest unitDescription": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Unit_Desc>GetParam</Unit_Desc></System></YAMAHA_AV>
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest unitDescription"
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest unitDescription": <YAMAHA_AV rsp="GET" RC="0"><System><Unit_Desc><Version>1.10</Version><URL>/YamahaRemoteControl/desc.xml</URL></Unit_Desc></System></YAMAHA_AV>
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest retrieveDescXML": 0
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest retrieveDescXML"
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - checking available zones
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - adding zone: Main_Zone
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - adding zone: Zone_2
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - found DSP modes in XML
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - adding DSP mode Hall in Munich
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - adding DSP mode Hall in Vienna
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - adding DSP mode Chamber
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - adding DSP mode Cellar Club
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - adding DSP mode The Roxy Theatre
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - adding DSP mode The Bottom Line
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - adding DSP mode Sports
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - adding DSP mode Action Game
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - adding DSP mode Roleplaying Game
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - adding DSP mode Music Video
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - adding DSP mode Standard
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - adding DSP mode Spectacle
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - adding DSP mode Sci-Fi
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - adding DSP mode Adventure
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - adding DSP mode Drama
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - adding DSP mode Mono Movie
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - adding DSP mode Surround Decoder
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - adding DSP mode 2ch Stereo
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - adding DSP mode 7ch Stereo
2019.11.12 18:20:30 4: YAMAHA_AVR (AVReceiverYamaha) - using Main_Zone as active zone
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue (at first) of device AVReceiverYamaha "statusRequest getInputs": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Input><Input_Sel_Item>GetParam</Input_Sel_Item></Input></Main_Zone></YAMAHA_AV>
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest getInputs": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Input><Input_Sel_Item>GetParam</Input_Sel_Item></Input></Main_Zone></YAMAHA_AV>
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue (at first) of device AVReceiverYamaha "statusRequest getScenes": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Scene><Scene_Sel_Item>GetParam</Scene_Sel_Item></Scene></Main_Zone></YAMAHA_AV>
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest getInputs"
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest getInputs": <YAMAHA_AV rsp="GET" RC="0"><Main_Zone><Input><Input_Sel_Item><Item_1><Param>Napster</Param><RW>RW</RW><Title>Napster</Title><Icon><On>/YamahaRemoteControl/Icons/icon074.png</On><Off></Off></Icon><Src_Name>Napster</Src_Name><Src_Number>1</Src_Number></Item_1><Item_2><Param>NET RADIO</Param><RW>RW</RW><Title>NET RADIO</Title><Icon><On>/YamahaRemoteControl/Icons/icon005.png</On><Off></Off></Icon><Src_Name>NET_RADIO</Src_Name><Src_Number>1</Src_Number></Item_2><Item_3><Param>SERVER</Param><RW>RW</RW><Title>SERVER</Title><Icon><On>/YamahaRemoteControl/Icons/icon006.png</On><Off></Off></Icon><Src_Name>SERVER</Src_Name><Src_Number>1</Src_Number></Item_3><Item_4><Param>AirPlay</Param><RW>RW</RW><Title>AirPlay</Title><Icon><On>/YamahaRemoteControl/Icons/icon067.png</On><Off></Off></Icon><Src_Name>AirPlay</Src_Name><Src_Number>1</Src_Number></Item_4><Item_5><Param>USB</Param><RW>RW</RW><Title>USB</Title><Icon><On>/YamahaRemoteControl/Icons/icon009.png</On><Off></Off></Icon><Src_Name>USB</Src_Name><Src_Number>1</Src_Number></Item_5><Item_6><Param>iPod (USB)</Param><RW>R</RW><Title>USB</Title><Icon><On>/YamahaRemoteControl/Icons/icon011.png</On><Off></Off></Icon><Src_Name>iPod_USB</Src_Name><Src_Number>1</Src_Number></Item_6><Item_7><Param>TUNER</Param><RW>RW</RW><Title>TUNER</Title><Icon><On>/YamahaRemoteControl/Icons/icon008.png</On><Off></Off></Icon><Src_Name>Tuner</Src_Name><Src_Number>1</Src_Number></Item_7><Item_8><Param>HDMI1</Param><RW>RW</RW><Title>HDMI1</Title><Icon><On>/YamahaRemoteControl/Icons/icon004.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number>1</Src_Number></Item_8><Item_9><Param>HDMI2</Param><RW>RW</RW><Title>HDMI2</Title><Icon><On>/YamahaRemoteControl/Icons/icon004.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number>1</Src_Number></Item_9><Item_10><Param>HDMI3</Param><RW>RW</RW><Title>HDMI3</Title><Icon><On>/YamahaRemoteControl/Icons/icon004.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number>1</Src_Number></Item_10><Item_11><Param>HDMI4</Param><RW>RW</RW><Title>HDMI4</Title><Icon><On>/YamahaRemoteControl/Icons/icon004.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number>1</Src_Number></Item_11><Item_12><Param>HDMI5</Param><RW>RW</RW><Title>HDMI5</Title><Icon><On>/YamahaRemoteControl/Icons/icon004.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number>1</Src_Number></Item_12><Item_13><Param>AV1</Param><RW>RW</RW><Title>AV1</Title><Icon><On>/YamahaRemoteControl/Icons/icon003.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number>1</Src_Number></Item_13><Item_14><Param>AV2</Param><RW>RW</RW><Title>AV2</Title><Icon><On>/YamahaRemoteControl/Icons/icon003.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number>1</Src_Number></Item_14><Item_15><Param>AV3</Param><RW>RW</RW><Title>AV3</Title><Icon><On>/YamahaRemoteControl/Icons/icon003.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number>1</Src_Number></Item_15><Item_16><Param>AV4</Param><RW>RW</RW><Title>AV4</Title><Icon><On>/YamahaRemoteControl/Icons/icon003.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number>1</Src_Number></Item_16><Item_17><Param>AV5</Param><RW>RW</RW><Title>AV5</Title><Icon><On>/YamahaRemoteControl/Icons/icon003.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number>1</Src_Number></Item_17><Item_18><Param>AV6</Param><RW>RW</RW><Title>AV6</Title><Icon><On>/YamahaRemoteControl/Icons/icon003.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number>1</Src_Number></Item_18><Item_19><Param>AUDIO1</Param><RW>RW</RW><Title>AUDIO1</Title><Icon><On>/YamahaRemoteControl/Icons/icon002.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number>1</Src_Number></Item_19><Item_20><Param>AUDIO2</Param><RW>RW</RW><Title>AUDIO2</Title><Icon><On>/YamahaRemoteControl/Icons/icon002.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number>1</Src_Number></Item_20><Item_21><Param>V-AUX</Param><RW>RW</RW><Title>V-AUX</Title><Icon><On>/YamahaRemoteControl/Icons/icon010.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number>1</Src_Number></Item_21></Input_Sel_Item></Input></Main_Zone></YAMAHA_AV>
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - found input: Napster
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - found input: NET RADIO
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - found input: SERVER
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - found input: AirPlay
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - found input: USB
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - found input: iPod (USB)
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - found input: TUNER
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - found input: HDMI1
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - found input: HDMI2
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - found input: HDMI3
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - found input: HDMI4
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - found input: HDMI5
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - found input: AV1
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - found input: AV2
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - found input: AV3
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - found input: AV4
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - found input: AV5
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - found input: AV6
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - found input: AUDIO1
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - found input: AUDIO2
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - found input: V-AUX
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest getScenes": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Scene><Scene_Sel_Item>GetParam</Scene_Sel_Item></Scene></Main_Zone></YAMAHA_AV>
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest getScenes"
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest getScenes": <YAMAHA_AV rsp="GET" RC="0"><Main_Zone><Scene><Scene_Sel_Item><Item_1><Param>Scene 1</Param><RW>W</RW><Title>BD/DVD Movie Viewing</Title><Icon><On>/YamahaRemoteControl/Icons/icon040.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number></Src_Number></Item_1><Item_2><Param>Scene 2</Param><RW>W</RW><Title>TV Viewing</Title><Icon><On>/YamahaRemoteControl/Icons/icon044.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number></Src_Number></Item_2><Item_3><Param>Scene 3</Param><RW>W</RW><Title>NET Audio Listening</Title><Icon><On>/YamahaRemoteControl/Icons/icon069.png</On><Off></Off></Icon><Src_Name>NET_RADIO</Src_Name><Src_Number>1</Src_Number></Item_3><Item_4><Param>Scene 4</Param><RW>W</RW><Title>Radio Listening</Title><Icon><On>/YamahaRemoteControl/Icons/icon043.png</On><Off></Off></Icon><Src_Name>Tuner</Src_Name><Src_Number>1</Src_Number></Item_4><Item_5><Param>Napster</Param><RW>R</RW><Title>Napster</Title><Icon><On>/YamahaRemoteControl/Icons/icon074.png</On><Off></Off></Icon><Src_Name>Napster</Src_Name><Src_Number>1</Src_Number></Item_5><Item_6><Param>NET RADIO</Param><RW>R</RW><Title>NET RADIO</Title><Icon><On>/YamahaRemoteControl/Icons/icon005.png</On><Off></Off></Icon><Src_Name>NET_RADIO</Src_Name><Src_Number>1</Src_Number></Item_6><Item_7><Param>SERVER</Param><RW>R</RW><Title>SERVER</Title><Icon><On>/YamahaRemoteControl/Icons/icon006.png</On><Off></Off></Icon><Src_Name>SERVER</Src_Name><Src_Number>1</Src_Number></Item_7><Item_8><Param>AirPlay</Param><RW>R</RW><Title>AirPlay</Title><Icon><On>/YamahaRemoteControl/Icons/icon067.png</On><Off></Off></Icon><Src_Name>AirPlay</Src_Name><Src_Number>1</Src_Number></Item_8><Item_9><Param>USB</Param><RW>R</RW><Title>USB</Title><Icon><On>/YamahaRemoteControl/Icons/icon009.png</On><Off></Off></Icon><Src_Name>USB</Src_Name><Src_Number>1</Src_Number></Item_9><Item_10><Param>iPod (USB)</Param><RW>R</RW><Title>USB</Title><Icon><On>/YamahaRemoteControl/Icons/icon011.png</On><Off></Off></Icon><Src_Name>iPod_USB</Src_Name><Src_Number>1</Src_Number></Item_10><Item_11><Param>TUNER</Param><RW>R</RW><Title>TUNER</Title><Icon><On>/YamahaRemoteControl/Icons/icon008.png</On><Off></Off></Icon><Src_Name>Tuner</Src_Name><Src_Number>1</Src_Number></Item_11><Item_12><Param>HDMI1</Param><RW>R</RW><Title>HDMI1</Title><Icon><On>/YamahaRemoteControl/Icons/icon004.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number></Src_Number></Item_12><Item_13><Param>HDMI2</Param><RW>R</RW><Title>HDMI2</Title><Icon><On>/YamahaRemoteControl/Icons/icon004.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number></Src_Number></Item_13><Item_14><Param>HDMI3</Param><RW>R</RW><Title>HDMI3</Title><Icon><On>/YamahaRemoteControl/Icons/icon004.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number></Src_Number></Item_14><Item_15><Param>HDMI4</Param><RW>R</RW><Title>HDMI4</Title><Icon><On>/YamahaRemoteControl/Icons/icon004.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number></Src_Number></Item_15><Item_16><Param>HDMI5</Param><RW>R</RW><Title>HDMI5</Title><Icon><On>/YamahaRemoteControl/Icons/icon004.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number></Src_Number></Item_16><Item_17><Param>AV1</Param><RW>R</RW><Title>AV1</Title><Icon><On>/YamahaRemoteControl/Icons/icon003.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number></Src_Number></Item_17><Item_18><Param>AV2</Param><RW>R</RW><Title>AV2</Title><Icon><On>/YamahaRemoteControl/Icons/icon003.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number></Src_Number></Item_18><Item_19><Param>AV3</Param><RW>R</RW><Title>AV3</Title><Icon><On>/YamahaRemoteControl/Icons/icon003.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number></Src_Number></Item_19><Item_20><Param>AV4</Param><RW>R</RW><Title>AV4</Title><Icon><On>/YamahaRemoteControl/Icons/icon003.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number></Src_Number></Item_20><Item_21><Param>AV5</Param><RW>R</RW><Title>AV5</Title><Icon><On>/YamahaRemoteControl/Icons/icon003.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number></Src_Number></Item_21><Item_22><Param>AV6</Param><RW>R</RW><Title>AV6</Title><Icon><On>/YamahaRemoteControl/Icons/icon003.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number></Src_Number></Item_22><Item_23><Param>AUDIO1</Param><RW>R</RW><Title>AUDIO1</Title><Icon><On>/YamahaRemoteControl/Icons/icon002.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number></Src_Number></Item_23><Item_24><Param>AUDIO2</Param><RW>R</RW><Title>AUDIO2</Title><Icon><On>/YamahaRemoteControl/Icons/icon002.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number></Src_Number></Item_24><Item_25><Param>V-AUX</Param><RW>R</RW><Title>V-AUX</Title><Icon><On>/YamahaRemoteControl/Icons/icon010.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number></Src_Number></Item_25></Scene_Sel_Item></Scene></Main_Zone></YAMAHA_AV>
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - found scene: Scene 1
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - found scene: Scene 2
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - found scene: Scene 3
2019.11.12 18:22:01 4: YAMAHA_AVR (AVReceiverYamaha) - found scene: Scene 4
2019.11.12 18:25:16 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest basicStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Basic_Status>GetParam</Basic_Status></Main_Zone></YAMAHA_AV>
2019.11.12 18:25:16 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest basicStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Basic_Status>GetParam</Basic_Status></Main_Zone></YAMAHA_AV>
2019.11.12 18:25:16 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest partyModeStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Party_Mode><Mode>GetParam</Mode></Party_Mode></System></YAMAHA_AV>
2019.11.12 18:25:16 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest surroundDecoder": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Surround><Sound_Program_Param><SUR_DECODE>GetParam</SUR_DECODE></Sound_Program_Param></Surround></Main_Zone></YAMAHA_AV>
2019.11.12 18:25:16 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest displayBrightness": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Misc><Display><FL>GetParam</FL></Display></Misc></System></YAMAHA_AV>
2019.11.12 18:25:16 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest toneStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Sound_Video><Tone><Bass>GetParam</Bass></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.12 18:25:16 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest toneStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Sound_Video><Tone><Treble>GetParam</Treble></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.12 18:25:16 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest fwUpdate": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Misc><Update><YAMAHA_Network_Site><Status>GetParam</Status></YAMAHA_Network_Site></Update></Misc></System></YAMAHA_AV>
2019.11.12 18:25:16 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest basicStatus"
2019.11.12 18:25:16 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest basicStatus": <YAMAHA_AV rsp="GET" RC="0"><Main_Zone><Basic_Status><Power_Control><Power>On</Power><Sleep>Off</Sleep></Power_Control><Volume><Lvl><Val>-500</Val><Exp>1</Exp><Unit>dB</Unit></Lvl><Mute>Off</Mute><Subwoofer_Trim><Val>35</Val><Exp>1</Exp><Unit>dB</Unit></Subwoofer_Trim></Volume><Input><Input_Sel>HDMI2</Input_Sel><Input_Sel_Item_Info><Param>HDMI2</Param><RW>RW</RW><Title>HDMI2</Title><Icon><On>/YamahaRemoteControl/Icons/icon004.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number>1</Src_Number></Input_Sel_Item_Info></Input><Surround><Program_Sel><Current><Straight>Off</Straight><Enhancer>On</Enhancer><Sound_Program>Surround Decoder</Sound_Program></Current></Program_Sel><_3D_Cinema_DSP>Auto</_3D_Cinema_DSP></Surround><Sound_Video><Tone><Bass><Val>60</Val><Exp>1</Exp><Unit>dB</Unit></Bass><Treble><Val>0</Val><Exp>1</Exp><Unit>dB</Unit></Treble></Tone><Pure_Direct><Mode>Off</Mode></Pure_Direct><HDMI><Standby_Through_Info>Off</Standby_Through_Info><Output><OUT_1>On</OUT_1></Output></HDMI><Adaptive_DRC>Auto</Adaptive_DRC><Dialogue_Adjust><Dialogue_Lift>0</Dialogue_Lift><Dialogue_Lvl>0</Dialogue_Lvl></Dialogue_Adjust></Sound_Video></Basic_Status></Main_Zone></YAMAHA_AV>
2019.11.12 18:25:16 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest partyModeStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Party_Mode><Mode>GetParam</Mode></Party_Mode></System></YAMAHA_AV>
2019.11.12 18:25:16 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest partyModeStatus"
2019.11.12 18:25:16 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest partyModeStatus": <YAMAHA_AV rsp="GET" RC="2"><System><Party_Mode><Mode></Mode></Party_Mode></System></YAMAHA_AV>
2019.11.12 18:25:16 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest surroundDecoder": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Surround><Sound_Program_Param><SUR_DECODE>GetParam</SUR_DECODE></Sound_Program_Param></Surround></Main_Zone></YAMAHA_AV>
2019.11.12 18:25:16 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest surroundDecoder"
2019.11.12 18:25:16 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest surroundDecoder": <YAMAHA_AV rsp="GET" RC="0"><Main_Zone><Surround><Sound_Program_Param><SUR_DECODE><Decoder_Type>DTS NEO:6 Cinema</Decoder_Type><Panorama>Off</Panorama><Center_Width><Val>3</Val><Exp>0</Exp><Unit></Unit></Center_Width><Dimension><Val>0</Val><Exp>0</Exp><Unit></Unit></Dimension><Center_Image><Val>3</Val><Exp>1</Exp><Unit></Unit></Center_Image></SUR_DECODE></Sound_Program_Param></Surround></Main_Zone></YAMAHA_AV>
2019.11.12 18:25:16 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest displayBrightness": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Misc><Display><FL>GetParam</FL></Display></Misc></System></YAMAHA_AV>
2019.11.12 18:25:16 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest displayBrightness"
2019.11.12 18:25:16 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest displayBrightness": <YAMAHA_AV rsp="GET" RC="0"><System><Misc><Display><FL><Dimmer>0</Dimmer></FL></Display></Misc></System></YAMAHA_AV>
2019.11.12 18:25:16 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest toneStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Sound_Video><Tone><Bass>GetParam</Bass></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.12 18:25:16 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest toneStatus"
2019.11.12 18:25:16 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest toneStatus": <YAMAHA_AV rsp="GET" RC="0"><Main_Zone><Sound_Video><Tone><Bass><Val>60</Val><Exp>1</Exp><Unit>dB</Unit></Bass></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.12 18:25:16 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest toneStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Sound_Video><Tone><Treble>GetParam</Treble></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.12 18:25:17 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest toneStatus"
2019.11.12 18:25:17 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest toneStatus": <YAMAHA_AV rsp="GET" RC="0"><Main_Zone><Sound_Video><Tone><Treble><Val>0</Val><Exp>1</Exp><Unit>dB</Unit></Treble></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.12 18:25:17 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest fwUpdate": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Misc><Update><YAMAHA_Network_Site><Status>GetParam</Status></YAMAHA_Network_Site></Update></Misc></System></YAMAHA_AV>
2019.11.12 18:25:17 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest fwUpdate"
2019.11.12 18:25:17 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest fwUpdate": <YAMAHA_AV rsp="GET" RC="0"><System><Misc><Update><YAMAHA_Network_Site><Status>Unavailable</Status></YAMAHA_Network_Site></Update></Misc></System></YAMAHA_AV>
2019.11.12 18:25:31 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest basicStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Basic_Status>GetParam</Basic_Status></Main_Zone></YAMAHA_AV>
2019.11.12 18:25:31 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest basicStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Basic_Status>GetParam</Basic_Status></Main_Zone></YAMAHA_AV>
2019.11.12 18:25:31 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest surroundDecoder": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Surround><Sound_Program_Param><SUR_DECODE>GetParam</SUR_DECODE></Sound_Program_Param></Surround></Main_Zone></YAMAHA_AV>
2019.11.12 18:25:31 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest displayBrightness": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Misc><Display><FL>GetParam</FL></Display></Misc></System></YAMAHA_AV>
2019.11.12 18:25:31 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest toneStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Sound_Video><Tone><Bass>GetParam</Bass></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.12 18:25:31 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest toneStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Sound_Video><Tone><Treble>GetParam</Treble></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.12 18:25:31 4: YAMAHA_AVR (AVReceiverYamaha) - append to queue of device AVReceiverYamaha "statusRequest fwUpdate": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Misc><Update><YAMAHA_Network_Site><Status>GetParam</Status></YAMAHA_Network_Site></Update></Misc></System></YAMAHA_AV>
2019.11.12 18:25:31 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest basicStatus"
2019.11.12 18:25:31 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest basicStatus": <YAMAHA_AV rsp="GET" RC="0"><Main_Zone><Basic_Status><Power_Control><Power>Standby</Power><Sleep>Off</Sleep></Power_Control><Volume><Lvl><Val>-500</Val><Exp>1</Exp><Unit>dB</Unit></Lvl><Mute>Off</Mute><Subwoofer_Trim><Val>35</Val><Exp>1</Exp><Unit>dB</Unit></Subwoofer_Trim></Volume><Input><Input_Sel>HDMI2</Input_Sel><Input_Sel_Item_Info><Param>HDMI2</Param><RW>RW</RW><Title>HDMI2</Title><Icon><On>/YamahaRemoteControl/Icons/icon004.png</On><Off></Off></Icon><Src_Name></Src_Name><Src_Number>1</Src_Number></Input_Sel_Item_Info></Input><Surround><Program_Sel><Current><Straight>Off</Straight><Enhancer>On</Enhancer><Sound_Program>Surround Decoder</Sound_Program></Current></Program_Sel><_3D_Cinema_DSP>Auto</_3D_Cinema_DSP></Surround><Sound_Video><Tone><Bass><Val>60</Val><Exp>1</Exp><Unit>dB</Unit></Bass><Treble><Val>0</Val><Exp>1</Exp><Unit>dB</Unit></Treble></Tone><Pure_Direct><Mode>Off</Mode></Pure_Direct><HDMI><Standby_Through_Info>Off</Standby_Through_Info><Output><OUT_1>On</OUT_1></Output></HDMI><Adaptive_DRC>Auto</Adaptive_DRC><Dialogue_Adjust><Dialogue_Lift>0</Dialogue_Lift><Dialogue_Lvl>0</Dialogue_Lvl></Dialogue_Adjust></Sound_Video></Basic_Status></Main_Zone></YAMAHA_AV>
2019.11.12 18:25:31 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest surroundDecoder": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Surround><Sound_Program_Param><SUR_DECODE>GetParam</SUR_DECODE></Sound_Program_Param></Surround></Main_Zone></YAMAHA_AV>
2019.11.12 18:25:31 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest surroundDecoder"
2019.11.12 18:25:31 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest surroundDecoder": <YAMAHA_AV rsp="GET" RC="0"><Main_Zone><Surround><Sound_Program_Param><SUR_DECODE><Decoder_Type>DTS NEO:6 Cinema</Decoder_Type><Panorama>Off</Panorama><Center_Width><Val>3</Val><Exp>0</Exp><Unit></Unit></Center_Width><Dimension><Val>0</Val><Exp>0</Exp><Unit></Unit></Dimension><Center_Image><Val>3</Val><Exp>1</Exp><Unit></Unit></Center_Image></SUR_DECODE></Sound_Program_Param></Surround></Main_Zone></YAMAHA_AV>
2019.11.12 18:25:31 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest displayBrightness": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Misc><Display><FL>GetParam</FL></Display></Misc></System></YAMAHA_AV>
2019.11.12 18:25:31 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest displayBrightness"
2019.11.12 18:25:31 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest displayBrightness": <YAMAHA_AV rsp="GET" RC="0"><System><Misc><Display><FL><Dimmer>0</Dimmer></FL></Display></Misc></System></YAMAHA_AV>
2019.11.12 18:25:31 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest toneStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Sound_Video><Tone><Bass>GetParam</Bass></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.12 18:25:31 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest toneStatus"
2019.11.12 18:25:31 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest toneStatus": <YAMAHA_AV rsp="GET" RC="0"><Main_Zone><Sound_Video><Tone><Bass><Val>60</Val><Exp>1</Exp><Unit>dB</Unit></Bass></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.12 18:25:31 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest toneStatus": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><Main_Zone><Sound_Video><Tone><Treble>GetParam</Treble></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.12 18:25:31 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest toneStatus"
2019.11.12 18:25:31 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest toneStatus": <YAMAHA_AV rsp="GET" RC="0"><Main_Zone><Sound_Video><Tone><Treble><Val>0</Val><Exp>1</Exp><Unit>dB</Unit></Treble></Tone></Sound_Video></Main_Zone></YAMAHA_AV>
2019.11.12 18:25:31 4: YAMAHA_AVR (AVReceiverYamaha) - send command "statusRequest fwUpdate": <?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><System><Misc><Update><YAMAHA_Network_Site><Status>GetParam</Status></YAMAHA_Network_Site></Update></Misc></System></YAMAHA_AV>
2019.11.12 18:25:31 4: YAMAHA_AVR (AVReceiverYamaha) - received HTTP code 200 for command "statusRequest fwUpdate"
2019.11.12 18:25:31 4: YAMAHA_AVR (AVReceiverYamaha) - got response for "statusRequest fwUpdate": <YAMAHA_AV rsp="GET" RC="0"><System><Misc><Update><YAMAHA_Network_Site><Status>Unavailable</Status></YAMAHA_Network_Site></Update></Misc></System></YAMAHA_AV>
Kannst Du mir bitte noch die Ausgabe des FHEM-Befehls "list AVReceiverYamaha" hier posten?
Danke sehr.
Gruß
Markus
sorry, hat jetzt sehr lange gedauert :-[
da mir die HDMI platine im yamaha abgeraucht ist, hängt der nicht mehr am TV und steht im Spitzboden und dient nur noch als Internetradio für den Morgendlichen Wecker :-\
Save config
Unsorted
Wohnzimmer
icoEverything Everything
Logfile
Commandref
Remote doc
Edit files
Select style
Event monitor
Internals:
ACTIVE_ZONE mainzone
DEF xxx.xxx.xxx.x
FIRMWARE 1.77/2.06
FUUID
MODEL RX-V673
NAME AVReceiverYamaha
NR 15
STATE off
SYSTEM_ID 00186403
TYPE YAMAHA_AVR
ZONES_AVAILABLE mainzone,zone2
READINGS:
2019-11-21 10:45:00 3dCinemaDsp auto
2019-11-21 10:45:00 adaptiveDrc auto
2019-11-21 10:45:00 bass 6
2019-11-21 10:45:00 direct off
2019-11-21 10:45:00 displayBrightness 0
2019-11-21 10:45:00 dsp surrounddecoder
2019-11-21 10:45:00 enhancer on
2019-11-21 10:45:00 input hdmi2
2019-11-21 10:45:00 inputName HDMI2
2019-11-21 10:45:00 mute off
2019-11-21 10:45:00 newFirmware unavailable
2019-10-25 20:09:02 playStatus stopped
2019-11-21 10:45:00 power off
2019-11-12 18:20:23 presence present
2019-11-21 10:45:00 sleep off
2019-11-21 10:45:00 state off
2019-11-21 10:45:00 straight off
2019-11-21 10:45:00 surroundDecoder dtsneo:6cinema
2019-11-21 10:45:00 treble 0
2019-11-21 10:45:00 volume 31
2019-11-21 10:45:00 volumeStraight -50
helper:
ADDRESS xxx.xxx.xxx.x
AVAILABLE 1
DIRECT_TAG Pure_Direct
DSP_MODES Hall in Munich|Hall in Vienna|Chamber|Cellar Club|The Roxy Theatre|The Bottom Line|Sports|Action Game|Roleplaying Game|Music Video|Standard|Spectacle|Sci-Fi|Adventure|Drama|Mono Movie|Surround Decoder|2ch Stereo|7ch Stereo
INPUTS AUDIO1|AUDIO2|AV1|AV2|AV3|AV4|AV5|AV6|AirPlay|HDMI1|HDMI2|HDMI3|HDMI4|HDMI5|NET RADIO|Napster|SERVER|TUNER|USB|V-AUX|iPod (USB)
OFF_INTERVAL 30
ON_INTERVAL 30
RUNNING_REQUEST 0
SCENES Scene 1|Scene 2|Scene 3|Scene 4
SELECTED_ZONE mainzone
SUPPORT_DAB 0
SUPPORT_DISPLAY_BRIGHTNESS 1
SUPPORT_EXTRA_BASS 0
SUPPORT_HDMI_OUT 0
SUPPORT_PARTY_MODE 0
SUPPORT_SHUFFLE_REPEAT 0
SUPPORT_SURROUND_DECODER 1
SUPPORT_TONE_STATUS 1
SUPPORT_YPAO_VOLUME 0
SURROUND_DECODERS Dolby PL|Dolby PLII Movie|Dolby PLII Music|Dolby PLII Game|Dolby PLIIx Movie|Dolby PLIIx Music|Dolby PLIIx Game|DTS NEO:6 Cinema|DTS NEO:6 Music
XML /YamahaRemoteControl/desc.xml
ZONES Main_Zone|Zone_2
CMD_QUEUE:
Attributes:
alias Yamaha Zone 1
disable 1
group Av / TV
model RX-V673
room Wohnzimmer
sortby 5
verbose 4
volumeSmoothChange 1
webCmd on:off:input
In dem Output sieht aber alles gut aus. Der Receiver ist "present" und der State ist "off".
Da sehe ich keine Probleme.
Gruß
Markus