概要

Estimated reading time: 1 minute

「IRCC-IP」は、「InfraRed Compatible Control over Internet Protocol」を意味します。
IP 経由で赤外線リモコンのコマンドコードを送信できます。

制御 URL

法人向け ブラビア の IRCC-IP 用の制御 URL は以下です。

http://[IP]/sony/ircc

認証

はじめに IP コントロール認証 をご参照の上、ディスプレイの認証方法を設定してください。

IRCC-IP HTTP リクエスト 例 (Pre-Shared Key: “1234”)

POST /sony/ircc HTTP/1.1
HOST: 192.168.0.1
Accept: */*
Content-Type: text/xml; charset=UTF-8
SOAPACTION: "urn:schemas-sony-com:service:IRCC:1#X_SendIRCC"
X-Auth-PSK: 1234
Connection: Keep-Alive
Content-Length: 313

<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>AAAAAQAAAAEAAAB1Aw==</IRCCCode>
        </u:X_SendIRCC>
    </s:Body>
</s:Envelope>

Wake-on-LAN

Wake-on-LAN を参照してください。

Last modified: 6 Mar 2019