IP CONTROL

We asking all new users to read the articles below, before creating their first posting or thread.

  • 4. Instruction Articles

    • Please note, in this forum are only English threads and postings allowed, without any exception!

      Please follow the forum rules, thank you for your understanding.

  • I have a control system named Crestron. With this system I can control equipment by IP. Does anyone know if that is possible with Formuler Z+? Is there an IP port were we can send the codes above or is there an IP Protocol?

    Thanks...

    • Official Post

    I am doing some preliminary research on this.

    It appears the device can be controlled via UDP

    My understanding is still incomplete and is only based on wireshark dumps between the device and the Air Sync Remote app.

    device IP = your device's local IPv4 address on the LAN

    UDP port: 8822

    Commands: All values in HEX

    UP:

    Code
    01 00 02 00 02 00 16 00 00 00 00 00 07 01 67 00 00 00 01 00 00 00

    DOWN:

    Code
    01 00 02 00 02 00 16 00 00 00 00 00 07 01 6c 00 00 00 01 00 00 00

    Command BREAK?

    Code
    01 00 02 00 02 00 16 00 00 00 00 00 07 01 67 00 00 00 00 00 00 00

    In testing, it seems that if the BREAK command is not sent immediately following a single command, the command is received by the box and repeated internally.

    Hope someone else can pick up the torch from here and fill in the rest of the commands.

    Unsolicited PMs for support will be ignored.

    Duplicate support requests to the forums and helpdesk will be ignored.

  • Good morning,

    Has further work been done on this? I am a Crestron programmer and would love to write a module for this, which I wouldn't mind sharing here.

    Hi,

    The effort isn't abandoned, but there is little time to invest in this right now.

    Maybe someone else can try to add to the findings?

    Unsolicited PMs for support will be ignored.

    Duplicate support requests to the forums and helpdesk will be ignored.