Originally posted by teladog01
View Post
Announcement
Collapse
No announcement yet.
[Request] Groups "All Devices" options with first Event Condition
Collapse
X
-
-
Originally posted by Ltek View PostAh yes, got it...
Any Device in <Group> has been in the range [x,y] for exactly 10 minutes
AND
All Devices in <Group> are in the range [x,y]Code:[INDENT][FONT=Verdana]IF Any device in <Group> has been in the range [x,y] for exactly 10 minutes AND IF All devices in <Group> have been in range [x,y] for at least 10 minutes[/FONT][/INDENT]
If you're concerned about missing a trigger if HomeSeer is down, you can change it to something like this:Code:[INDENT][FONT=Verdana]IF The event will automatically trigger every 1 second AND IF All devices in <Group> have been in range [x,y] for at least 10 minutes[/FONT][/INDENT]
- 1 like
Leave a comment:
-
Ah yes, got it...
Any Device in <Group> has been in the range [x,y] for exactly 10 minutes
AND
All Devices in <Group> are in the range [x,y]
THUS,
Trigger : will be true multiple times before the event ever runs but only matters when the 'final' group device hits the 10 min mark with the noted value/range
AND
Condition : true only after ALL the devices are a given value/range
When I say intuative, I mean a non-coder / automation noobie would not think in the way needed to realize this requires that combo of Trigger + Condition. A 'plain English' (noobie friendly) way would be more like, "When All Devices in Group become in Range for at least 10 mins". We really need a qualifier for the events that say "Trigger only when changing from false to true" and "Trigger on Every time its true" --- there was a action like this in Vera, it was Super Useful.
Leave a comment:
-
The "All devices in group X" options were omitted from the list of triggers by design. A trigger is something that change at an instant t, and because all devices in a group cannot change at the exact same time, what you are really asking for is a trigger + a condition.
So in my opinion adding "All devices in group X" options in the list of triggers would be ambiguous and less intuitive.
Leave a comment:
-
The condition becomes true ONLY at the moment it detects all the devices are X value, for at least N minutes.
So, when the 'last' Device has been a given/expected value for N minutes -- the statement becomes true.
Leave a comment:
-
Leave a comment:
-
[Request] Groups "All Devices" options with first Event Condition
spud
Would love to see an option to use "All Devices" as the first condition in an Event. It would simplify things a lot, and make it far more intuitive for all, especially ppl new to ET / Homeseer. I dont see a way to do this today.
Goal:
The condition becomes true ONLY at the moment it detects all the devices are X value, for at least N minutes.
So, when the 'last' Device has been a given/expected value for N minutes -- the statement becomes true.
As you can see below I highlighted the condition that I'd like to make the First condition. But the 'ALL devices in a Group' is not an available as a first condition as you can see in the drop-down...
I dont think this will work the same and its the closest I can find...Tags: None
Leave a comment: