IP Protocol Docs

Discussion in 'ZIDOO X9S' started by Dr Zaius, Feb 14, 2018.

  1. Dr Zaius

    Dr Zaius New Member

    Is there a published remote control protocol for the X9S? I am arranging to have an RTI control driver created as I would like to control this device via IP. I was not able to find anything on this site or the web.
     
  2. Dr Zaius

    Dr Zaius New Member

    anyone?
     
  3. thrang

    thrang Member

    I’m very interested in this as well

    With the Home Theater 2.0 app web interface it is clear there is sophisticated up control

    At the very least, code for “play to” and all player controls would be very helpful for integrators looking to program RTI, Control 4, etc.

    Two-way would be ideal, but even one-way is important to have

    As an adjunct, IR command set will also be useful
     
  4. JohnS

    JohnS Member

    Well since there is a remote control section on "control center" (zidoo ip:9528) I believe there is a way
     
  5. thrang

    thrang Member

    Yes I referenced that - but we need a protocol document to be able to do anything
     
  6. n_p

    n_p Active Member

    You can use adb to control any android box over ip:
    https://stackoverflow.com/questions/7789826/adb-shell-input-events

    You can also input touch presses at x/y coordinates that way, which is often a little quicker.
    https://stackoverflow.com/questions...ouch-events-to-device-using-sendevent-command

    And launch any app:
    adb shell monkey -p com.pandora.android 1

    (ps | grep to find the process names)

    And you can use Kodis remote capabilities to initiate any file to be played:
    http://forum.zidoo.tv/index.php?threads/tut-url-to-kodi-scripts-for-macos-and-linux.5543/
    -

    I can also start working on reading out all IR codes the remote sends, if you are interested.. ;)
     
  7. n_p

    n_p Active Member

    IR Remote Codes for the X9S:
    (took me 15 minutes, the next one is on you.. ;) )

    Pastebin link (if a moderator wants to edit/delete the raw code entries in here, you can. :) ):
    https://pastebin.com/6kdGaBNY

    Length
    34
    Address
    0x

    Power:
    TV Control Power
    TV Control AV/TV
    TV Control V-
    TV Control V+
    Rocker +
    Rocker -
    Source (Screens)
    Play/Pause
    Rocker up
    Rocker down
    Mouse
    Home
    4-way up
    4-way down
    4-way left
    4-way right
    OK
    Return
    Menu
     
  8. n_p

    n_p Active Member

    1
    2
    3
    4
    5
    6
    7
    8
    9
    0
    red
    green
     
    JohnS likes this.

Share This Page