# Limit amount of triggers

**URL:** https://community.homey.app/t/limit-amount-of-triggers/69716
**Category:** Questions & Help
**Tags:** app
**Created:** [October 1, 2022, 5:56pm UTC](https://community.homey.app/t/limit-amount-of-triggers/69716 "2022-10-01T17:56:47Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![The\_Cowman](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/the_cowman/32/31807_2.png) [@The\_Cowman](https://community.homey.app/u/The_Cowman)
#### Post date: [October 1, 2022, 5:56pm UTC](https://community.homey.app/t/limit-amount-of-triggers/69716/1 "2022-10-01T17:56:47Z")

</div>

I created a flow which triggers the sun screens to go in when it’s raining.  
It uses Openweathermap and it triggers when the chance on rain has changed and is above 50%.  
But now it also triggers when it changes for example from 80% to 70%. Is it possible to create a flow (normal or advanced) which only triggers when the change on rain becomes more than 50% and not if it is already above 50%?

This is my current flow: [Shared Flow | Homey](https://homey.app/f/ZglIke)

---

<div class="post-metadata">

### Author: ![Peter\_Kawa](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/peter_kawa/32/173848_2.png) [@Peter\_Kawa](https://community.homey.app/u/Peter_Kawa)
#### Post date: [October 1, 2022, 6:04pm UTC](https://community.homey.app/t/limit-amount-of-triggers/69716/2 "2022-10-01T18:04:35Z")

</div>

I use Buienradar app in addition, it’s pretty accurate

---

<div class="post-metadata">

### Author: ![The\_Cowman](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/the_cowman/32/31807_2.png) [@The\_Cowman](https://community.homey.app/u/The_Cowman)
#### Post date: [October 1, 2022, 6:44pm UTC](https://community.homey.app/t/limit-amount-of-triggers/69716/3 "2022-10-01T18:44:23Z")

</div>

Haven’t tried that one, will certainly do, because OpenWeathermap is absolutely not accurate in my hometown with regards to the amount of rain and weather status.

---

<div class="post-metadata">

### Author: ![Mike1233](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/mike1233/32/20991_2.png) [@Mike1233](https://community.homey.app/u/Mike1233)
#### Post date: [October 1, 2022, 11:28pm UTC](https://community.homey.app/t/limit-amount-of-triggers/69716/4 "2022-10-01T23:28:41Z")

</div>

You can make a yes/no with a logic card  
You first have to make a logic card yes/no.

IF chance changes  
AND greater then 50%  
AND logic card is yes  
THEN zet status omlaag  
THEN set logic card to no

IF chance changes  
AND smaller then 50%  
AND logic card is no  
THEN set logic card to yes

Maybe this will work.

---

<div class="post-metadata">

### Author: ![DirkG](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/dirkg/32/118897_2.png) [@DirkG](https://community.homey.app/u/DirkG)
#### Post date: [October 2, 2022, 5:49am UTC](https://community.homey.app/t/limit-amount-of-triggers/69716/5 "2022-10-02T05:49:15Z")

</div>

Why don’t you use this trigger card?

 ![image](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/e/2/e2cc56d0bba893cd3a79ed75f1b79ec36b9d4aab.jpeg)

Precipitation probability becomes greater than 50%.
