From your explanations, I understand that you have a trigger of âno movement detectedâ to start the deactivation. I think this is whatâs causing your issue.
I would work with a staircase timer in your case. That would start counting down from the moment movement is detected and be reset every time motion is detected again.
Still, this will not do the trick. If there is a room with continious movement the staircase function will be triggered and executed (there will be no switch of the trigger, which will stay enabled). I would assume that triggering it with âno movement detectedâ would be better in addition to the condition that all sensors in this area do currently not detect any movement. I already created that flow as an additional automation (which works) but it would be cool if it could be enabled in your template as well
Hi - I think this will be a daft question, but hopefully someone will take pity and help. I can get this automation to run once when a trigger is fired (motion or door open) but thatâs it. Itâs set to Dynamic so my expectation is that it will continue to run dynamically adjusting the lights until the Off trigger is fired. Instead it runs once then stops.
Ah yes, already got that one (which works a treat). I was looking for one single blueprint with extended facilities to do the whole thing - motion, dynamic light based on lux, colour temperature that changes through the day, and then switches the lights to red on motion at nighttime. Iâll keep looking, but thanks very much for this one.
Hey @AntonH ! Thanks for this amazing blueprint. One question regarding entering brightness values using percentage values (instead of 0-255). The sliders in version 2.8 still show values between 0-255:
Updated the Color Temperature Selectors to use Kelvin instead of Mired values. (The usable range depends on what your lights support. Consult your manual.)
Thx for the blueprint. Works reliably, but one thing I just canât determine (or donât understand it correctly): I use it to recognise movement so that a lamp is turned on with red color as warning for 3 minutes and then goes out after this time has passed. But if this lamp has been previously switched on as part of a scene with 4 other lamps, for example in warm white, then itâs not helpful if the lamp goes out and stays like that. How can I determine that the previous state (i.e. the warm white scene) is restored after the 3 minutes?
At the moment thatâs not possible.
Essentially the blueprint would need to create a scene and then call that scene when the light is turned off.
My other blueprint âParty Lightsâ has a feature âSCENE THEN OFFâ which does exactly this. It could be a nice feature to add to this blueprint in the future.
Alternatively you could create a separate automation that sets the right color when the light goes out.