Sony TV 2016+ (IP Control)
Sony TV 2016+ (IP Control)
Here's the SONY TV IP Control. I know it works on 2016+. Still working on the feedback.
You do not have the required permissions to view the files attached to this post.
Re: Sony TV 2016+ (IP Control)
Hi,
I created a generic Ip Device with the Ip Adress of my Tv and the port 20060.
I imported your codes, and tested them in the software. They do not work.
Am i missing something.
I got the KDX559005.
Thank you
I created a generic Ip Device with the Ip Adress of my Tv and the port 20060.
I imported your codes, and tested them in the software. They do not work.
Am i missing something.
I got the KDX559005.
Thank you
Re: Sony TV 2016+ (IP Control)
I use port 80 and you need to set a label called "SonyTV.Selected" to the ip address of your TV.
From there it works...
Chris
From there it works...
Chris
Re: Sony TV 2016+ (IP Control)
Ok for the port but what do you mean by setting the label to the ip adress of the TV?
Re: Sony TV 2016+ (IP Control)
I have more than one Sony IP TV, so I use a label to change the ip address within the commands to control the various TVs. That way you can control multiple TVs with the same device.
Chris
Chris
Re: Sony TV 2016+ (IP Control)
Could you please post a screenshot how you set up the label?
Would be great
Thx
Would be great
Thx
Re: Sony TV 2016+ (IP Control)
I just replaced the Host in the code of yours to my Ip Dress of my Television. Unfortunately the commands do not work?
Could you please advise what I'm doing wrong? I would really like to control my KD55X9005 through IP.
Here is what I send:
POST /sony/IRCC HTTP/1.1\x0D\x0AHost:192.168.1.128:80\x0D\x0AUser-Agent: TVSideView/2.1.0 CFNetwork/672.0.8 Darwin/14.0.0\x0D\x0AContent-Length: 317\x0D\x0AContent-Type: text/xml; charset=UTF-8\x0D\x0ASOAPACTION: "urn:schemas-sony-com:service:IRCC:1#X_SendIRCC"\x0D\x0AConnection: close\x0D\x0A\x0D\x0A<?xml version="1.0"?>\x0A<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">\x0A <s:Body>\x0A <u:X_SendIRCC xmlns:u="urn:schemas-sony-com:service:IRCC:1">\x0A <IRCCCode>AAAAAQAAAAEAAAAuAw==</IRCCCode>\x0A </u:X_SendIRCC>\x0A </s:Body>\x0A</s:Envelope>\x0A
Here is what I receive as data:
HTTP/1.1 403 Forbidden
Content-Length: 0
Connection: close
Could you please advise what I'm doing wrong? I would really like to control my KD55X9005 through IP.
Here is what I send:
POST /sony/IRCC HTTP/1.1\x0D\x0AHost:192.168.1.128:80\x0D\x0AUser-Agent: TVSideView/2.1.0 CFNetwork/672.0.8 Darwin/14.0.0\x0D\x0AContent-Length: 317\x0D\x0AContent-Type: text/xml; charset=UTF-8\x0D\x0ASOAPACTION: "urn:schemas-sony-com:service:IRCC:1#X_SendIRCC"\x0D\x0AConnection: close\x0D\x0A\x0D\x0A<?xml version="1.0"?>\x0A<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">\x0A <s:Body>\x0A <u:X_SendIRCC xmlns:u="urn:schemas-sony-com:service:IRCC:1">\x0A <IRCCCode>AAAAAQAAAAEAAAAuAw==</IRCCCode>\x0A </u:X_SendIRCC>\x0A </s:Body>\x0A</s:Envelope>\x0A
Here is what I receive as data:
HTTP/1.1 403 Forbidden
Content-Length: 0
Connection: close
Re: Sony TV 2016+ (IP Control)
You could use the low level HTTP Protocol. It allows you to send the HEX commands to Sony TV and i tested on my TV yesterday and it works fine. Change the termination to \xOA in the device and use port 20060. This is all the majority of the commands listed on the Bravia IP integration notes. If you are just looking simple control and use of the features of the TV set it may be easier option. Hope it helps
You do not have the required permissions to view the files attached to this post.
Re: Sony TV 2016+ (IP Control)
Thanks for posting the Hex commands PeterK - they worked a treat.
However, I'm missing a couple of commands for my 2018 model, namely: Action Menu and Apps.
Could you tell me where you got hold of the information. I've searched high and low and I can't find anything published by Sony. Why is this stuff so hard to find?
Thanks in advance,
Ric
However, I'm missing a couple of commands for my 2018 model, namely: Action Menu and Apps.
Could you tell me where you got hold of the information. I've searched high and low and I can't find anything published by Sony. Why is this stuff so hard to find?
Thanks in advance,
Ric
Re: Sony TV 2016+ (IP Control)
Ok I need to check this out! I hope I can try it today! Happy to see there could be a solution
Re: Sony TV 2016+ (IP Control)
For iRile, I needed to add the Sony “Video and TV SideView : Remote” app added to my iPad and sync’d to my TV in order to get the high level http commands to work. Do I still need this app for Demopad?
John
John