Using another home automation hub I was able to trigger an Air Wick spray to operate once per hour when motion was detected in the room.
So a Hue Motion Sensor (using Hue App) triggers on motion turn on a plug then through a battery eliminator power up the AirWick Spray. It would then auto turn off after 60 seconds the Pause for 59 minutes.
This Pause meant that the Airwick spray could only fire once per hour - or any other duration set in the Pause.
Will this work in the Advanced Flow - will a delay cause the whole Flow to freeze for an hour?
Replace the â59mâ delay for a timer. I use Chronograph f.i.
It would be the card: Then "Start or replace timer âpause_airwickâ " (just any name)
Set the timer to 59 minutes.
Between card âmotion alarm onâ and 'turn on Hall airwick, place the AND card âTimer pause_airwick is not runningâ
ThenâŚ
â Turn on
â Turn off with 60 s delay
â Start or replace timer âAirwickâ with a duration of 1 hour
The And⌠card Timer âAirwickâ is not running prevents the flow from passing through at every movement. If a new movement is detected AND the âAirwickâ timer no longer runs (i.e. after at least 60 minutes), the âAirwickâ is switched on again.
@Busta999 Do you also have another flow were you say that the energy is cheap?
When the energy changes it will not always be cheap.
Where you say > âŹ0,20 kWh is cheap.
Yes, I have another flow that sets Cheap rate to True and sets the value to 7.5p kWh, when Cheap rate not available it will switch to FALSE. And the rate moves to 35p kWh.
Somewhat moot as I will always be on cheap rate from end of next week, but the TRUE/FALSE indicator will still be useful as it moves a lot of devices energy usage to Grid cheap rate rather than battery cheap rate.
The second step IS âTimer is NOT runningâ, because the connected line is orange.
That means, âTimer is runningâ is not fulfilled what is equal with âTimer is NOT runningâ.
And what should start the flow?
The flow as it is does exactly what it is supposed to.