Denon Modul [Testversion]

Hallo Fonzo,
habe mir das Denon Modul auch installiert und bekomme aber eine Fehlermeldung, habe aber allerdings den Marantz SR-7010 und im Modul habe ich den 1605 ausgewählt.

04.12.2016 17:59:51*| ScriptEngine*| Ergebnis für Ereignis 23582
<br />
<b>Notice</b>: Trying to get property of non-object in <b>C:\IP-Symcon\modules\IPSymconDenon\Denon HTTP IO\module.php</b> on line <b>294</b><br />
<br />
<b>Notice</b>: Trying to get property of non-object in <b>C:\IP-Symcon\modules\IPSymconDenon\Denon HTTP IO\module.php</b> on line <b>295</b><br />
<br />
<b>Notice</b>: Trying to get property of non-object in <b>C:\IP-Symcon\modules\IPSymconDenon\Denon HTTP IO\module.php</b> on line <b>296</b><br />
<br />
<b>Warning</b>: Invalid argument supplied for foreach() in <b>C:\IP-Symcon\modules\IPSymconDenon\Denon HTTP IO\module.php</b> on line <b>298</b><br />

Hast Du mal das Telnet Modul auch ausprobiert kommt da auch eine Fehlermeldung? Hast Du eventuell eine Liste mit den IP Befehlen dann kann ich mal schauen ob die mit den Denon übereinstimmen bzw. wo die abweichen?

Ja hatte ich gestern schon probiert über Telnet, bekomme auch Fehlermeldung. Habe dir mal die Marantz Liste an deine Email Adresse geschickt.

Hallo Zusammen, ich bereite gerade eine Anpassung vor für:


Marantz-NR1504, Marantz-NR1506, Marantz-NR1602, Marantz-NR1603, Marantz-NR1604, Marantz-NR1605, Marantz-NR1606, Marantz-SR5006, Marantz-SR5007, Marantz-SR5008, Marantz-SR5009, Marantz-SR5010, Marantz-SR6005, Marantz-SR6006, Marantz-SR6007, Marantz-SR6008, Marantz-SR6009, Marantz-SR6010, Marantz-SR7005, Marantz-SR7007, Marantz-SR7008, Marantz-SR7009, Marantz-SR7010, Marantz-AV7005, Marantz-AV7701, Marantz-AV7702, Marantz-AV7702 mk II, Marantz-AV8801, Marantz-AV8802

Dafür bräuchte ich jedoch noch Information was die Geräte den auf eine HTTP Anfrage zurückgeben.

Können diejenigen die so ein Gerät besitzten und vorhaben das Modul zu nutzten mal die Ausgabe von


<?
//Konfig
// IP des AVR eintragen
$IP = "192.168.55.14";
//Konfig End


$url_AR[] = "http://$IP/goform/formMainZone_MainZoneXml.xml";
$url_AR[] = "http://$IP/goform/formMainZone_MainZoneXmlStatus.xml";
$url_AR[] = "http://$IP/goform/formMainZone_MainZoneXmlStatusLite.xml";
$url_AR[] = "http://$IP/goform/formNetAudio_StatusXml.xml";
$url_AR[] = "http://$IP/goform/formNetAudio_StatusXml.xml?ZoneName=MAIN+ZONE";
$url_AR[] = "http://$IP/goform/formZone2_Zone2XmlStatus.xml";
$url_AR[] = "http://$IP/goform/formZone2_Zone2XmlStatusLite.xml";
$url_AR[] = "http://$IP/goform/Deviceinfo.xml";

foreach ($url_AR as $url)
{
                echo $url.PHP_EOL;
                $result = simplexml_load_file($url);
                print_r($result);
                echo "----------------------------------------------------------------------------------------------------".PHP_EOL;

}
?>

hier posten. Danke

wenn du mir schnell sagst wie ich das machen muss, gerne. Absoluter Bullshit wenn man Neuling ist.:wink:

CTRL+3 Skript in IP-Symcon anlegen. Inhalt s.o. mit STRG+C in die Zwischenablage kopieren und mit STRG+V in das leere Skript einfügen, Speichern drücken und dann Ausführen. Dann siehst Du unten im Fenster die Skriptausgabe die kopiert Du dann wieder hier her zurück und beim Erstellen des Post PHP-Code einfügen wählen und dort die Ausgabe reinkopieren. :).

Schau mal:

//Konfig 
// IP des AVR eintragen 
$IP = "192.168.178.26"; 
//Konfig End 


$url_AR[] = "http://$IP/goform/formMainZone_MainZoneXml.xml"; 
$url_AR[] = "http://$IP/goform/formMainZone_MainZoneXmlStatus.xml"; 
$url_AR[] = "http://$IP/goform/formMainZone_MainZoneXmlStatusLite.xml"; 
$url_AR[] = "http://$IP/goform/formNetAudio_StatusXml.xml"; 
$url_AR[] = "http://$IP/goform/formNetAudio_StatusXml.xml?ZoneName=MAIN+ZONE"; 
$url_AR[] = "http://$IP/goform/formZone2_Zone2XmlStatus.xml"; 
$url_AR[] = "http://$IP/goform/formZone2_Zone2XmlStatusLite.xml"; 
$url_AR[] = "http://$IP/goform/Deviceinfo.xml"; 

foreach ($url_AR as $url) 
{ 
                echo $url.PHP_EOL; 
                $result = simplexml_load_file($url); 
                print_r($result); 
                echo "----------------------------------------------------------------------------------------------------".PHP_EOL; 

}  

Wenn die IP Adresse die von Deinem AVR ist dann musst Du auf Ausführen drücken und die Skriptausgabe hier reinkopieren, das Skript hab ich ja selber :eek:

Hatte mich auch schon gewundert, da es ja das gleiche ist. Tut mir leid, habe es jetzt mehrfach versucht, aber es kommt bei Skriptausgabe immer das gleiche raus.

Ja logisch kommt immer das gleiche raus wenn Du das Skript ausführst, ich brauche nur die Skriptausgabe, bitte;)

Entweder reden wir einander vorbei. Du meinst doch unten im Feld Skriptausgabe (Text), nach dem IP ändern, speichern und ausführen. Die möchtest du haben, richtig?

Ja genau die möchte ich haben. Da sollte was stehen wenn Du das Skript ausgeführt hast.

Ja und da kommt das gleiche raus wie von dir gepostet.

//Konfig 
// IP des AVR eintragen 
$IP = "192.168.178.26"; 
//Konfig End 


$url_AR[] = "http://$IP/goform/formMainZone_MainZoneXml.xml"; 
$url_AR[] = "http://$IP/goform/formMainZone_MainZoneXmlStatus.xml"; 
$url_AR[] = "http://$IP/goform/formMainZone_MainZoneXmlStatusLite.xml"; 
$url_AR[] = "http://$IP/goform/formNetAudio_StatusXml.xml"; 
$url_AR[] = "http://$IP/goform/formNetAudio_StatusXml.xml?ZoneName=MAIN+ZONE"; 
$url_AR[] = "http://$IP/goform/formZone2_Zone2XmlStatus.xml"; 
$url_AR[] = "http://$IP/goform/formZone2_Zone2XmlStatusLite.xml"; 
$url_AR[] = "http://$IP/goform/Deviceinfo.xml"; 

foreach ($url_AR as $url) 
{ 
                echo $url.PHP_EOL; 
                $result = simplexml_load_file($url); 
                print_r($result); 
                echo "----------------------------------------------------------------------------------------------------".PHP_EOL; 

}  

[QUOTE=Stefan71;308186]Ja und da kommt das gleiche raus wie von dir gepostet.
[/QUOTE]
Irgendwie reden wir wirklich aneinander vorbei :confused:.

Wenn Du das Skript ausführst kommt ja ein Ergebniss des Skripts. Das sieht bei mir z.B. so aus:


