How can I take an action after a certain time?

Hi,
i have this simple Flow.
How can I set the LED to only go on when the status "0.5 - 3w" is longer than 5 minutes?

[{"id":"e7136258.3bb8d","type":"debug","z":"5024232.88595dc","name":"output 0.5 - 3w","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","x":660,"y":100,"wires":[]}]

Try using a trigger node arrangement

Sorry, but the flow you posted is not helping people like me who don't have that system installed.

There is a problem with how you define: is longer than 5 minutes

How frequent is the signal being sent?

Build a flow (or add inject nodes) to inject values which cause other outputs to activate.

the signal is send about every 60 sec.

Can you please change my existing flow so that it fits?

Sorry no - just don't have time - just giving you a suggested way to play around with

1 Like

ok, i´ll try it. Thanks a lot :slight_smile:

now it works perfect, thanks :smiley:

Now i have another Question:
How is it possible to control the LED AN/AUS with 2 Inject´s ?
I want to LED AN if Waschmaschine or Trockner Power is between 0,5 and 3W
Otherwise LED OFF

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.