Your Universal Remote Control Center
RemoteCentral.com
RS-232 & IP Control Forum - View Post
Previous section Next section Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Topic:
sony KD-49X8505
This thread has 11 replies. Displaying all posts.
Post 1 made on Thursday December 25, 2014 at 09:30
Barry Gordon
Founding Member
Joined:
Posts:
August 2001
2,157
Does anyone have any information on Sony KD-49X8505 IP or Serial protocol?
Post 2 made on Thursday January 1, 2015 at 13:45
8art-5imson
Lurking Member
Joined:
Posts:
January 2015
5
Hi
I have a KD-55X8505B, and am currently trying to control it over IP. A guy called Dave Arnold, who is behind Touch Control is helping me, as my JavaScript is very minimal. I found online quite a lot on this subject and can send you a few helpful links, all the commands are available, but getting these TV's to accept them is when the fun starts. There are headers to send as well as the data, and you have to " Pair" the TV to you controller/software. I currently have got as far as adding my paired device to the TV, but have not got it to accept any commands as yet, but I think it is just my poor scripting. I am using Simple REST Client in google chrome to send the commands to it for testing purposes and I have managed to create a button in Touch Control that pairs it. I'm on my iPad at moment if you want me to send you the info I have, let me know and I'll fire up the laptop so I can copy paste it all.
Chris.
Post 3 made on Thursday January 1, 2015 at 15:08
8art-5imson
Lurking Member
Joined:
Posts:
January 2015
5
This shows how to Pair the device:-
[Link: getsatisfaction.com]

This has The codes:-
[Link: openremote.org]

The tv can be switched on by just sending a wake on lan to its mac address.

a python script that switches the tv off.
[Link: blog.rieder.io]

http://tv ip address/sony/accessControl is where i send the command to pair/register, once registerd sending data to accessControl makes th light on th front go really bright blue (valid data) but the actual control commands are sent to /sony/IRCC i have yet to get the light to flash sending anything to here???
Post 4 made on Thursday January 1, 2015 at 15:39
8art-5imson
Lurking Member
Joined:
Posts:
January 2015
5
Cracked It !!!!
I was using the tv Off command for testing purposes and it dosn't work.

I tested some other codes and they worked.. below is what i typed into Simple REST Client to get menu.

METHOD = Post

URL: 192.168.xxx.xxx/sony/IRCC

HEADER:     User-Agent=TouchControl^Content-Type=text/xml; charset=UTF-8^SOAPACTION="urn:schemas-sony-com:service:IRCC:1#X_SendIRCC"^Accept=text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8^Accept-Encoding=gzip, deflate^Connection=keep-alive

DATA:   AAAAAQAAAAEAAABgAw==
Post 5 made on Sunday January 4, 2015 at 05:54
chrissou
Lurking Member
Joined:
Posts:
July 2004
8
Hello, my friend.

Thanks to Barry Gordon who has open this topic for my tv ;) (Sony 49X8505B)

I had tried many solution, but i haven't paired my device ! I try to pair with google chrome simple rest client and it works.

the list of IRCC command is here : [Link: openremote.org]

all works ! discrete code HDMI and Off command too !

Now i should put a new pair bouton on my remote (command fusion iViewer over iPad)

Thanks for your help ;)
Post 6 made on Monday January 5, 2015 at 04:34
8art-5imson
Lurking Member
Joined:
Posts:
January 2015
5
Hi I am now controlling TV over ip using Touch Control on my iPad. Pairing the iPad was the hardest part, as I had created a button to pair it, pressing it brings up the pairing number on the TV but there was no way of entering it on the iPad.
In simple rest client a box pops up with user name and pass word. Leave user name blank, password = reg#. As you only have 60 seconds to enter the number and you don't know the number until it appears you can't put it in a script and send it. With lots of help from Dave from TouchControl, a workaround and some fast typing got over this. PM me if you want the details. What I now am trying to do is get feedback from the TV. When I send any command to TV the info it returns is a basic (200 response ok) and no useful info. Does anyone know how to get TV status info etc from TV ?
Post 7 made on Monday January 5, 2015 at 17:12
8trak
Lurking Member
Joined:
Posts:
February 2012
4
Hello,

Just sent you a PM about your Touch Control configs. Couple other questions...

Now that you've got full control via IP, if you select an input does it also turn on the TV if it's off. If the answer is no, then how long do you have to wait before the TV will accept more commands?

I just bought a Vizio M series and this thing takes 13 seconds after powering on before it will take anything else. Also have not had any luck finding a way to control Vizio Tv's through IP protocol which stinks.

Thanks and congrats on figuring this out.
OP | Post 8 made on Wednesday January 7, 2015 at 12:06
Barry Gordon
Founding Member
Joined:
Posts:
August 2001
2,157
Because of incidents similar to those described above I stopped buying Sony products. They are very unfriendly to those of us trying to do our own thing. I can understand Copyright laws, DRM and protection of Intellectual property. But to inhibit the use of their systems by the DIY community via secrecy and difficulty is absurd.

I suspect things are going to get a lot worse with the "Internet of Things" as each manufacturer tries to lock users into their systems and keep them proprietary. The trend has already started with some advanced HVAC systems all of which use some proprietary code or require the use of the "Cloud". I do not use the "Cloud" being old school and value my privacy.
Post 9 made on Thursday February 26, 2015 at 08:18
shaun5
Long Time Member
Joined:
Posts:
December 2008
52
8art-5imson, I am also looking for status/feedback from the TV via IP. I have the full RS232 specs, but wanting to stay with IP if I can...
Post 10 made on Sunday March 15, 2015 at 20:25
shaun5
Long Time Member
Joined:
Posts:
December 2008
52
Has anyone had issues with needing to delete and re add to get a new 'auth' cookie?? I had this working for probably a month, but it just stopped working. I deleted the remote and added it back and it started working again...
Post 11 made on Monday December 14, 2015 at 13:26
chrissou
Lurking Member
Joined:
Posts:
July 2004
8
On March 15, 2015 at 20:25, shaun5 said...
Has anyone had issues with needing to delete and re add to get a new 'auth' cookie?? I had this working for probably a month, but it just stopped working. I deleted the remote and added it back and it started working again...

Same problem for me
Post 12 made on Tuesday December 15, 2015 at 07:50
shaun5
Long Time Member
Joined:
Posts:
December 2008
52
I haven't looked for a solution, but I am pretty sure we are just missing a never expire value on some field. Obviously the problem with trying to figure what we are missing is that it takes a month to know if you got it correct. Maybe someone that doesn't have the problem will share their pairing sequence...


Jump to


Protected Feature Before you can reply to a message...
You must first register for a Remote Central user account - it's fast and free! Or, if you already have an account, please login now.

Please read the following: Unsolicited commercial advertisements are absolutely not permitted on this forum. Other private buy & sell messages should be posted to our Marketplace. For information on how to advertise your service or product click here. Remote Central reserves the right to remove or modify any post that is deemed inappropriate.

Hosting Services by ipHouse