¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Sony Bravia IP Launch App


 

Hi All,

I was wondering if anyone could steer me in the right direction to send this POST command through a TCP/IP Client?

This is where I am at so far:

Sony documented command:

POST /sony/appControl HTTP/1.1
HOST: 192.168.x.x
X-Auth-PSK: xxxx
Content-Type: application/json; charset=UTF-8
{
method: "setActiveApp",
version: "1.0",
id: 1,
params: [{uri: "com.sony.dtv.com.google.android.youtube.tvunplugged.com.google.android.apps.youtube.tvunplugged.activity.MainActivity"}]
}

-My Crestron TCP/IP string sending in debugger:

POST /sony/appControl HTTP/1.1\nHOST: 192.168.x.x\nX-Auth-PSK: xxxx\nContent-Type: application/json; charset=UTF-8\n\n{method: "setActiveApp", version: "1.0", id: 1, params: [{uri: "com.sony.dtv.com.google.android.youtube.tvunplugged.com.google.android.apps.youtube.tvunplugged.activity.MainActivity"}]}

I get no response from the device.? Not sure if it needs to be done differently to shorten the message.

Any help would be much appreciated.

Thanks,

Steve

Join [email protected] to automatically receive all group messages.