Hallo,
ich würde gerne meine Sony TV über KNX ausschalten. Dazu würde ich gerne das Kommando von folgender Seite nutzen http://www.openremote.org/display/fo...V+HTTP+control
Mir steht ein Homeserver 3 zur Verfügung, ich habe aber absolut keine Ahnung was ich bei der Webabfrage einstellen muss. Kann mich jemand an die Hand nehmen und mir mit ein paar Screenshots helfen? Ich bekomme einfache Webabfagen (alles in den URL-String) und WakeOnLan hin.. Aber wie muss ich die POST/GET Messages aufbauen?
Beschreibung der oben verlinkten Seite:
Gruß,
David
ich würde gerne meine Sony TV über KNX ausschalten. Dazu würde ich gerne das Kommando von folgender Seite nutzen http://www.openremote.org/display/fo...V+HTTP+control
Mir steht ein Homeserver 3 zur Verfügung, ich habe aber absolut keine Ahnung was ich bei der Webabfrage einstellen muss. Kann mich jemand an die Hand nehmen und mir mit ein paar Screenshots helfen? Ich bekomme einfache Webabfagen (alles in den URL-String) und WakeOnLan hin.. Aber wie muss ich die POST/GET Messages aufbauen?
Beschreibung der oben verlinkten Seite:
For power on you simply need to send a Wake-On-LAN command to the TV.
The rest of the commands are sent through HTTP POST to http://tv-ip-address/sony/IRCC?
Here are all the commands I have found so far. It would be nice to have discrete HDMI input commands, but haven't found them yet =(
Power Off
<?xml version="1.0" encoding="utf-8"?><s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><s:Body><u:X_SendIRCC xmlns:u="urn:schemas-sony-com:service:IRCC:1"><IRCCCode>AAAAAQAAAAEAAAAvAw== </IRCCCode></u:X_SendIRCC></s:Body></s:Envelope>
The rest of the commands are sent through HTTP POST to http://tv-ip-address/sony/IRCC?
Here are all the commands I have found so far. It would be nice to have discrete HDMI input commands, but haven't found them yet =(
Power Off
<?xml version="1.0" encoding="utf-8"?><s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><s:Body><u:X_SendIRCC xmlns:u="urn:schemas-sony-com:service:IRCC:1"><IRCCCode>AAAAAQAAAAEAAAAvAw== </IRCCCode></u:X_SendIRCC></s:Body></s:Envelope>
David
Kommentar