http://192.168.55.14/goform/formMainZone_MainZoneXml.xml
SimpleXMLElement Object
(
    [Power] => SimpleXMLElement Object
        (
            [value] => STANDBY
        )

    [ZonePower] => SimpleXMLElement Object
        (
            [value] => OFF
        )

    [InputFuncList] => SimpleXMLElement Object
        (
            [value] => Array
                (
                    [0] => SOURCE
                    [1] => TUNER
                    [2] => PHONO
                    [3] => CD
                    [4] => BD
                    [5] => DVD
                    [6] => TV
                    [7] => SAT/CBL
                    [8] => GAME
                    [9] => DOCK
                    [10] => DVR
                    [11] => V.AUX
                    [12] => NET/USB
                    [13] => SIRIUS
                    [14] => HDRADIO
                )

        )

    [RenameSource] => SimpleXMLElement Object
        (
            [value] => Array
                (
                    [0] => SimpleXMLElement Object
                        (
                        )

                    [1] => TUNER   
                    [2] => PHONO   
                    [3] => CD      
                    [4] => FireTV  
                    [5] => Plex    
                    [6] => TV      
                    [7] => Dreambox
                    [8] => Steam   
                    [9] => AppleTV 
                    [10] => Sonos   
                    [11] => V.AUX   
                    [12] => NET/USB 
                    [13] => SimpleXMLElement Object
                        (
                        )

                    [14] => SimpleXMLElement Object
                        (
                        )

                )

        )

    [RenameZone] => SimpleXMLElement Object
        (
            [value] => Wohnzimmer

        )

    [SourceDelete] => SimpleXMLElement Object
        (
            [value] => Array
                (
                    [0] => DEL
                    [1] => USE
                    [2] => USE
                    [3] => USE
                    [4] => USE
                    [5] => USE
                    [6] => USE
                    [7] => USE
                    [8] => USE
                    [9] => USE
                    [10] => USE
                    [11] => USE
                    [12] => USE
                    [13] => DEL
                    [14] => DEL
                )

        )

    [TopMenuLink] => SimpleXMLElement Object
        (
            [value] => OFF
        )

    [ModelId] => SimpleXMLElement Object
        (
            [value] => 2
        )

    [SalesArea] => SimpleXMLElement Object
        (
            [value] => 1
        )

    [InputFuncSelect] => SimpleXMLElement Object
        (
            [value] => SAT/CBL
        )

    [NetFuncSelect] => SimpleXMLElement Object
        (
            [value] => RHAPSODY
        )

    [InputFuncSelectMain] => SimpleXMLElement Object
        (
            [value] => SAT/CBL
        )

    [VolumeDisplay] => SimpleXMLElement Object
        (
            [value] => Relative
        )

    [MasterVolume] => SimpleXMLElement Object
        (
            [value] => -40.5
        )

    [Mute] => SimpleXMLElement Object
        (
            [value] => off
        )

    [RemoteMaintenance] => SimpleXMLElement Object
        (
            [value] => OFF
        )

    [GameSourceDisplay] => SimpleXMLElement Object
        (
            [value] => TRUE
        )

    [LastfmDisplay] => SimpleXMLElement Object
        (
            [value] => TRUE
        )

    [SubwooferDisplay] => SimpleXMLElement Object
        (
            [value] => FALSE
        )

    [Zone2VolDisp] => SimpleXMLElement Object
        (
            [value] => TRUE
        )

)
----------------------------------------------------------------------------------------------------
http://192.168.55.14/goform/formMainZone_MainZoneXmlStatus.xml
SimpleXMLElement Object
(
    [Zone] => SimpleXMLElement Object
        (
            [value] => Wohnzimmer

        )

    [Power] => SimpleXMLElement Object
        (
            [value] => OFF
        )

    [InputFuncList] => SimpleXMLElement Object
        (
            [value] => Array
                (
                    [0] => SOURCE
                    [1] => TUNER
                    [2] => PHONO
                    [3] => CD
                    [4] => BD
                    [5] => DVD
                    [6] => TV
                    [7] => SAT/CBL
                    [8] => GAME
                    [9] => DOCK
                    [10] => DVR
                    [11] => V.AUX
                    [12] => NET/USB
                    [13] => SIRIUS
                    [14] => HDRADIO
                )

        )

    [RenameSource] => SimpleXMLElement Object
        (
            [value] => Array
                (
                    [0] => SimpleXMLElement Object
                        (
                        )

                    [1] => TUNER   
                    [2] => PHONO   
                    [3] => CD      
                    [4] => FireTV  
                    [5] => Plex    
                    [6] => TV      
                    [7] => Dreambox
                    [8] => Steam   
                    [9] => AppleTV 
                    [10] => Sonos   
                    [11] => V.AUX   
                    [12] => NET/USB 
                    [13] => SimpleXMLElement Object
                        (
                        )

                    [14] => SimpleXMLElement Object
                        (
                        )

                )

        )

    [InputFuncSelect] => SimpleXMLElement Object
        (
            [value] => SAT/CBL
        )

    [VolumeDisplay] => SimpleXMLElement Object
        (
            [value] => Relative
        )

    [RestorerMode] => SimpleXMLElement Object
        (
            [value] => OFF
        )

    [SurrMode] => SimpleXMLElement Object
        (
            [value] => Standard(Dolby)
        )

    [MasterVolume] => SimpleXMLElement Object
        (
            [value] => -40.5
        )

    [Mute] => SimpleXMLElement Object
        (
            [value] => off
        )

    [Model] => SimpleXMLElement Object
        (
            [value] => 43XX E2
        )

)
----------------------------------------------------------------------------------------------------
http://192.168.55.14/goform/formMainZone_MainZoneXmlStatusLite.xml
SimpleXMLElement Object
(
    [Power] => SimpleXMLElement Object
        (
            [value] => OFF
        )

    [InputFuncSelect] => SimpleXMLElement Object
        (
            [value] => SAT/CBL
        )

    [MasterVolume] => SimpleXMLElement Object
        (
            [value] => -40.5
        )

    [Mute] => SimpleXMLElement Object
        (
            [value] => off
        )

)
----------------------------------------------------------------------------------------------------
http://192.168.55.14/goform/formNetAudio_StatusXml.xml
SimpleXMLElement Object
(
    [chFlag] => SimpleXMLElement Object
        (
            [value] => Array
                (
                    [0] => 0
                    [1] => 8
                    [2] => 0
                    [3] => 0
                    [4] => 0
                    [5] => 0
                    [6] => 0
                    [7] => 0
                    [8] => 0
                    [9] => 0
                )

        )

    [szLine] => SimpleXMLElement Object
        (
            [value] => Array
                (
                    [0] => DENON:[AVR-4311]
                    [1] => Favoriten
                    [2] => Internet Radio
                    [3] => Media Server
                    [4] => Flickr
                    [5] => Last.fm
                    [6] => Napster
                    [7] => SimpleXMLElement Object
                        (
                        )

                    [8] =>    [    1/6  ]
                    [9] => SimpleXMLElement Object
                        (
                        )

                )

        )

    [Art] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [PartyStatus] => SimpleXMLElement Object
        (
            [value] => 3
        )

    [PresetLists] => SimpleXMLElement Object
        (
            [value] => Array
                (
                    [0] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 0
                                    [skip] => OFF
                                    [table] => OFF
                                    [param] => 
                                )

                        )

                    [1] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 1
                                    [skip] => 
                                    [table] => A1
                                    [param] => 
                                )

                        )

                    [2] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 2
                                    [skip] => 
                                    [table] => A2
                                    [param] => 
                                )

                        )

                    [3] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 3
                                    [skip] => 
                                    [table] => A3
                                    [param] => 
                                )

                        )

                    [4] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 4
                                    [skip] => 
                                    [table] => A4
                                    [param] => 
                                )

                        )

                    [5] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 5
                                    [skip] => 
                                    [table] => A5
                                    [param] => 
                                )

                        )

                    [6] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 6
                                    [skip] => 
                                    [table] => A6
                                    [param] => 
                                )

                        )

                    [7] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 7
                                    [skip] => 
                                    [table] => A7
                                    [param] => 
                                )

                        )

                    [8] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 8
                                    [skip] => 
                                    [table] => A8
                                    [param] => 
                                )

                        )

                    [9] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 9
                                    [skip] => 
                                    [table] => B1
                                    [param] => 
                                )

                        )

                    [10] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 10
                                    [skip] => 
                                    [table] => B2
                                    [param] => 
                                )

                        )

                    [11] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 11
                                    [skip] => 
                                    [table] => B3
                                    [param] => 
                                )

                        )

                    [12] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 12
                                    [skip] => 
                                    [table] => B4
                                    [param] => 
                                )

                        )

                    [13] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 13
                                    [skip] => 
                                    [table] => B5
                                    [param] => 
                                )

                        )

                    [14] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 14
                                    [skip] => 
                                    [table] => B6
                                    [param] => 
                                )

                        )

                    [15] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 15
                                    [skip] => 
                                    [table] => B7
                                    [param] => 
                                )

                        )

                    [16] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 16
                                    [skip] => 
                                    [table] => B8
                                    [param] => 
                                )

                        )

                    [17] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 17
                                    [skip] => 
                                    [table] => C1
                                    [param] => 
                                )

                        )

                    [18] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 18
                                    [skip] => 
                                    [table] => C2
                                    [param] => 
                                )

                        )

                    [19] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 19
                                    [skip] => 
                                    [table] => C3
                                    [param] => 
                                )

                        )

                    [20] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 20
                                    [skip] => 
                                    [table] => C4
                                    [param] => 
                                )

                        )

                    [21] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 21
                                    [skip] => 
                                    [table] => C5
                                    [param] => 
                                )

                        )

                    [22] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 22
                                    [skip] => 
                                    [table] => C6
                                    [param] => 
                                )

                        )

                    [23] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 23
                                    [skip] => 
                                    [table] => C7
                                    [param] => 
                                )

                        )

                    [24] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 24
                                    [skip] => 
                                    [table] => C8
                                    [param] => 
                                )

                        )

                    [25] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 25
                                    [skip] => 
                                    [table] => D1
                                    [param] => 
                                )

                        )

                    [26] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 26
                                    [skip] => 
                                    [table] => D2
                                    [param] => 
                                )

                        )

                    [27] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 27
                                    [skip] => 
                                    [table] => D3
                                    [param] => 
                                )

                        )

                    [28] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 28
                                    [skip] => 
                                    [table] => D4
                                    [param] => 
                                )

                        )

                    [29] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 29
                                    [skip] => 
                                    [table] => D5
                                    [param] => 
                                )

                        )

                    [30] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 30
                                    [skip] => 
                                    [table] => D6
                                    [param] => 
                                )

                        )

                    [31] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 31
                                    [skip] => 
                                    [table] => D7
                                    [param] => 
                                )

                        )

                    [32] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 32
                                    [skip] => 
                                    [table] => D8
                                    [param] => 
                                )

                        )

                    [33] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 33
                                    [skip] => 
                                    [table] => E1
                                    [param] => 
                                )

                        )

                    [34] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 34
                                    [skip] => 
                                    [table] => E2
                                    [param] => 
                                )

                        )

                    [35] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 35
                                    [skip] => 
                                    [table] => E3
                                    [param] => 
                                )

                        )

                    [36] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 36
                                    [skip] => 
                                    [table] => E4
                                    [param] => 
                                )

                        )

                    [37] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 37
                                    [skip] => 
                                    [table] => E5
                                    [param] => 
                                )

                        )

                    [38] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 38
                                    [skip] => 
                                    [table] => E6
                                    [param] => 
                                )

                        )

                    [39] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 39
                                    [skip] => 
                                    [table] => E7
                                    [param] => 
                                )

                        )

                    [40] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 40
                                    [skip] => 
                                    [table] => E8
                                    [param] => 
                                )

                        )

                    [41] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 41
                                    [skip] => 
                                    [table] => F1
                                    [param] => 
                                )

                        )

                    [42] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 42
                                    [skip] => 
                                    [table] => F2
                                    [param] => 
                                )

                        )

                    [43] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 43
                                    [skip] => 
                                    [table] => F3
                                    [param] => 
                                )

                        )

                    [44] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 44
                                    [skip] => 
                                    [table] => F4
                                    [param] => 
                                )

                        )

                    [45] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 45
                                    [skip] => 
                                    [table] => F5
                                    [param] => 
                                )

                        )

                    [46] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 46
                                    [skip] => 
                                    [table] => F6
                                    [param] => 
                                )

                        )

                    [47] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 47
                                    [skip] => 
                                    [table] => F7
                                    [param] => 
                                )

                        )

                    [48] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 48
                                    [skip] => 
                                    [table] => F8
                                    [param] => 
                                )

                        )

                    [49] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 49
                                    [skip] => 
                                    [table] => G1
                                    [param] => 
                                )

                        )

                    [50] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 50
                                    [skip] => 
                                    [table] => G2
                                    [param] => 
                                )

                        )

                    [51] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 51
                                    [skip] => 
                                    [table] => G3
                                    [param] => 
                                )

                        )

                    [52] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 52
                                    [skip] => 
                                    [table] => G4
                                    [param] => 
                                )

                        )

                    [53] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 53
                                    [skip] => 
                                    [table] => G5
                                    [param] => 
                                )

                        )

                    [54] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 54
                                    [skip] => 
                                    [table] => G6
                                    [param] => 
                                )

                        )

                    [55] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 55
                                    [skip] => 
                                    [table] => G7
                                    [param] => 
                                )

                        )

                    [56] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 56
                                    [skip] => 
                                    [table] => G8
                                    [param] => 
                                )

                        )

                )

        )

    [Rhapsody] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [RhapsodySearch] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [iRadio] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [iRadioSearch] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [Napster] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [NapsterSearch] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [Flickr] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [FlickrSearch] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [AddFlickrContact] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [Pandora] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [PandoraSearch] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [Lastfm] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [LastfmSearch] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [ModelId] => SimpleXMLElement Object
        (
            [value] => 2
        )

    [SalesArea] => SimpleXMLElement Object
        (
            [value] => 1
        )

    [InputFuncSelect] => SimpleXMLElement Object
        (
            [value] => SAT/CBL
        )

    [NetFuncSelect] => SimpleXMLElement Object
        (
            [value] => RHAPSODY
        )

    [InputFuncSelectMain] => SimpleXMLElement Object
        (
            [value] => SAT/CBL
        )

    [VolumeDisplay] => SimpleXMLElement Object
        (
            [value] => Relative
        )

    [MasterVolume] => SimpleXMLElement Object
        (
            [value] => -40.5
        )

    [Mute] => SimpleXMLElement Object
        (
            [value] => off
        )

    [RemoteMaintenance] => SimpleXMLElement Object
        (
            [value] => OFF
        )

    [GameSourceDisplay] => SimpleXMLElement Object
        (
            [value] => TRUE
        )

    [LastfmDisplay] => SimpleXMLElement Object
        (
            [value] => TRUE
        )

    [SubwooferDisplay] => SimpleXMLElement Object
        (
            [value] => FALSE
        )

    [Zone2VolDisp] => SimpleXMLElement Object
        (
            [value] => TRUE
        )

)
----------------------------------------------------------------------------------------------------
http://192.168.55.14/goform/formNetAudio_StatusXml.xml?ZoneName=MAIN+ZONE
SimpleXMLElement Object
(
    [chFlag] => SimpleXMLElement Object
        (
            [value] => Array
                (
                    [0] => 0
                    [1] => 8
                    [2] => 0
                    [3] => 0
                    [4] => 0
                    [5] => 0
                    [6] => 0
                    [7] => 0
                    [8] => 0
                    [9] => 0
                )

        )

    [szLine] => SimpleXMLElement Object
        (
            [value] => Array
                (
                    [0] => DENON:[AVR-4311]
                    [1] => Favoriten
                    [2] => Internet Radio
                    [3] => Media Server
                    [4] => Flickr
                    [5] => Last.fm
                    [6] => Napster
                    [7] => SimpleXMLElement Object
                        (
                        )

                    [8] =>    [    1/6  ]
                    [9] => SimpleXMLElement Object
                        (
                        )

                )

        )

    [Art] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [PartyStatus] => SimpleXMLElement Object
        (
            [value] => 3
        )

    [PresetLists] => SimpleXMLElement Object
        (
            [value] => Array
                (
                    [0] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 0
                                    [skip] => OFF
                                    [table] => OFF
                                    [param] => 
                                )

                        )

                    [1] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 1
                                    [skip] => 
                                    [table] => A1
                                    [param] => 
                                )

                        )

                    [2] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 2
                                    [skip] => 
                                    [table] => A2
                                    [param] => 
                                )

                        )

                    [3] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 3
                                    [skip] => 
                                    [table] => A3
                                    [param] => 
                                )

                        )

                    [4] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 4
                                    [skip] => 
                                    [table] => A4
                                    [param] => 
                                )

                        )

                    [5] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 5
                                    [skip] => 
                                    [table] => A5
                                    [param] => 
                                )

                        )

                    [6] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 6
                                    [skip] => 
                                    [table] => A6
                                    [param] => 
                                )

                        )

                    [7] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 7
                                    [skip] => 
                                    [table] => A7
                                    [param] => 
                                )

                        )

                    [8] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 8
                                    [skip] => 
                                    [table] => A8
                                    [param] => 
                                )

                        )

                    [9] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 9
                                    [skip] => 
                                    [table] => B1
                                    [param] => 
                                )

                        )

                    [10] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 10
                                    [skip] => 
                                    [table] => B2
                                    [param] => 
                                )

                        )

                    [11] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 11
                                    [skip] => 
                                    [table] => B3
                                    [param] => 
                                )

                        )

                    [12] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 12
                                    [skip] => 
                                    [table] => B4
                                    [param] => 
                                )

                        )

                    [13] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 13
                                    [skip] => 
                                    [table] => B5
                                    [param] => 
                                )

                        )

                    [14] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 14
                                    [skip] => 
                                    [table] => B6
                                    [param] => 
                                )

                        )

                    [15] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 15
                                    [skip] => 
                                    [table] => B7
                                    [param] => 
                                )

                        )

                    [16] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 16
                                    [skip] => 
                                    [table] => B8
                                    [param] => 
                                )

                        )

                    [17] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 17
                                    [skip] => 
                                    [table] => C1
                                    [param] => 
                                )

                        )

                    [18] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 18
                                    [skip] => 
                                    [table] => C2
                                    [param] => 
                                )

                        )

                    [19] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 19
                                    [skip] => 
                                    [table] => C3
                                    [param] => 
                                )

                        )

                    [20] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 20
                                    [skip] => 
                                    [table] => C4
                                    [param] => 
                                )

                        )

                    [21] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 21
                                    [skip] => 
                                    [table] => C5
                                    [param] => 
                                )

                        )

                    [22] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 22
                                    [skip] => 
                                    [table] => C6
                                    [param] => 
                                )

                        )

                    [23] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 23
                                    [skip] => 
                                    [table] => C7
                                    [param] => 
                                )

                        )

                    [24] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 24
                                    [skip] => 
                                    [table] => C8
                                    [param] => 
                                )

                        )

                    [25] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 25
                                    [skip] => 
                                    [table] => D1
                                    [param] => 
                                )

                        )

                    [26] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 26
                                    [skip] => 
                                    [table] => D2
                                    [param] => 
                                )

                        )

                    [27] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 27
                                    [skip] => 
                                    [table] => D3
                                    [param] => 
                                )

                        )

                    [28] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 28
                                    [skip] => 
                                    [table] => D4
                                    [param] => 
                                )

                        )

                    [29] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 29
                                    [skip] => 
                                    [table] => D5
                                    [param] => 
                                )

                        )

                    [30] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 30
                                    [skip] => 
                                    [table] => D6
                                    [param] => 
                                )

                        )

                    [31] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 31
                                    [skip] => 
                                    [table] => D7
                                    [param] => 
                                )

                        )

                    [32] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 32
                                    [skip] => 
                                    [table] => D8
                                    [param] => 
                                )

                        )

                    [33] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 33
                                    [skip] => 
                                    [table] => E1
                                    [param] => 
                                )

                        )

                    [34] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 34
                                    [skip] => 
                                    [table] => E2
                                    [param] => 
                                )

                        )

                    [35] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 35
                                    [skip] => 
                                    [table] => E3
                                    [param] => 
                                )

                        )

                    [36] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 36
                                    [skip] => 
                                    [table] => E4
                                    [param] => 
                                )

                        )

                    [37] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 37
                                    [skip] => 
                                    [table] => E5
                                    [param] => 
                                )

                        )

                    [38] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 38
                                    [skip] => 
                                    [table] => E6
                                    [param] => 
                                )

                        )

                    [39] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 39
                                    [skip] => 
                                    [table] => E7
                                    [param] => 
                                )

                        )

                    [40] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 40
                                    [skip] => 
                                    [table] => E8
                                    [param] => 
                                )

                        )

                    [41] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 41
                                    [skip] => 
                                    [table] => F1
                                    [param] => 
                                )

                        )

                    [42] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 42
                                    [skip] => 
                                    [table] => F2
                                    [param] => 
                                )

                        )

                    [43] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 43
                                    [skip] => 
                                    [table] => F3
                                    [param] => 
                                )

                        )

                    [44] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 44
                                    [skip] => 
                                    [table] => F4
                                    [param] => 
                                )

                        )

                    [45] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 45
                                    [skip] => 
                                    [table] => F5
                                    [param] => 
                                )

                        )

                    [46] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 46
                                    [skip] => 
                                    [table] => F6
                                    [param] => 
                                )

                        )

                    [47] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 47
                                    [skip] => 
                                    [table] => F7
                                    [param] => 
                                )

                        )

                    [48] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 48
                                    [skip] => 
                                    [table] => F8
                                    [param] => 
                                )

                        )

                    [49] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 49
                                    [skip] => 
                                    [table] => G1
                                    [param] => 
                                )

                        )

                    [50] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 50
                                    [skip] => 
                                    [table] => G2
                                    [param] => 
                                )

                        )

                    [51] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 51
                                    [skip] => 
                                    [table] => G3
                                    [param] => 
                                )

                        )

                    [52] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 52
                                    [skip] => 
                                    [table] => G4
                                    [param] => 
                                )

                        )

                    [53] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 53
                                    [skip] => 
                                    [table] => G5
                                    [param] => 
                                )

                        )

                    [54] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 54
                                    [skip] => 
                                    [table] => G6
                                    [param] => 
                                )

                        )

                    [55] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 55
                                    [skip] => 
                                    [table] => G7
                                    [param] => 
                                )

                        )

                    [56] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 56
                                    [skip] => 
                                    [table] => G8
                                    [param] => 
                                )

                        )

                )

        )

    [Rhapsody] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [RhapsodySearch] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [iRadio] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [iRadioSearch] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [Napster] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [NapsterSearch] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [Flickr] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [FlickrSearch] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [AddFlickrContact] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [Pandora] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [PandoraSearch] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [Lastfm] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [LastfmSearch] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [ModelId] => SimpleXMLElement Object
        (
            [value] => 2
        )

    [SalesArea] => SimpleXMLElement Object
        (
            [value] => 1
        )

    [InputFuncSelect] => SimpleXMLElement Object
        (
            [value] => SAT/CBL
        )

    [NetFuncSelect] => SimpleXMLElement Object
        (
            [value] => RHAPSODY
        )

    [InputFuncSelectMain] => SimpleXMLElement Object
        (
            [value] => SAT/CBL
        )

    [VolumeDisplay] => SimpleXMLElement Object
        (
            [value] => Relative
        )

    [MasterVolume] => SimpleXMLElement Object
        (
            [value] => -40.5
        )

    [Mute] => SimpleXMLElement Object
        (
            [value] => off
        )

    [RemoteMaintenance] => SimpleXMLElement Object
        (
            [value] => OFF
        )

    [GameSourceDisplay] => SimpleXMLElement Object
        (
            [value] => TRUE
        )

    [LastfmDisplay] => SimpleXMLElement Object
        (
            [value] => TRUE
        )

    [SubwooferDisplay] => SimpleXMLElement Object
        (
            [value] => FALSE
        )

    [Zone2VolDisp] => SimpleXMLElement Object
        (
            [value] => TRUE
        )

)
----------------------------------------------------------------------------------------------------
http://192.168.55.14/goform/formZone2_Zone2XmlStatus.xml
SimpleXMLElement Object
(
    [Zone] => SimpleXMLElement Object
        (
            [value] => Zone 2    

        )

    [Power] => SimpleXMLElement Object
        (
            [value] => OFF
        )

    [InputFuncList] => SimpleXMLElement Object
        (
            [value] => Array
                (
                    [0] => SOURCE
                    [1] => TUNER
                    [2] => PHONO
                    [3] => CD
                    [4] => BD
                    [5] => DVD
                    [6] => TV
                    [7] => SAT/CBL
                    [8] => GAME
                    [9] => DOCK
                    [10] => DVR
                    [11] => V.AUX
                    [12] => NET/USB
                    [13] => SIRIUS
                    [14] => HDRADIO
                )

        )

    [RenameSource] => SimpleXMLElement Object
        (
            [value] => Array
                (
                    [0] => SimpleXMLElement Object
                        (
                        )

                    [1] => TUNER   
                    [2] => PHONO   
                    [3] => CD      
                    [4] => FireTV  
                    [5] => Plex    
                    [6] => TV      
                    [7] => Dreambox
                    [8] => Steam   
                    [9] => AppleTV 
                    [10] => Sonos   
                    [11] => V.AUX   
                    [12] => NET/USB 
                    [13] => SimpleXMLElement Object
                        (
                        )

                    [14] => SimpleXMLElement Object
                        (
                        )

                )

        )

    [InputFuncSelect] => SimpleXMLElement Object
        (
            [value] => DVR
        )

    [VolumeDisplay] => SimpleXMLElement Object
        (
            [value] => Relative
        )

    [MasterVolume] => SimpleXMLElement Object
        (
            [value] => -10
        )

    [Mute] => SimpleXMLElement Object
        (
            [value] => off
        )

)
----------------------------------------------------------------------------------------------------
http://192.168.55.14/goform/formZone2_Zone2XmlStatusLite.xml
SimpleXMLElement Object
(
    [Power] => SimpleXMLElement Object
        (
            [value] => OFF
        )

    [InputFuncSelect] => SimpleXMLElement Object
        (
            [value] => DVR
        )

    [MasterVolume] => SimpleXMLElement Object
        (
            [value] => -10
        )

    [Mute] => SimpleXMLElement Object
        (
            [value] => off
        )

)
----------------------------------------------------------------------------------------------------
http://192.168.55.14/goform/Deviceinfo.xml
SimpleXMLElement Object
(
    [head] => SimpleXMLElement Object
        (
            [title] => Document Error: Data follows
        )

    [body] => SimpleXMLElement Object
        (
            [h2] => Access Error: Data follows
            [p] => Form Deviceinfo.xml is not defined
        )

)
----------------------------------------------------------------------------------------------------


