Ad Widget

Collapse

Time based trigger problem.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zaboooox
    Junior Member
    • Nov 2019
    • 1

    #1

    Time based trigger problem.

    Hello,

    I have a small problem and did not find the way to solve it.

    I have an item with an update interval of 60 minutes.
    I add a trigger which fire when this items has 4 successives value <1.
    But i want this trigger to generate an action only between 07H30 and 18H30.

    My trigger look like this:

    [ItemKey].last(#4)}<1 and {[ItemKey].time()}<183000 and {[ItemKey].time()}>073000

    My problem, the trigger is evaluated every 30 secondes (because of the ".time" function), generate a problem every 30s...

    I need to have a problem generated every hour (item frequency) and i can't see how to do that.

    My item need to be active 24/7, with alerting only between business hours.

    Does anyone have a clue on how to do this ?

    Thanks !
Working...