I have 2 problems here, hopefully someone can figure this one out, I have been banging my head on these rules for a while
problem 1: the rule below fires without any issues, and every single command is executed except for the first THEN statement. That statement tells my Ocelot to execute some IR commands. When I manually send this data to the Ocelot port, it works. When I 'test' this rule, the IR works as well, but when the rule is triggered, only that line doesn't work.
problem 2: similar issue, the 'THEN TURN flood lights [252 (P12)] OFF' statement does not execute. I don't see any X10 commands on the line, but the other THEN statements execute just fine. When I 'test' the rule, everything works.
I have tried everything I can think of, changed the order of the rules, no luck.
problem 1: the rule below fires without any issues, and every single command is executed except for the first THEN statement. That statement tells my Ocelot to execute some IR commands. When I manually send this data to the Ocelot port, it works. When I 'test' this rule, the IR works as well, but when the rule is triggered, only that line doesn't work.
WHENEVER Output 107 STATE IS TURNED OFF
THEN SEND THE FOLLOWING TEXT: "+T000010+T000072+T000126" THROUGH PORT 1
THEN TURN kitchen bottom [38 (C6)] OFF
THEN TURN kitchen top [39 (C7)] OFF
THEN TURN LR speakers [37 (C5)] OFF
THEN SET LR table lamp [35 (C3)] TO 50% BRIGHT
problem 2: similar issue, the 'THEN TURN flood lights [252 (P12)] OFF' statement does not execute. I don't see any X10 commands on the line, but the other THEN statements execute just fine. When I 'test' the rule, everything works.
WHENEVER THE FOLLOWING TEXT IS RECEIVED: "garage_door_closed^M" THROUGH PORT 1
THEN TURN flood lights [252 (P12)] OFF
THEN TURN Output 100 OFF
THEN TURN Output 104 OFF
THEN CLEAR PREVIOUSLY DISPLAYED MESSAGES ON KEYP
I have tried everything I can think of, changed the order of the rules, no luck.