Und genau diese Ausgabe möchte ich haben für Deinen AVR wenn das Skript ausgeführt wurde und nichts anderes.

Sowas bekomme ich unten in der Skriptausgabe nicht raus.

Edit: Nö, kann noch so oft versuchen ich bekomme nichts anderes raus. Liegt es vielleicht an der IPS Demoversion?

Nochmals die Vorgehensweise:

Öffne IPS -> CTRL+3 -> Vergebe einen Namen für das Skript -> Markiere deinen Text -> CTRL+C -> gehe in IPS -> CTRL+V -> ändere meine IP -> speichern -> ausführen

@Stefan71
Schreib mal ganz oben über den Script in einer Zeile <?
Die hat dir Fonzo unterschlagen :wink:
Michael

Nein das ist kein Fehler in der Demo Du hast nur unglücklicherweise einfach das Skript kopiert und ich hatte wohl vergessen zu erwähnen das ein PHP Skript immer in der ersten Zeile mit einem <? beginnt und in der letzten Zeile mit einem ?> endet. Wenn Du hier also Skripte im Forum findest musst Du schauen das dort entweder ein <? ?> enthalten ist wenn nicht musst Du am Anfang <? ergänzen und am Schluss ?> enden. mach das mal bei Dir und lösche den unteren Teil. Wenn Du ein leeres Skript in IP Symcon anlegst löscht Du einfach den Kommentar in Grün und kopierst dort das Skript rein.

