A few months ago, Homey introduced the Moods feature, which allows us to easily set multiple lights to a specific brightness and colour/temperature, a great way to create just the right atmosphere at home. While I find this feature useful, I think there’s some room for improvement, particularly when it comes to Flow integration.
Currently, Moods only offer:
- A Flow trigger card that activates when a Mood is set.
- An action card to set a Mood.
However, I’ve noticed a gap: there is no way to check if a Mood is currently active. There’s no condition card that allows us to verify if a Mood is in effect, making it difficult to create more complex and mood-aware automations.
If I understand correctly, Homey doesn’t actively track if all the lights that were part of a Mood are still in their defined state. I understand Moods to be stateless. But here’s my suggestion: it would be amazing if a condition card for a Mood could work by checking if all the relevant light properties (like brightness and color/temperature) are still set according to the Mood definition. This would give us a much more powerful tool for building dynamic automations.
I’ve tried to work around this limitation by using a boolean variable to keep track of when a Mood is active, but I ran into another limitation, there’s no trigger card for when a Mood is unset. Without knowing when a Mood has ended, it’s difficult to manage these states efficiently.
The only workaround I’ve found is to manually compare all the individual light capabilities, but this approach doesn’t scale well. It becomes cumbersome with multiple Moods, especially if I make changes to the settings over time.
I’d love to hear if others are facing similar challenges or if the team could consider enhancing Mood Flow cards to include more conditions, like “Is Mood active?”, or even a trigger for when a Mood is unset. This would be a huge help for those of us who want to take full advantage of Homey’s automation capabilities.
Thanks for reading, I’m curious about everyone’s thoughts!
tl;dr I’d like Mood condition flow cards and/or an Mood unset trigger card