|
I have an alarmpanel that sends P2 Off as soon as the alarm is disengaged. This is done using an XM10 interface.
I want to turn a light on as soon as P2 Off is received. So: IF P2 Off command pair THEN X10 Command Pair C10 On
If I let the alarmpanel send P2 Off the Ocelot does not respond with C10 on. It is like it doesnt receive the P2 Off command. However, if I send P2 Off using HomeSeer it does work (C10 goes on).
When i use the 'Monitor X10' feature in C-Max I do see the received commands: P2 and P Off. So I figured that Ocelot might not notice it as a command pair and I changed my code to:
IF Single X10 P Off (Any device code in HC P that goes off is fine) THEN X10 C10 On
However, again.. no luck. I'm confused :s Any ideas?
|