[APP][Pro] Powerview- Luxaflex & Hunter Douglas

[APP][Pro] Powerview- Luxaflex & Hunter Douglas (click reply on the first post)Hi I can make flows with IF and THEN but not AND. I also am not able to fill in the exact percentage when I use IF. I would like to create flows like:

IF duette kitchen is open 75% AND it is 18.00 THEN close it to 50%

Or IF the door is open AND duette bedroom is 100% THEN turn off the ligths

Is it possible to add this to the app or is there a detour?

Thanks

@Hanneke_Rompa currently that’s not possible. You could use homey logic to achieve that. As this app uses default homey capabilities it’s not possible to add that

1 Like

The duette position isn’t a trigger, it’s a condition;
This flow should be triggered by time:
When..
it is 18.00
And..
logic card [number] is greater than 0.74
(as number you can select the corresponding tag of the duette position)
Then..
set position to 50%

Visual:
This shows how to select such a tag in a logic card:

The resulting flow:

I think it’s very confusing we’re supposed to use 0 - 1 values for 0 - 100% values in most flow cards.

Knowledge base article about Homey logic

https://support.homey.app/hc/en-us/articles/4410240765586-Using-Homey-Logic-in-Flows

2 Likes

Thanks Peter, it helped me a lot.

2 Likes