# Hue Advanced Flow - Am I missing something?

**URL:** https://community.homey.app/t/hue-advanced-flow-am-i-missing-something/136318
**Category:** Flows
**Tags:** homey-pro, advancedflow
**Created:** [May 10, 2025, 10:52pm UTC](https://community.homey.app/t/hue-advanced-flow-am-i-missing-something/136318 "2025-05-10T22:52:36Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Prowl\_Media](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/prowl_media/32/123245_2.png) [@Prowl\_Media](https://community.homey.app/u/Prowl_Media)
#### Post date: [May 10, 2025, 10:52pm UTC](https://community.homey.app/t/hue-advanced-flow-am-i-missing-something/136318/1 "2025-05-10T22:52:36Z")

</div>

So I feel like I must me be missing something with the advanced flow.

I thought that I could have a flow trigger Multiple lights on, change colour, brightness etc.

But it seems the only way I can do this is to have multiple cards for EACH LIGHT?

Button  
\>light1ON\>Light1Brightness\>Light1Colour  
\>light2ON\>Light2Brightness\>Light2Colour  
\>light3ON\>Light3Brightness\>Light3Colour

I thought the entire point of flows was to be able to make multiple things happen and branch off etc. like the image attached?

 ![Screenshot 2025-05-11 at 00.31.53](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/7/6/7638a7a9bacbf4ea708bfd13b5467846f705471b.png)

---

<div class="post-metadata">

### Author: ![Adrian\_Rockall](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/adrian_rockall/32/13209_2.png) [@Adrian\_Rockall](https://community.homey.app/u/Adrian_Rockall)
#### Post date: [May 11, 2025, 1:33am UTC](https://community.homey.app/t/hue-advanced-flow-am-i-missing-something/136318/2 "2025-05-11T01:33:20Z")

</div>

I’m not sure if you have made a mistake with the numbers in your examples, but it doesn’t make sense to me.  
Maybe show a real screen shot of the Flow you are creating so we can understand what you are doing?

---

<div class="post-metadata">

### Author: ![Rmb](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/rmb/32/79135_2.png) [@Rmb](https://community.homey.app/u/Rmb)
#### Post date: [May 11, 2025, 7:20am UTC](https://community.homey.app/t/hue-advanced-flow-am-i-missing-something/136318/3 "2025-05-11T07:20:44Z")

</div>

Make a group of lamps.

> **[\< groep \>](https://homey.app/nl-nl/app/com.swttt.devicegroups/&lt;-groep-&gt;/)**
>
> Maakt het mogelijk om apparaten te groeperen, waardoor controle en rapportage van alle apparaten binnen een groep mogelijk is.

---

<div class="post-metadata">

### Author: ![Prowl\_Media](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/prowl_media/32/123245_2.png) [@Prowl\_Media](https://community.homey.app/u/Prowl_Media)
#### Post date: [May 11, 2025, 8:40am UTC](https://community.homey.app/t/hue-advanced-flow-am-i-missing-something/136318/4 "2025-05-11T08:40:57Z")

</div>

I did! I was very tired! I have edited it.

---

<div class="post-metadata">

### Author: ![Prowl\_Media](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/prowl_media/32/123245_2.png) [@Prowl\_Media](https://community.homey.app/u/Prowl_Media)
#### Post date: [May 11, 2025, 9:15am UTC](https://community.homey.app/t/hue-advanced-flow-am-i-missing-something/136318/5 "2025-05-11T09:15:25Z")

</div>

Ah thanks that is a method that works. I had assumed the nodes were more powerful and I could Create groups within the advanced nodes.

A “Grouping node” for example to link multiple devices and just switch on. Or if they are the same type Groups then colour, then dim, then on.

The issue with this pre grouping is I cannot check a state of one with in the group and have It brach off to do something else.

Having nodes LOCKED to a single entity makes it a bit pointless for me.

I think I am used to MORE ADVANCED nodes in other apps like cinema 4d.

Object \> IF \> Action \> Action.

---

<div class="post-metadata">

### Author: ![Rmb](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/rmb/32/79135_2.png) [@Rmb](https://community.homey.app/u/Rmb)
#### Post date: [May 11, 2025, 9:47am UTC](https://community.homey.app/t/hue-advanced-flow-am-i-missing-something/136318/6 "2025-05-11T09:47:14Z")

</div>

> [@Prowl\_Media](#):
>
> Object \> IF \> Action \> Action.

Homey has a different way of thinking and syntax:

```auto
WHEN something happens 
THEN perform action.

```

The Object \> IF \> Action in Homey is the WHEN card in the app of the application of the device. In your way of thinking this would result in

```auto
WHEN the lamp is being switched off 
THEN switch it on.

```

It is more use full to use a trigger like WHEN it is eight o’clock or WHEN the motion sensor is detecting motion.

```auto
WHEN time is 20:00
THEN switch group-livingroom-lamps on

```

PS: Homey advanced flow does not have nodes, but charts. It looks like you are use to object oriented. Advanced flows are just a graphical way of presenting normal flow, plus some extra’s.  
So maybe it is better to start with normal flows.

---

<div class="post-metadata">

### Author: ![Prowl\_Media](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/prowl_media/32/123245_2.png) [@Prowl\_Media](https://community.homey.app/u/Prowl_Media)
#### Post date: [May 11, 2025, 11:02am UTC](https://community.homey.app/t/hue-advanced-flow-am-i-missing-something/136318/7 "2025-05-11T11:02:41Z")

</div>

I am getting that. I think I’ll have to give up and send it back. It’s no more advanced than using shortcuts in Homekit and I think I can do more with that.

Or try and work out node-RED in HA.

---

<div class="post-metadata">

### Author: ![Adrian\_Rockall](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/adrian_rockall/32/13209_2.png) [@Adrian\_Rockall](https://community.homey.app/u/Adrian_Rockall)
#### Post date: [May 11, 2025, 11:16am UTC](https://community.homey.app/t/hue-advanced-flow-am-i-missing-something/136318/8 "2025-05-11T11:16:25Z")

</div>

You can create groups within Flows, you just add each device to the Action section.  
So if you want any one of the lights to turn on the other lights then add the three When cards and attach them to the three Action cards that turn the lights on.  
You can also add the And cards to check if the light is off first.

In your example you don’t specify what is being turned on.
