#Automation - 2 Triggers with AND

1 messages · Page 1 of 1 (latest)

stark onyx
#

Hello,
is it possible to have 2 Triggers with a AND-Condition?

e.g. sun above horizion + every 5 minutes

hazy gorge
#

I'm a node red noob, but the way I do AND is to set the nodes behind each other. So if the first node is True, then the message will arrive at the second node and if it is also True it will pass on. So both condition need to be True for the message to continue.

#

Ow sorry, did not realized the question was not Node Red related

warm meteor
#

Please explain your end goal with "every 5 minutes"

#

because sunrise + every 5 minutes doesn't really make sense in context

viscid vortex
#

Sounds like every 5 minutes is the trigger, and the sunrise is a condition? But thats my interpretation of the question

warm meteor
#

🤷‍♂️

stark onyx
#

I would like to have a automation which runs every 5 minutes + only when sun is above horizon as one trigger

final tendon
#

What you're describing is a trigger + a condition

#

And anything that seems to need a trigger every 5 minutes probably has a better solution

#

Hence why Petro asked what you're actually trying to do