OmniPro and Hayward AquaConnect

mattbuff5

Member
From the AquaConnect documentation for a AQ-CO-SERIAL, i believe my Pro-Link command to perofrm a button Press and Release of the "Lights" button is as follows:
Message 1 sent out HAI Serial Port - ^P^B^H^I^@^\^P^C
Message 2 Sent out Serial Port - ^P^B^B^|^@^]^P^C
 
(FYI - those are actually 4 messages as Prolink can only by 15 characters)
 
 
I derived via the following:
DLE       STX       CMD   DATA       Checksum       DLE       ETX
Example (Release < key)
10H       02H    02H    01H        00H     15H    10H   03H
A    2    2    1        0    F    A    3

Press Lights
10H    02H    01H     09H        00H     1CH    10H    03H
^P    ^B    ^H    ^I        ^@    ^\    ^P    ^C
^P^B^H^I^@^\^P^C

Release Lights
10H    02H    02H     09H        00H    1DH    10H    03H
^P    ^B    ^B    ^|        ^@    ^]    ^P    ^C
^P^B^B^|^@^]^P^C
 
Can anybody confirm if I am going down the right path?
 
I am considering purchasing the Hayward / Goldline AQ-CO-SERIAL interface because I want to be able to control my pool and spa.  Has anyone successfully controlled their pool using the HAI Omni Pro II?  If so I would love to see the example code or routines.
 
Back
Top