Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
More than 4 triggers
#1
What can be done if you have more than 4 possible triggers?

I have 5 doors to the deck.  If any one of them is opened I want the deck lights to turn on.  Today using ISY I can have as many devices as I want in the trigger with an OR statement.
Reply
#2
(01-08-2020, 08:17 PM)simplextech Wrote: What can be done if you have more than 4 possible triggers?

I have 5 doors to the deck.  If any one of them is opened I want the deck lights to turn on.  Today using ISY I can have as many devices as I want in the trigger with an OR statement.

You might look at the logic server.  You could have one variable that is always true if one of the 5 doors to the deck is true.  Then you could set a trigger on that and turn the lights on.
Reply
#3
(01-09-2020, 12:18 AM)kblagron Wrote:
(01-08-2020, 08:17 PM)simplextech Wrote: What can be done if you have more than 4 possible triggers?

I have 5 doors to the deck.  If any one of them is opened I want the deck lights to turn on.  Today using ISY I can have as many devices as I want in the trigger with an OR statement.

You might look at the logic server.  You could have one variable that is always true if one of the 5 doors to the deck is true.  Then you could set a trigger on that and turn the lights on.
I haven't looked at Logic Server yet so I will.  thanks
Reply
#4
Another option is to just trigger on any field from that driver that matches some pattern (though be careful so that you don't react to too many things that you don't need to), and then check the doors within the action. If it's something that's not going to happen often, that's lower overhead than the logic server, which will constantly be monitoring them. For something that happens a lot, then the logic server is more efficient since it always has the info.
Dean Roddey
Explorans limites defectum
Reply
#5
(01-09-2020, 09:21 AM)Dean Roddey Wrote: Another option is to just trigger on any field from that driver that matches some pattern (though be careful so that you don't react to too many things that you don't need to), and then check the doors within the action. If it's something that's not going to happen often, that's lower overhead than the logic server, which will constantly be monitoring them. For something that happens a lot, then the logic server is more efficient since it always has the info.

I think the RegEx option will work.  I plan on replacing the Insteon contact sensors someday with ELK but until then I can rename those sensors with <room>-<door>-Ext and RegEx against that to only capture the Exterior doors to the deck.  I only have exterior doors to the deck... I have no "front door".  Confuses guests and pizza delivery people Smile
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  RadioRA2 Triggers gReatAutomation 3 1,260 03-25-2020, 05:11 PM
Last Post: Dean Roddey
  Reconfig of Driver Causes Built In Triggers to Fire gReatAutomation 2 1,492 03-25-2020, 04:09 PM
Last Post: gReatAutomation
  Triggered Event and Standard Triggers gReatAutomation 5 2,390 08-23-2019, 12:38 PM
Last Post: Dean Roddey
  Triggered event w/ multiple triggers lleo 16 7,565 06-06-2018, 06:21 PM
Last Post: lleo
  High Level Triggers and Action rules admin screen kfly 1 2,262 11-01-2017, 05:21 PM
Last Post: Dean Roddey
  are triggers reliable? indygreg 4 3,213 06-29-2017, 11:52 AM
Last Post: Dean Roddey
  COuld not update triggers znelbok 11 6,345 06-08-2017, 03:55 PM
Last Post: znelbok
  Problem with Triggers pjgregory 11 6,977 05-11-2017, 11:36 PM
Last Post: pjgregory
  Best Way to Handle Triggers that get Reset kblagron 3 2,326 03-02-2016, 02:13 PM
Last Post: znelbok
  Triggers pilotguy7ca 1 1,888 12-29-2015, 07:45 PM
Last Post: Dean Roddey

Forum Jump:


Users browsing this thread: 1 Guest(s)