# Moods doesn't always happen?

**URL:** https://community.homey.app/t/moods-doesnt-always-happen/152281
**Category:** Questions & Help
**Created:** [March 10, 2026, 3:27pm UTC](https://community.homey.app/t/moods-doesnt-always-happen/152281 "2026-03-10T15:27:54Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Thyg0d](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/thyg0d/32/80627_2.png) [@Thyg0d](https://community.homey.app/u/Thyg0d)
#### Post date: [March 10, 2026, 3:27pm UTC](https://community.homey.app/t/moods-doesnt-always-happen/152281/1 "2026-03-10T15:27:54Z")

</div>

Hi!

Got these two super simple flows.

`Then of course I have the same in reverse. `  
`When `  
`Virtual Day is turned Off`  
`Then`  
`Activate moods: Front on and Back on`

Then of course the same in reverse.

`When `  
`Virtual Day is turned on`  
`Then`  
`Activate moods: Front Off and Back Off`

And this is when the fun begins.  
Virtual day is always changing as is should, got a notification for each change.  
But…. Sometimes Front Off doesn’t fire but Back Off or vice versa.

`When` always fires but something is not triggering both moods.  
I have set a delay on one of the moods in case there are two many lights involved but that didn’t help.

How can I trace what is causing this?

---

<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: [March 10, 2026, 3:46pm UTC](https://community.homey.app/t/moods-doesnt-always-happen/152281/2 "2026-03-10T15:46:57Z")

</div>

You can use the “Audit” app for example. It logs everything.

1st thing you should change is to add a delay between the action cards, making it activate one mood at a time;  
With standard flows, Homey fires all action cards at once, which it remarkably can’t handle when controlling multiple devices.

---

<div class="post-metadata">

### Author: ![Thyg0d](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/thyg0d/32/80627_2.png) [@Thyg0d](https://community.homey.app/u/Thyg0d)
#### Post date: [March 11, 2026, 9:12am UTC](https://community.homey.app/t/moods-doesnt-always-happen/152281/3 "2026-03-11T09:12:40Z")

</div>

Ooooh I love audit apps.. 😃

Yeah I had a 1 second delay but increased it to 3 now.  
To see if it helps.
