Trying to setup notification if I left the garage door opened for 5 minutes if alarm armed or 20 minutes if disarmed:
Trigger:
GarageDoorOpen = Tripped
Device Properties:
Name Device Name Device Variable Current Value
AlarmMode Partition 1 ArmMode Disarmed
Conditions:
GarageOpenArmed: GarageDoorOpen AND (GarageDoorOpen; AlarmMode eq ‘Armed’; Now > 5:00)
GarageOpenDisarmed: GarageDoorOpen AND (GarageDoorOpen; AlarmMode eq ‘Disarmed’; Now > 20:00)
Tried = and eq with " and '. It never seems to like the string match. What am I doing wrong here (first time using PLEG)?
Thanks,
Roy