I'll explain everything I've done
These are the directions I followed to install the EZIO2x4
From the Administrative Console...
1) Click on Link Management from the menu bar
2) Select New INSTEON Device
3) Enter the INSTEON ID of the SHN device you want to add (01.DC.39)
4) Give the device a name (Ex. EZIO1)
5) Select the device from the "Device Type" drop down menu
6) Select whether you want to remove existing links, add devices and remove links, or add devices and keep links to other INSTEON devices.
7) Click OK
The ISY will begin populating the device information (inputs, outputs, links, etc...)
This worked perfectly. In the administrative console I see 6 ports under EZIO1.
EZIO1 - Relay1
EZIO1-2 Relay2
EZIO1-9 Input1
EZIO1-A Input2
EZIO1-B Input3
EZIO1-C Input4
Using the simplehomenet utility, the EZIO output timers were enabled and set to 2 seconds to act as momentary switches.
The WaterCop interface has separate On and Off inputs that are controlled by momentary switches. Relay1 is used to control the On switch and Relay2 the OFF switch (+5vdc is supplied by the WaterCop and routed through the relays). Initiating Relay1 or Relay2 using either the Simplehomenet utility or ISY will turn the WaterCop on or off appropriately.
The WaterCop interface has separate indicators for On and OFF (+5vdc also). The On indicator is connected to Input1 (EZIO1-9). The Off indicator is connected to Input2 (EZIO1-A).
WaterCop Status On = Input1(EZIO1-9) On and Input2 (EZIO1-A) Off
WaterCop Status Off = Input1(EZIO1-9) Off and Input2 (EZIO1-A) On
I use these programs to check the Watercop Status.
1. WaterCop Notification On
If
Status 'IOLincs/EZIO1/EZIO1-9' is On
and Status 'IOLincs/EZIO1/EZIO1-A' is Off
Then
Send Notification WaterCop On
2. WaterCop Notification Off
If
Status 'IOLincs/EZIO1/EZIO1-9' is Off
and Status 'IOLincs/EZIO1/EZIO1-A' is On
Then
Send Notification WaterCop Off
3. WaterCop Status
If
Status 'IOLincs/EZIO1/EZIO1-9' is On
or Status 'IOLincs/EZIO1/EZIO1-A' is On
Then
Set 'IOLIncs/EZIO1/EZIO1' Query
Wait 2 seconds
Run Program 'WaterCop Notification On' (IF)
Run Program 'WaterCop Notification Off' (IF)
No matter how I turn the watercop on or off - with Simplehomenet, ISY or manually, the Adminstrative console shows the proper input changes after a query. These programs work. If I run program 3, I get the appropriate notification. The problem is getting program 3 to trigger itself. It doesn't happen. I tried using Control instead of Status, but it makes no difference.