Transitions — Flexible time transitions

@robertklep would it be possible to add an “and card” to check if a transition is running or not?

@Sre check the current test version: Transitions | Homey

2 Likes

You rock! Will test it

I am trying to use this APP: Transitions App for Homey | Homey

My goal is to set a time and to incrementally increase my Lights Brightness (DIM). After it reaches the end value it should turn the light off.
How the hell can I use the current_value of the Transition Flow inside “Dim to”. This should be intuitiv but it isnt. Also when trying to play it it executes the “Dim to” only once

I would appreciate any help

You need a (sub)flow to start a transition, and another (sub)flow to trigger for each intermediate value:

1 Like

Why is “Transition Ended” not triggered? “Transition Changed” works flawless, but “Transition Ended” is never triggered and the device is therefor not turning off. I also tried “transition stopped” but this also doesnt work

Try not using a token for the transition name, but just regular text.

Also, this will only work if you have properly saved the flow first.

(this works for me)

I don’t understand why you’re using the blabla variable instead of the calculated transition value, that’s why it’s there.

1 Like

Hey thanks for your help. Sorry, im a real newbie at this. How can I use the calculated transition value, whats the variable for this? how do I use it.

The tag is called “#Value”, it should appear in the “Dim to” card as a token under “This Flow”:

I made this flow for testing to make a wakeuplight.

problem is that the dimmvalue is not respected nor is the timeframe.

The flow now starts and goes to 100% dim value in 15 seconds.

Make sure dim value is between 0.01 and 1.00

tnx let mee see if i get the wanted result with it.