[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