Jump to content
C4 Forums | Control4
  • 0

How can I make notifications have a delay so I don't get them so often


C4 BEAR

Question

I have some notifications set for certain rooms that let me know when the temperature goes above a certain temperature. Is there a way to tell C4 not to send the same notification again so soon? Like to have a 20 minute delay before it sends it again if the temperature is still high?

 

Thank you

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • 0
41 minutes ago, msgreenf said:

Fire notification --> start a timer, don't send again while timer is running

Hmmm. I guess I'm in over my head. Thank you anyway!

Link to comment
Share on other sites

  • 0
9 hours ago, msgreenf said:

Fire notification --> start a timer, don't send again while timer is running

Seconded. We use timers to prevent nuisance notifications all the time. Especially useful to prevent 20 motion push notifications from the moment a customer arms the alarm/sets away mode and walks to the car.

Link to comment
Share on other sites

  • 0
15 hours ago, C4 BEAR said:

Hmmm. I guess I'm in over my head. Thank you anyway!

I don’t think this needs to be complex.

What @msgreenf is suggesting is simply the following code whenever mission is sensed.

 

If XYZTimer is not running then

     Start timer XYZ

     Send push notification

 

Apart from the above 3 lines of code (replacing your single line of code which is “send push notification”), the only thing you need to do is create XYZ timer under Agents and, in your example set the timer length to 20 minutes.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.