I wonder if clicking 'run now' in an event will evaluate a condition or not.
Is it right to assume a condition needs to evaluate to true in order to make the event run?
Any experience?
Thanks
OWK
Events: 'run now' evaluates condition?
Moderator: RDNZL
Events: 'run now' evaluates condition?
Domotiga
Cubietruck, Ubuntu server 1.0.2
RFXcom LAN, home brew ground plane antenna
KaKu
Cubietruck, Ubuntu server 1.0.2
RFXcom LAN, home brew ground plane antenna
KaKu
Re: Events: 'run now' evaluates condition?
Run now will run without the conditions config'ed
Alexander
Re: Events: 'run now' evaluates condition?
Ok, thanks.
In case a condition is evaluated (when the event is processed normally) it needs to be true to allow to start event processing?
Olaf
In case a condition is evaluated (when the event is processed normally) it needs to be true to allow to start event processing?
Olaf
Domotiga
Cubietruck, Ubuntu server 1.0.2
RFXcom LAN, home brew ground plane antenna
KaKu
Cubietruck, Ubuntu server 1.0.2
RFXcom LAN, home brew ground plane antenna
KaKu
-
- Member
- Posts: 255
- Joined: Thu Jun 25, 2009 2:09 pm
- Location: Enschede, The Netherlands
Re: Events: 'run now' evaluates condition?
Yup, that's how it works hereOWK wrote:Ok, thanks.
In case a condition is evaluated (when the event is processed normally) it needs to be true to allow to start event processing?
Olaf

ie: Dev_53_Value="Disarm"
Eval result: True
Event is processed.