Announcement

Collapse
No announcement yet.

UN55J6200 compatabilty

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Originally posted by dcorsus View Post
    Short of someone out there who knows how to trace this with wireshark, or me buying a TV, there are no postings what so ever of how this authentication works.
    I even wonder whether this is app-2-app communication and not even relying on UPNP or something similar.
    Dirk
    understood, ill try to write to the guy that wrote the app and see if i can work out how he did it.

    thanks
    HS3 Pro on Windows 8 64bit
    53 Z-wave nodes(46 devices, 7 remotes), 15 DS10a's, 10 ms16a's, 9 Oregon Sensors, W800, RFXCOMtrx433, Way2Call, 3 HSTouch Clients, 2xRussound CAS44, Global Cache GC100-12,10 Rollertrol blinds(+ zwave) ,3 Squeezebox Radios and 1 Squeezebox Boom,DMX Arduino via ethernet,Rain8Net,3x Echo Dot's


    Check out my electronics blog here:
    https://www.facebook.com/RaptorsIrrationalInventions

    Comment


      #17
      I presume the same will be with my Samsung UE55HU7200?
      Couldn't get remote to work :-(

      Comment


        #18
        Samsung J-Series Control via serial

        With the help of cheeryfool, I was able to control my Samsung J-Series (UN60J620D) via serial port.

        I run HS3 on a Windows server, so I purchased a db9 to 3.5mm cable from amazon with the correct pinout to use with exlink port on the Samsung.

        I then used Drule's serial/IP PI to create serial commands for the TV in Binary format. For example, TV onis:
        Code:
        0x08 0x22 0x00 0x00 0x00 0x02 0xd4
        Since I'm using a com port on my HS3 server, I setup a serial connection with the following settings:
        Code:
        Baud Rate:9600
        Data Bits:8
        Stop Bits:1
        Parity:None
        Flow Control:None
        Threshold:1
        I call those commands via a minimote event and everything works great. I have tested the following commands work on my J-series:
        Code:
        TV On:0x08 0x22 0x0a 0x00 0x05 0x01 0xC6
        TV Off:0x08 0x22 0x00 0x00 0x00 0x01 0xD5
        HDMI 1:0x08 0x22 0x0a 0x00 0x05 0x00 0xc7
        HDMI 2:0x08 0x22 0x0a 0x00 0x05 0x01 0xC6

        Comment

        Working...
        X