# Advanced flows DON'T DOs and tips!

**URL:** https://community.homey.app/t/advanced-flows-dont-dos-and-tips/137575
**Category:** Flows
**Tags:** flow, advancedflow
**Created:** [June 4, 2025, 9:21am UTC](https://community.homey.app/t/advanced-flows-dont-dos-and-tips/137575 "2025-06-04T09:21:27Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![B\_o\_Le\_N](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/b_o_le_n/32/135055_2.png) [@B\_o\_Le\_N](https://community.homey.app/u/B_o_Le_N)
#### Post date: [June 4, 2025, 9:21am UTC](https://community.homey.app/t/advanced-flows-dont-dos-and-tips/137575/1 "2025-06-04T09:21:27Z")

</div>

dear all,  
I am experiencing some issues with my advanced flows, nothing special just some if, then and that…but sometimes it works, sometimes it won’t and that insisconcistency is really bothering me more than I though it would.  
so my questions are:

1/ are there any DON’T DOs to absolutely avoid for advanced flows to run smoothly ?  
2/ are there tips or advice for me learn and to implement flows more efficiently? such as “not more than two flows per advanced flow”, etc.

many thanks for your help!  
best,  
Bao

---

<div class="post-metadata">

### Author: ![FKey](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/fkey/32/14793_2.png) [@FKey](https://community.homey.app/u/FKey)
#### Post date: [June 4, 2025, 10:05am UTC](https://community.homey.app/t/advanced-flows-dont-dos-and-tips/137575/2 "2025-06-04T10:05:00Z")

</div>

DONT  
be carefull using the “ALL” cards.  
These will only trigger when all inputs are triggered by the same IF card.

You **can not** use them as a “wait”  
Example: green will work, red will not

 ![image](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/4/2/42df8020a9dde0df0c270ab5e1ad1f359dbd04cb.png)

---

<div class="post-metadata">

### Author: ![JohanP](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/johanp/32/119002_2.png) [@JohanP](https://community.homey.app/u/JohanP)
#### Post date: [June 4, 2025, 1:52pm UTC](https://community.homey.app/t/advanced-flows-dont-dos-and-tips/137575/3 "2025-06-04T13:52:12Z")

</div>

Don’t :

Use a trigger to monitor if a value is above/below xx value :  
 ![afbeelding](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/b/0/b06411596a943110227ef17f59229550ce2bfcce.png)

This wil only trigger if temp goes from _below_ 20C to _above_ 20C, it will not if temp goes from 21C to 22C

use ‘has changed’ AND ‘is above/below’:

![afbeelding](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/9/5/9518d7d76407d77d03c51ac7a27d567ddc676375.png)

---

<div class="post-metadata">

### Author: ![JPe4619](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/jpe4619/32/9017_2.png) [@JPe4619](https://community.homey.app/u/JPe4619)
#### Post date: [June 5, 2025, 7:56am UTC](https://community.homey.app/t/advanced-flows-dont-dos-and-tips/137575/4 "2025-06-05T07:56:21Z")

</div>

@JohanP : But in this case, be aware that the trigger repeats at every 0.1 degree the temperarure changes above 20\*.  
Don’t use is a bad advise, just be aware how it is working.

---

<div class="post-metadata">

### Author: ![JohanP](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/johanp/32/119002_2.png) [@JohanP](https://community.homey.app/u/JohanP)
#### Post date: [June 5, 2025, 8:21am UTC](https://community.homey.app/t/advanced-flows-dont-dos-and-tips/137575/5 "2025-06-05T08:21:50Z")

</div>

The rest of the flow depends on any AND card you use afterwards, Yes, it triggers every 0,1 (f thats the interval of the themostat, wich in my case is 0,5).

The first trigger NEVER triggers at the right moment.

To say my suggestion is BAD is kinda rude…

---

<div class="post-metadata">

### Author: ![JPe4619](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/jpe4619/32/9017_2.png) [@JPe4619](https://community.homey.app/u/JPe4619)
#### Post date: [June 6, 2025, 12:36pm UTC](https://community.homey.app/t/advanced-flows-dont-dos-and-tips/137575/6 "2025-06-06T12:36:53Z")

</div>

We are all here to help each other, you classify the card "Temperatuur werd groter dan … " as a DON’T , I use this card in several flows, so no reason to call me Rude.  
It just depends on the use-case what is the best card to use, but your remark can fraiten off beginners to use that card while it can be very useful.  
I use it for switching lights ON when it gets dark, works perfect.

---

<div class="post-metadata">

### Author: ![JohanP](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/johanp/32/119002_2.png) [@JohanP](https://community.homey.app/u/JohanP)
#### Post date: [June 6, 2025, 12:59pm UTC](https://community.homey.app/t/advanced-flows-dont-dos-and-tips/137575/7 "2025-06-06T12:59:34Z")

</div>

I’ve often seen ppl post quiestions why the ‘XX became greater then’ wasn’t working when they wanted a ‘as long as XX is greater than’. And that ws the only thing I was warning for,

It wasn’t ment as ‘Never use became greater then’ sorry if I gave that impression.

---

<div class="post-metadata">

### Author: ![SunBeech](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/sunbeech/32/111391_2.png) [@SunBeech](https://community.homey.app/u/SunBeech)
#### Post date: [June 6, 2025, 2:13pm UTC](https://community.homey.app/t/advanced-flows-dont-dos-and-tips/137575/8 "2025-06-06T14:13:24Z")

</div>

I think that that is also the beauty of Advanced Flows: you can solve problems in multiple ways. There is no one ‘true’ way. In the end all roads lead to Rome, as long as you stick to the basic principles of how Advanced Flows work. The above mentioned considerations are valuable in getting to know these principles 😀.

---

<div class="post-metadata">

### Author: ![OH2TH](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/oh2th/32/111414_2.png) [@OH2TH](https://community.homey.app/u/OH2TH)
#### Post date: [July 2, 2025, 4:11pm UTC](https://community.homey.app/t/advanced-flows-dont-dos-and-tips/137575/9 "2025-07-02T16:11:25Z")

</div>

8 posts were merged into an existing topic: [Cool Flow does not start](https://community.homey.app/t/cool-flow-does-not-start/139082)