meine Fresse ich krieg Plaque. Wenn ich den PHP Code einfüge und die Nachricht abschicken will, bekomme ich einen 404er im Browser

habe jetz die ausgabe auf 64kb beschränkt

http://192.168.178.26/goform/formMainZone_MainZoneXml.xml
SimpleXMLElement Object
(
    [FriendlyName] => SimpleXMLElement Object
        (
            [value] => Marantz SR7010
        )

    [Power] => SimpleXMLElement Object
        (
            [value] => STANDBY
        )

    [ZonePower] => SimpleXMLElement Object
        (
            [value] => OFF
        )

    [RenameZone] => SimpleXMLElement Object
        (
            [value] => MAIN ZONE 

        )

    [TopMenuLink] => SimpleXMLElement Object
        (
            [value] => ON
        )

    [VideoSelectDisp] => SimpleXMLElement Object
        (
            [value] => OFF
        )

    [VideoSelect] => SimpleXMLElement Object
        (
            [value] => SimpleXMLElement Object
                (
                )

        )

    [VideoSelectOnOff] => SimpleXMLElement Object
        (
            [value] => OFF
        )

    [VideoSelectLists] => SimpleXMLElement Object
        (
            [value] => Array
                (
                    [0] => Ein
                    [1] => Aus
                )

        )

    [ECOModeDisp] => SimpleXMLElement Object
        (
            [value] => ON
        )

    [ECOMode] => SimpleXMLElement Object
        (
            [value] => SimpleXMLElement Object
                (
                )

        )

    [ECOModeLists] => SimpleXMLElement Object
        (
            [value] => Array
                (
                    [0] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => ON
                                    [table] => ECO: EIN
                                    [param] => 
                                )

                        )

                    [1] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => OFF
                                    [table] => ECO: AUS
                                    [param] => 
                                )

                        )

                    [2] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => AUTO
                                    [table] => ECO: AUTO
                                    [param] => 
                                )

                        )

                )

        )

    [AddSourceDisplay] => SimpleXMLElement Object
        (
            [value] => FALSE
        )

    [ModelId] => SimpleXMLElement Object
        (
            [value] => 11
        )

    [BrandId] => SimpleXMLElement Object
        (
            [value] => MARANTZ_MODEL
        )

    [SalesArea] => SimpleXMLElement Object
        (
            [value] => 4
        )

    [InputFuncSelect] => SimpleXMLElement Object
        (
            [value] => CBL/SAT
        )

    [NetFuncSelect] => SimpleXMLElement Object
        (
            [value] => FAVORITES
        )

    [selectSurround] => SimpleXMLElement Object
        (
            [value] => Pure Direct                    
        )

    [VolumeDisplay] => SimpleXMLElement Object
        (
            [value] => Absolute
        )

    [MasterVolume] => SimpleXMLElement Object
        (
            [value] => -40.0
        )

    [Mute] => SimpleXMLElement Object
        (
            [value] => off
        )

    [RemoteMaintenance] => SimpleXMLElement Object
        (
            [value] => OFF
        )

    [SubwooferDisplay] => SimpleXMLElement Object
        (
            [value] => FALSE
        )

    [Zone2VolDisp] => SimpleXMLElement Object
        (
            [value] => TRUE
        )

    [SleepOff] => SimpleXMLElement Object
        (
            [value] => Aus
        )

)
----------------------------------------------------------------------------------------------------
http://192.168.178.26/goform/formMainZone_MainZoneXmlStatus.xml
SimpleXMLElement Object
(
    [Zone] => SimpleXMLElement Object
        (
            [value] => MAIN ZONE 

        )

    [Power] => SimpleXMLElement Object
        (
            [value] => OFF
        )

    [InputFuncList] => SimpleXMLElement Object
        (
            [value] => Array
                (
                    [0] => CBL/SAT
                    [1] => DVD
                    [2] => Blu-ray
                    [3] => GAME
                    [4] => AUX1
                    [5] => AUX2
                    [6] => Media Player
                    [7] => iPod/USB
                    [8] => CD
                    [9] => TUNER
                    [10] => NETWORK
                    [11] => TV AUDIO
                    [12] => Bluetooth
                    [13] => PHONO
                )

        )

    [RenameSource] => SimpleXMLElement Object
        (
            [value] => Array
                (
                    [0] => SimpleXMLElement Object
                        (
                            [value] => CBL/SAT     
                        )

                    [1] => SimpleXMLElement Object
                        (
                            [value] => DVD         
                        )

                    [2] => SimpleXMLElement Object
                        (
                            [value] => Blu-ray     
                        )

                    [3] => SimpleXMLElement Object
                        (
                            [value] => Game        
                        )

                    [4] => SimpleXMLElement Object
                        (
                            [value] => AUX1        
                        )

                    [5] => SimpleXMLElement Object
                        (
                            [value] => AUX2        
                        )

                    [6] => SimpleXMLElement Object
                        (
                            [value] => Media Player
                        )

                    [7] => SimpleXMLElement Object
                        (
                            [value] => iPod/USB
                        )

                    [8] => SimpleXMLElement Object
                        (
                            [value] => CD          
                        )

                    [9] => SimpleXMLElement Object
                        (
                            [value] => Tuner
                        )

                    [10] => SimpleXMLElement Object
                        (
                            [value] => Online Music
                        )

                    [11] => SimpleXMLElement Object
                        (
                            [value] => TV Audio    
                        )

                    [12] => SimpleXMLElement Object
                        (
                            [value] => Bluetooth
                        )

                    [13] => SimpleXMLElement Object
                        (
                            [value] => Phono       
                        )

                )

        )

    [SourceDelete] => SimpleXMLElement Object
        (
            [value] => Array
                (
                    [0] => USE
                    [1] => USE
                    [2] => USE
                    [3] => USE
                    [4] => USE
                    [5] => USE
                    [6] => USE
                    [7] => USE
                    [8] => USE
                    [9] => USE
                    [10] => SimpleXMLElement Object
                        (
                        )

                    [11] => USE
                    [12] => USE
                    [13] => USE
                )

        )

    [InputFuncSelect] => SimpleXMLElement Object
        (
            [value] => SAT/CBL
        )

    [VolumeDisplay] => SimpleXMLElement Object
        (
            [value] => Absolute
        )

    [RestorerMode] => SimpleXMLElement Object
        (
            [value] => ----
        )

    [SurrMode] => SimpleXMLElement Object
        (
            [value] => Pure Direct                    
        )

    [MasterVolume] => SimpleXMLElement Object
        (
            [value] => -40.0
        )

    [Mute] => SimpleXMLElement Object
        (
            [value] => off
        )

    [Model] => SimpleXMLElement Object
        (
            [value] => SimpleXMLElement Object
                (
                )

        )

)
----------------------------------------------------------------------------------------------------
http://192.168.178.26/goform/formMainZone_MainZoneXmlStatusLite.xml
SimpleXMLElement Object
(
    [Power] => SimpleXMLElement Object
        (
            [value] => OFF
        )

    [InputFuncSelect] => SimpleXMLElement Object
        (
            [value] => SAT/CBL
        )

    [VolumeDisplay] => SimpleXMLElement Object
        (
            [value] => Absolute
        )

    [MasterVolume] => SimpleXMLElement Object
        (
            [value] => -40.0
        )

    [Mute] => SimpleXMLElement Object
        (
            [value] => off
        )

)
----------------------------------------------------------------------------------------------------
http://192.168.178.26/goform/formNetAudio_StatusXml.xml
SimpleXMLElement Object
(
    [BTMessage] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [chFlag] => SimpleXMLElement Object
        (
            [value] => Array
                (
                    [0] => 0
                    [1] => 8
                    [2] => 0
                    [3] => 0
                    [4] => 0
                    [5] => 0
                    [6] => 0
                    [7] => 0
                    [8] => 0
                    [9] => 0
                )

        )

    [szLine] => SimpleXMLElement Object
        (
            [value] => Array
                (
                    [0] => Online Music
                    [1] => Favorites
                    [2] => Internet Radio
                    [3] => Media Server
                    [4] => SimpleXMLElement Object
                        (
                        )

                    [5] => SimpleXMLElement Object
                        (
                        )

                    [6] => SimpleXMLElement Object
                        (
                        )

                    [7] => SimpleXMLElement Object
                        (
                        )

                    [8] =>    [    0/3  ]
                    [9] => SimpleXMLElement Object
                        (
                        )

                )

        )

    [NetPlayingIcon] => SimpleXMLElement Object
        (
            [value] => -1
        )

    [NetPlayingTitle] => SimpleXMLElement Object
        (
            [value] => SimpleXMLElement Object
                (
                )

        )

    [NetworkNewTop] => SimpleXMLElement Object
        (
            [value] => 1
        )

    [NetworkContentsList] => SimpleXMLElement Object
        (
            [iContentsCnt] => SimpleXMLElement Object
                (
                    [value] => 3
                )

            [L1Col1_Icon_off] => SimpleXMLElement Object
                (
                    [value] => ../img/favorite_off.png
                )

            [L1Col1_Icon_on] => SimpleXMLElement Object
                (
                    [value] => ../img/favorite_on_MZ.png
                )

            [L1Col1_CMD] => SimpleXMLElement Object
                (
                    [value] => FAVORITES
                )

            [L1Col2_Icon_off] => SimpleXMLElement Object
                (
                    [value] => ../img/Internetradio_off_MZ.png
                )

            [L1Col2_Icon_on] => SimpleXMLElement Object
                (
                    [value] => ../img/Internetradio_on_MZ.png
                )

            [L1Col2_CMD] => SimpleXMLElement Object
                (
                    [value] => IRADIO
                )

            [L1Col3_Icon_off] => SimpleXMLElement Object
                (
                    [value] => ../img/Mediaserver_off_MZ.png
                )

            [L1Col3_Icon_on] => SimpleXMLElement Object
                (
                    [value] => ../img/Mediaserver_on_MZ.png
                )

            [L1Col3_CMD] => SimpleXMLElement Object
                (
                    [value] => SERVER
                )

        )

    [iPodUSBTop] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [iPodRemoteDirect] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [Art] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [Slideshow] => SimpleXMLElement Object
        (
            [value] => SimpleXMLElement Object
                (
                )

        )

    [SlideshowLists] => SimpleXMLElement Object
        (
            [value] => Array
                (
                    [0] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => OFF
                                    [table] => OFF
                                    [param] => 
                                )

                        )

                    [1] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 05
                                    [table] => 05
                                    [param] => 
                                )

                        )

                    [2] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 10
                                    [table] => 10
                                    [param] => 
                                )

                        )

                    [3] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 15
                                    [table] => 15
                                    [param] => 
                                )

                        )

                    [4] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 20
                                    [table] => 20
                                    [param] => 
                                )

                        )

                    [5] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 30
                                    [table] => 30
                                    [param] => 
                                )

                        )

                    [6] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 60
                                    [table] => 60
                                    [param] => 
                                )

                        )

                )

        )

    [iRadio] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [iRadioSearch] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [NetAudioRandom] => SimpleXMLElement Object
        (
            [value] => OFF
        )

    [NetAudioRepeat] => SimpleXMLElement Object
        (
            [value] => OFF
        )

    [ModelId] => SimpleXMLElement Object
        (
            [value] => 11
        )

    [BrandId] => SimpleXMLElement Object
        (
            [value] => MARANTZ_MODEL
        )

    [SalesArea] => SimpleXMLElement Object
        (
            [value] => 4
        )

    [InputFuncSelect] => SimpleXMLElement Object
        (
            [value] => CBL/SAT
        )

    [NetFuncSelect] => SimpleXMLElement Object
        (
            [value] => FAVORITES
        )

    [selectSurround] => SimpleXMLElement Object
        (
            [value] => Pure Direct                    
        )

    [VolumeDisplay] => SimpleXMLElement Object
        (
            [value] => Absolute
        )

    [MasterVolume] => SimpleXMLElement Object
        (
            [value] => -40.0
        )

    [Mute] => SimpleXMLElement Object
        (
            [value] => off
        )

    [RemoteMaintenance] => SimpleXMLElement Object
        (
            [value] => OFF
        )

    [SubwooferDisplay] => SimpleXMLElement Object
        (
            [value] => FALSE
        )

    [Zone2VolDisp] => SimpleXMLElement Object
        (
            [value] => TRUE
        )

    [SleepOff] => SimpleXMLElement Object
        (
            [value] => Aus
        )

)
----------------------------------------------------------------------------------------------------
http://192.168.178.26/goform/formNetAudio_StatusXml.xml?ZoneName=MAIN+ZONE
SimpleXMLElement Object
(
    [BTMessage] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [chFlag] => SimpleXMLElement Object
        (
            [value] => Array
                (
                    [0] => 0
                    [1] => 8
                    [2] => 0
                    [3] => 0
                    [4] => 0
                    [5] => 0
                    [6] => 0
                    [7] => 0
                    [8] => 0
                    [9] => 0
                )

        )

    [szLine] => SimpleXMLElement Object
        (
            [value] => Array
                (
                    [0] => Online Music
                    [1] => Favorites
                    [2] => Internet Radio
                    [3] => Media Server
                    [4] => SimpleXMLElement Object
                        (
                        )

                    [5] => SimpleXMLElement Object
                        (
                        )

                    [6] => SimpleXMLElement Object
                        (
                        )

                    [7] => SimpleXMLElement Object
                        (
                        )

                    [8] =>    [    0/3  ]
                    [9] => SimpleXMLElement Object
                        (
                        )

                )

        )

    [NetPlayingIcon] => SimpleXMLElement Object
        (
            [value] => -1
        )

    [NetPlayingTitle] => SimpleXMLElement Object
        (
            [value] => SimpleXMLElement Object
                (
                )

        )

    [NetworkNewTop] => SimpleXMLElement Object
        (
            [value] => 1
        )

    [NetworkContentsList] => SimpleXMLElement Object
        (
            [iContentsCnt] => SimpleXMLElement Object
                (
                    [value] => 3
                )

            [L1Col1_Icon_off] => SimpleXMLElement Object
                (
                    [value] => ../img/favorite_off.png
                )

            [L1Col1_Icon_on] => SimpleXMLElement Object
                (
                    [value] => ../img/favorite_on_MZ.png
                )

            [L1Col1_CMD] => SimpleXMLElement Object
                (
                    [value] => FAVORITES
                )

            [L1Col2_Icon_off] => SimpleXMLElement Object
                (
                    [value] => ../img/Internetradio_off_MZ.png
                )

            [L1Col2_Icon_on] => SimpleXMLElement Object
                (
                    [value] => ../img/Internetradio_on_MZ.png
                )

            [L1Col2_CMD] => SimpleXMLElement Object
                (
                    [value] => IRADIO
                )

            [L1Col3_Icon_off] => SimpleXMLElement Object
                (
                    [value] => ../img/Mediaserver_off_MZ.png
                )

            [L1Col3_Icon_on] => SimpleXMLElement Object
                (
                    [value] => ../img/Mediaserver_on_MZ.png
                )

            [L1Col3_CMD] => SimpleXMLElement Object
                (
                    [value] => SERVER
                )

        )

    [iPodUSBTop] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [iPodRemoteDirect] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [Art] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [Slideshow] => SimpleXMLElement Object
        (
            [value] => SimpleXMLElement Object
                (
                )

        )

    [SlideshowLists] => SimpleXMLElement Object
        (
            [value] => Array
                (
                    [0] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => OFF
                                    [table] => OFF
                                    [param] => 
                                )

                        )

                    [1] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 05
                                    [table] => 05
                                    [param] => 
                                )

                        )

                    [2] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 10
                                    [table] => 10
                                    [param] => 
                                )

                        )

                    [3] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 15
                                    [table] => 15
                                    [param] => 
                                )

                        )

                    [4] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 20
                                    [table] => 20
                                    [param] => 
                                )

                        )

                    [5] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 30
                                    [table] => 30
                                    [param] => 
                                )

                        )

                    [6] => SimpleXMLElement Object
                        (
                            [@attributes] => Array
                                (
                                    [index] => 60
                                    [table] => 60
                                    [param] => 
                                )

                        )

                )

        )

    [iRadio] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [iRadioSearch] => SimpleXMLElement Object
        (
            [value] => 0
        )

    [NetAudioRandom] => SimpleXMLElement Object
        (
            [value] => OFF
        )

    [NetAudioRepeat] => SimpleXMLElement Object
        (
            [value] => OFF
        )

    [ModelId] => SimpleXMLElement Object
        (
            [value] => 11
        )

    [BrandId] => SimpleXMLElement Object
        (
            [value] => MARANTZ_MODEL
        )

    [SalesArea] => SimpleXMLElement Object
        (
            [value] => 4
        )

    [InputFuncSelect] => SimpleXMLElement Object
        (
            [value] => CBL/SAT
        )

    [NetFuncSelect] => SimpleXMLElement Object
        (
            [value] => FAVORITES
        )

    [selectSurround] => SimpleXMLElement Object
        (
            [value] => Pure Direct                    
        )

    [VolumeDisplay] => SimpleXMLElement Object
        (
            [value] => Absolute
        )

    [MasterVolume] => SimpleXMLElement Object
        (
            [value] => -40.0
        )

    [Mute] => SimpleXMLElement Object
        (
            [value] => off
        )

    [RemoteMaintenance] => SimpleXMLElement Object
        (
            [value] => OFF
        )

    [SubwooferDisplay] => SimpleXMLElement Object
        (
            [value] => FALSE
        )

    [Zone2VolDisp] => SimpleXMLElement Object
        (
            [value] => TRUE
        )

    [SleepOff] => SimpleXMLElement Object
        (
            [value] => Aus
        )

)
----------------------------------------------------------------------------------------------------
http://192.168.178.26/goform/formZone2_Zone2XmlStatus.xml
SimpleXMLElement Object
(
    [Zone] => SimpleXMLElement Object
        (
            [value] => ZONE2     

        )

    [Power] => SimpleXMLElement Object
        (
            [value] => OFF
        )

    [InputFuncList] => SimpleXMLElement Object
        (
            [value] => Array
                (
                    [0] => CBL/SAT
                    [1] => DVD
                    [2] => Blu-ray
                    [3] => GAME
                    [4] => AUX1
                    [5] => AUX2
                    [6] => Media Player
                    [7] => iPod/USB
                    [8] => CD
                    [9] => TUNER
                    [10] => NETWORK
                    [11] => TV AUDIO
                    [12] => Bluetooth
                    [13] => PHONO
                )

        )

    [RenameSource] => SimpleXMLElement Object
        (
            [value] => Array
                (
                    [0] => SimpleXMLElement Object
                        (
                            [value] => CBL/SAT     
                        )

                    [1] => SimpleXMLElement Object
                        (
                            [value] => DVD         
                        )

                    [2] => SimpleXMLElement Object
                        (
                            [value] => Blu-ray     
                        )

                    [3] => SimpleXMLElement Object
                        (
                            [value] => Game        
                        )

                    [4] => SimpleXMLElement Object
                        (
                            [value] => AUX1        
                        )

                    [5] => SimpleXMLElement Object
                        (
                            [value] => AUX2        
                        )

                    [6] => SimpleXMLElement Object
                        (
                            [value] => Media Player
                        )

                    [7] => SimpleXMLElement Object
                        (
                            [value] => iPod/USB
                        )

                    [8] => SimpleXMLElement Object
                        (
                            [value] => CD          
                        )

                    [9] => SimpleXMLElement Object
                        (
                            [value] => Tuner
                        )

                    [10] => SimpleXMLElement Object
                        (
                            [value] => Online Music
                        )

                    [11] => SimpleXMLElement Object
                        (
                            [value] => TV Audio    
                        )

                    [12] => SimpleXMLElement Object
                        (
                            [value] => Bluetooth
                        )

                    [13] => SimpleXMLElement Object
                        (
                            [value] => Phono       
                        )

                )

        )

    [SourceDelete] => SimpleXMLElement Object
        (
            [value] => Array
                (
                    [0] => USE
                    [1] => USE
                    [2] => USE
                    [3] => USE
                    [4] => USE
                    [5] => USE
                    [6] => USE
                    [7] => USE
                    [8] => USE
                    [9] => USE
                    [10] => SimpleXMLElement Object
                        (
                        )

                    [11] => USE
                    [12] => USE
                    [13] => USE
                )

        )

    [InputFuncSelect] => SimpleXMLElement Object
        (
            [value] => SOURCE
        )

    [VolumeDisplay] => SimpleXMLElement Object
        (
            [value] => Absolute
        )

    [MasterVolume] => SimpleXMLElement Object
        (
            [value] => -40
        )

    [Mute] => SimpleXMLElement Object
        (
            [value] => off
        )

)
----------------------------------------------------------------------------------------------------
http://192.168.178.26/goform/formZone2_Zone2XmlStatusLite.xml
SimpleXMLElement Object
(
    [Power] => SimpleXMLElement Object
        (
            [value] => OFF
        )

    [InputFuncSelect] => SimpleXMLElement Object
        (
            [value] => SOURCE
        )

    [VolumeDisplay] => SimpleXMLElement Object
        (
            [value] => Absolute
        )

    [MasterVolume] => SimpleXMLElement Object
        (
            [value] => -40
        )

    [Mute] => SimpleXMLElement Object
        (
            [value] => off
        )

)
----------------------------------------------------------------------------------------------------
http://192.168.178.26/goform/Deviceinfo.xml
SimpleXMLElement Object
(
    [DeviceInfoVers] => 0001
    [CommApiVers] => 0300
    [Gen] => 0001
    [BrandCode] => 1
    [ProductCategory] => 01
    [CategoryName] => AV RECEIVER
    [ManualModelName] => *SR7010
    [DeliveryCode] => 02
    [ModelName] => *SR7010
    [MacAddress] => 0006782D62C7
    [UpgradeVersion] => 10
    [ReloadDeviceInfo] => 0
    [DeviceZones] => 3
    [DeviceCapabilities] => SimpleXMLElement Object
        (
            [Menu] => SimpleXMLElement Object
                (
                    [lists] => Array
                        (
                            [0] => SimpleXMLElement Object
                                (
                                    [ItemType] => 0
                                    [MenuName] => Audio
                                    [DispName] => Audio
                                    [IconID] => 263
                                    [lists] => Array
                                        (
                                            [0] => SimpleXMLElement Object
                                                (
                                                    [ItemType] => 1
                                                    [FuncName] => DialogLevel
                                                )

                                            [1] => SimpleXMLElement Object
                                                (
                                                    [ItemType] => 1
                                                    [FuncName] => SubwooferLevel
                                                )

                                            [2] => SimpleXMLElement Object
                                                (
                                                    [ItemType] => 1
                                                    [FuncName] => SurroundParameter
                                                )

                                            [3] => SimpleXMLElement Object
                                                (
                                                    [ItemType] => 1
                                                    [FuncName] => Restorer
                                                )

                                            [4] => SimpleXMLElement Object
                                                (
                                                    [ItemType] => 1
                                                    [FuncName] => AudioDelay
                                                )

                                            [5] => SimpleXMLElement Object
                                                (
                                                    [ItemType] => 1
                                                    [FuncName] => Audyssey
                                                )

                                            [6] => SimpleXMLElement Object
                                                (
                                                    [ItemType] => 1
                                                    [FuncName] => GraphicEQ
                                                )

                                        )

                                )

                            [1] => SimpleXMLElement Object
                                (
                                    [ItemType] => 0
                                    [MenuName] => Video
                                    [DispName] => Video
                                    [IconID] => 264
                                    [lists] => SimpleXMLElement Object
                                        (
                                            [ItemType] => 1
                                            [FuncName] => HdmiSetup
                                        )

                                )

                            [2] => SimpleXMLElement Object
                                (
                                    [ItemType] => 0
                                    [MenuName] => Inputs
                                    [DispName] => Inputs
                                    [IconID] => 265
                                    [lists] => SimpleXMLElement Object
                                        (
                                            [ItemType] => 1
                                            [FuncName] => SourceRename
                                        )

                                )

                            [3] => SimpleXMLElement Object
                                (
                                    [ItemType] => 0
                                    [MenuName] => Speakers
                                    [DispName] => Speakers
                                    [IconID] => 266
                                    [lists] => SimpleXMLElement Object
                                        (
                                            [ItemType] => 1
                                            [FuncName] => SpeakerAB
                                        )

                                )

                            [4] => SimpleXMLElement Object
                                (
                                    [ItemType] => 0
                                    [MenuName] => Network
                                    [DispName] => Network
                                    [IconID] => 267
                                    [lists] => SimpleXMLElement Object
                                        (
                                            [ItemType] => 1
                                            [FuncName] => NetworkInfo
                                        )

                                )

                            [5] => SimpleXMLElement Object
                                (
                                    [ItemType] => 0
                                    [MenuName] => General
                                    [DispName] => General
                                    [IconID] => 268
                                    [lists] => Array
                                        (
                                            [0] => SimpleXMLElement Object
                                                (
                                                    [ItemType] => 1
                                                    [FuncName] => ECO
                                                )

                                            [1] => SimpleXMLElement Object
                                                (
                                                    [ItemType] => 1
                                                    [FuncName] => Zone2Setup
                                                )

                                            [2] => SimpleXMLElement Object
                                                (
                                                    [ItemType] => 1
                                                    [FuncName] => Zone3Setup
                                                )

                                            [3] => SimpleXMLElement Object
                                                (
                                                    [ItemType] => 1
                                                    [FuncName] => ZoneRename
                                                )

                                            [4] => SimpleXMLElement Object
                                                (
                                                    [ItemType] => 1
                                                    [FuncName] => QuickSelectName
                                                )

                                            [5] => SimpleXMLElement Object
                                                (
                                                    [ItemType] => 1
                                                    [FuncName] => FrontDisplay
                                                )

                                            [6] => SimpleXMLElement Object
                                                (
                                                    [ItemType] => 1
                                                    [FuncName] => FirmwareUpdate
                                                )

                                        )

                                )

                            [6] => SimpleXMLElement Object
                                (
                                    [ItemType] => 0
                                    [MenuName] => SetupAssistant
                                    [DispName] => Setup Assistant
                                    [IconID] => 269
                                )

                        )

                )

            [Setup] => SimpleXMLElement Object
                (
                    [Language] => SimpleXMLElement Object
                        (
                            [lists] => SimpleXMLElement Object
                                (
                                    [value] => Array
                                        (
                                            [0] => English
                                            [1] => German
                                            [2] => French
                                            [3] => Italian
                                            [4] => Spanish
                                            [5] => Dutch
                                            [6] => Swedish
                                            [7] => Russian
                                            [8] => Polish
                                        )

                                )

                            [ShortcutControl] => 0
                        )

                    [NetLink] => SimpleXMLElement Object
                        (
                            [Control] => 0
                            [FuncName] => NetLink
                            [ShortcutControl] => 0
                        )

                    [ClockAdjust] => SimpleXMLElement Object
                        (
                            [Control] => 0
                            [FuncName] => ClockAdjust
                            [ShortcutControl] => 0
                        )

                    [SleepTimer] => SimpleXMLElement Object
                        (
                            [Control] => 1
                            [FuncName] => SleepTimer
                            [MaxTimeMin] => 120
                            [StepTimeMin] => 10
                            [Functions] => SimpleXMLElement Object
                                (
                                    [AllZoneSleep] => 1
                                )

                            [ShortcutControl] => 1
                        )

                    [WakeupTimer] => SimpleXMLElement Object
                        (
                            [Control] => 0
                            [FuncName] => WakeupTimer
                            [ShortcutControl] => 0
                        )

                    [PartyMode] => SimpleXMLElement Object
                        (
                            [Control] => 0
                            [FuncName] => PartyMode
                            [Version] => 01
                            [ShortcutControl] => 0
                        )

                    [BatteryMode] => SimpleXMLElement Object
                        (
                            [Control] => 0
                            [FuncName] => BatteryMode
                            [ShortcutControl] => 0
                        )

                    [DeviceColor] => SimpleXMLElement Object
                        (
                            [Control] => 0
                            [FuncName] => DeviceColor
                            [Color] => SimpleXMLElement Object
                                (
                                )

                            [ShortcutControl] => 0
                        )

                    [ECO] => SimpleXMLElement Object
                        (
                            [Control] => 1
                            [FuncName] => ECO
                            [List] => SimpleXMLElement Object
                                (
                                    [AutoStandby] => Array
                                        (
                                            [0] => SimpleXMLElement Object
                                                (
                                                    [Zone] => Main
                                                    [List] => SimpleXMLElement Object
                                                        (
                                                            [Value] => Array
                                                                (
                                                                    [0] => 0
                                                                    [1] => 15
                                                                    [2] => 30
                                                                    [3] => 60
                                                                )

                                                        )

                                                )

                                            [1] => SimpleXMLElement Object
                                                (
                                                    [Zone] => Zone2
                                                    [List] => SimpleXMLElement Object
                                                        (
                                                            [Value] => Array
                                                                (
                                                                    [0] => 0
                                                                    [1] => 120
                                                                    [2] => 240
                                                                    [3] => 480
                                                                )

                                                        )

                                                )

                                            [2] => SimpleXMLElement Object
                                                (
                                                    [Zone] => Zone3
                                                    [List] => SimpleXMLElement Object
                                                        (
                                                            [Value] => Array
                                                                (
                                                                    [0] => 0
                                                                    [1] => 120
                                                                    [2] => 240
                                                                    [3] => 480
                                                                )

                                                        )

                                                )

                                        )

                                )

                            [Functions] => SimpleXMLElement Object
                                (
                                    [GetECO] => 1
                                    [GetECOMeter] => 1
                                    [GetAutoStandby] => 1
                                    [SetECOMode] => 1
                                    [SetECOPwOnDefault] => 1
                                    [SetECODisplay] => 1
                                    [SetAutoStandby] => 1
                                )

                        )

                    [ToneControl] => SimpleXMLElement Object
                        (
                            [Control] => 1
                            [FuncSet] => SimpleXMLElement Object
                                (
                                    [Name] => ToneControlSet_AVR
                                )

                            [ToneControlSet_AVR] => SimpleXMLElement Object
                                (
                                    [DispName] => Tone Control
                                    [BassMin] => 0
                                    [BassMax] => 12
                                    [BassDefault] => 6
                                    [BassStep] => 1
                                    [TrebleMin] => 0
                                    [TrebleMax] => 12
                                    [TrebleDefault] => 6
                                    [TrebleStep] => 1
                                )

                            [Functions] => SimpleXMLElement Object
                                (
                                    [GetToneControl] => 1
                                    [SetToneControl] => 1
                                )

                        )

                    [DialogLevel] => SimpleXMLElement Object
                        (
                            [Control] => 1
                            [DispName] => Dialog Level
                            [FuncName] => DialogLevel
                            [MinRange] => 0
                            [MaxRange] => 48
                            [DefaultValue] => 24
                            [Step] => 0.5
                            [Functions] => SimpleXMLElement Object
                                (
                                    [GetDialogLevel] => 1
                                    [SetDialogLevel] => 1
                                )

                        )

                    [SubwooferLevel] => SimpleXMLElement Object
                        (
                            [Control] => 1
                            [DispName] => Subwoofer Level
                            [FuncName] => SubwooferLevel
                            [SubwooferNum] => 2
                            [List] => SimpleXMLElement Object
                                (
                                    [DispName] => Array
                                        (
                                            [0] => Subwoofer1 Level
                                            [1] => Subwoofer2 Level
                                        )

                                )

                            [MinRange] => 0
                            [MaxRange] => 48
                            [DefaultValue] => 24
                            [Step] => 0.5
                            [Functions] => SimpleXMLElement Object
                                (
                                    [GetSubwooferLevel] => 1
                                    [SetSubwooferLevel] => 1
                                )

                        )

                    [ChannelLevel] => SimpleXMLElement Object
                        (
                            [Control] => 1
                            [DispName] => Channel Level
                            [FuncName] => ChannelLevel
                            [ChLists] => SimpleXMLElement Object
                                (
                                    [Ch] => Array
                                        (
                                            [0] => SimpleXMLElement Object
                                                (
                                                    [Name] => C
                                                    [DispName] => Center
                                                    [MinRange] => 0
                                                    [MaxRange] => 48
                                                    [DefaultValue] => 24
                                                    [Step] => 0.5
                                                )

                                            [1] => SimpleXMLElement Object
                                                (
                                                    [Name] => SW
                                                    [DispName] => Subwoofer 1
                                                    [MinRange] => 0
                                                    [MaxRange] => 48
                                                    [DefaultValue] => 24
                                                    [Step] => 0.5
                                                )

                                            [2] => SimpleXMLElement Object
                                                (
                                                    [Name] => SW2
                                                    [DispName] => Subwoofer 2
                                                    [MinRange] => 0
                                                    [MaxRange] => 48
                                                    [DefaultValue] => 24
                                                    [Step] => 0.5
                                                )

                                            [3] => SimpleXMLElement Object
                                                (
                                                    [Name] => FL
                                                    [DispName] => Front L
                                                    [MinRange] => 0
                                                    [MaxRange] => 48
                                                    [DefaultValue] => 24
                                                    [Step] => 0.5
                                                )

                                            [4] => SimpleXMLElement Object
                                                (
                                                    [Name] => FR
                                                    [DispName] => Front R
                                                    [MinRange] => 0
                                                    [MaxRange] => 48
                                                    [DefaultValue] => 24
                                                    [Step] => 0.5
                                                )

                                            [5] => SimpleXMLElement Object
                                                (
                                                    [Name] => SL
                                                    [DispName] => Surround L
                                                    [MinRange] => 0
                                                    [MaxRange] => 48
                                                    [DefaultValue] => 24
                                                    [Step] => 0.5
                                                )

                                            [6] => SimpleXMLElement Object
                                                (
                                                    [Name] => SR
                                                    [DispName] => Surround R
                                                    [MinRange] => 0
                                                    [MaxRange] => 48
                                                    [DefaultValue] => 24
                                                    [Step] => 0.5
                                                )

                                            [7] => SimpleXMLElement Object
                                                (
                                                    [Name] => SBL
                                                    [DispName] => Surround Back L
                                                    [MinRange] => 0
                                                    [MaxRange] => 48
                                                    [DefaultValue] => 24
                                                    [Step] => 0.5
                                                )

                                            [8] => SimpleXMLElement Object
                                                (
                                                    [Name] => SBR
                                                    [DispName] => Surround Back R
                                                    [MinRange] => 0
                                                    [MaxRange] => 48
                                                    [DefaultValue] => 24
                                                    [Step] => 0.5
                                                )

                                            [9] => SimpleXMLElement Object
                                                (
                                                    [Name] => SB
                                                    [DispName] => Surround Back
                                                    [MinRange] => 0
                                                    [MaxRange] => 48
                                                    [DefaultValue] => 24
                                                    [Step] => 0.5
                                                )

                                            [10] => SimpleXMLElement Object
                                                (
                                                    [Name] => FWL
                                                    [DispName] => Front Wide L
                                                    [MinRange] => 0
                                                    [MaxRange] => 48
                                                    [DefaultValue] => 24
                                                    [Step] => 0.5
                                                )

                                            [11] => SimpleXMLElement Object
                                                (
                                                    [Name] => FWR
                                                    [DispName] => Front Wide R
                                                    [MinRange] => 0
                                                    [MaxRange] => 48
                                                    [DefaultValue] => 24
                                                    [Step] => 0.5
                                                )

                                            [12] => SimpleXMLElement Object
                                                (
                                                    [Name] => FHL
                                                    [DispName] => Front Height L
                                                    [MinRange] => 0
                                                    [MaxRange] => 48
                                                    [DefaultValue] => 24
                                                    [Step] => 0.5
                                                )

                                            [13] => SimpleXMLElement Object
                                                (
                                                    [Name] => FHR
                                                    [DispName] => Front Height R
                                                    [MinRange] => 0
                                                    [MaxRange] => 48
                                                    [DefaultValue] => 24
                                                    [Step] => 0.5
                                                )

                                            [14] => SimpleXMLElement Object
                                                (
                                                    [Name] => TFL
                                                    [DispName] => Top Front L
                                                    [MinRange] => 0
                                                    [MaxRange] => 48
                                                    [DefaultValue] => 24
                                                    [Step] => 0.5
                                                )

                                            [15] => SimpleXMLElement Object
                                                (
                                                    [Name] => TFR
                                                    [DispName] => Top Front R
                                                    [MinRange] => 0
                                                    [MaxRange] => 48
                                                    [DefaultValue] => 24
                                                    [Step] => 0.5
                                                )

                                            [16] => SimpleXMLElement Object
                                                (
                                                    [Name] => TML
                                                    [DispName] => Top Middle L
                                                    [MinRange] => 0
                                                    [MaxRange] => 48
                                                    [DefaultValue] => 24
                                                    [Step] => 0.5
                                                )

                                            [17] => SimpleXMLElement Object
                                                (
                                                    [Name] => TMR
                                                    [DispName] => Top Middle R
                                                    [MinRange] => 0
                                                    [MaxRange] => 48
                                                    [DefaultValue] => 24
                                                    [Step] => 0.5
                                                )

                                            [18] => SimpleXMLElement Object
                                                (
                                                    [Name] => TRL
                                                    [DispName] => Top Rear L
                                                    [MinRange] => 0
                                                    [MaxRange] => 48
                                                    [DefaultValue] => 24
                                                    [Step] => 0.5
                                                )

                                            [19] => SimpleXMLElement Object
                                                (
                                                    [Name] => TRR
                                                    [DispName] => Top Rear R
                                                    [MinRange] => 0
                                                    [MaxRange] => 48
                                                    [DefaultValue] => 24
                                                    [Step] => 0.5
                                                )

                                            [20] => SimpleXMLElement Object
                                                (
                                                    [Name] => RHL
                                                    [DispName] => Rear Height L
                                                    [MinRange] => 0
                                                    [MaxRange] => 48
                                                    [DefaultValue] => 24
                                                    [Step] => 0.5
                                                )

                                            [21] => SimpleXMLElement Object
                                                (
                                                    [Name] => RHR
                                                    [DispName] => Rear Height R
                                                    [MinRange] => 0
                                                    [MaxRange] => 48
                                                    [DefaultValue] => 24
                                                    [Step] => 0.5
                                                )

                                            [22] => SimpleXMLElement Object
                                                (
                                                    [Name] => SHL
                                                    [DispName] => Surround Height L
                                                    [MinRange] => 0
                                                    [MaxRange] => 48
                                                    [DefaultValue] => 24
                                                    [Step] => 0.5
                                                )

                                            [23] => SimpleXMLElement Object
                                                (
                                                    [Name] => SHR
                 

 ... 

                   [SourcePath] => root/iPodUsb
                                    [ControlMethod] => 1
                                    [Functions] => SimpleXMLElement Object
                                        (
                                            [AddToFavorite] => 0
                                            [DeleteSource] => 1
                                            [BrowseScroll] => 1
                                            [PbFuncSet] => 1111111
                                            [PbModeSet] => 1
                                            [PicPlayView] => 1
                                            [GoToPV] => 1
                                            [TextSearch] => 1
                                        )

                                    [ShortcutControl] => 1
                                )

                        )

                )

        )

)
----------------------------------------------------------------------------------------------------

Haben wir es jetzt? Ich glaub Kinder kriegen ist einfacher

Das glaub ich nicht, :cool:, frage mal Deine Frau. Du hast heue gelernt das PHP mit <? beginnt und ?> aufhört das hast Du Dir jetzt bestimmt für die Ewigkeit gemerkt. Wenn ich einen kleinen Wunsch äußern dürfte hätte ich gerne die gesamte Ausgabe und nicht auf 64kb beschränkt, aber dann haben wir es :D.