I am having trouble creating a rule using motion and mode triggering actions.
I have a HUB C7, Software 2.2.5.131.
Simply, if the mode is night and motion is detected I would like a light to turn on while motion is active and also send a text to my phone(I do have texting working with another app).
I have accomplished parts of this, but can't get the rule finished.
My closest iteration (ignoring the text notification for now) involves this rule:
Select Trigger Events
Front Door Interior Motion active
Select Actions to Run
IF (Front Door Interior Motion active(F) AND
Mode is Night(F) [FALSE]) THEN
Dim: Back Porch: 100
ELSE
Dim: Back Porch: 0
END-IF
The Back Porch light will not dim to 0 when motion is inactive nor when mode is set to day.
The log file for this rule indicates:
app:492021-02-28 10:02:19.100 infoAction: END-IF
app:492021-02-28 10:02:19.096 infoAction: Dim: Back Porch: 0 (skipped)
app:492021-02-28 10:02:19.091 infoAction: ELSE (skipping)
app:492021-02-28 10:02:19.023 infoAction: Dim: Back Porch: 100
app:492021-02-28 10:02:19.013 infoAction: IF (Front Door Interior Motion active(T) AND Mode is Night(T) [TRUE]) THEN
app:492021-02-28 10:02:18.873 infoMotion and Alert #1 Triggered
app:49
Any assistance is appreciated,
Gary