Flow with hue color

Hi,

Im not sure if there a way to add more than one Hue color to the flow so it trigger if there a change for some reason.

This is the Flow to turn the light Off

I tried the card adding 0.34 - 0.36 also 0.34, 0.36 but dint work maybe because it have to be exactly the same number.

or would I have to create multiple Card for each Hue number?

It have been working fine for like 2-3weeks but today I dont know why the Hue number shifted to 0.34

Thanks

The Logic card you are using accepts only one value. It tests whether the hue is exactly that value.

You can use the combination of the ‘is smaller than’ and ‘is larger than’ Logic cards to test a range.

E.g. ‘is smaller (‘kleiner’) than 0.4’ and ‘is larger (‘groter’) than 0.3’ and connect them with an ALL card. Then the flow only continues when the hue is between those thresholds (option 1). Alternatively you can place the said Logic cards in series (option 2).

Hi,

Awesome,

Then I would try Option 1 and see how it goes. Never came to mind to try that.
That should cover any variables with in the .3x range in case that happens again.

I should also make a light group to group all 3 lights to make the flow use less cards

Thanks so much!