This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Closed
Multiple triggers by using encapsulating OR and AND cards
It would be really nice if you can have multiple triggers in a flow, to reduce the number of flows that essentially do the same thing.
To go even further, a multi-level encapsulation in OR and AND cards would make the flow logic so much more advanced.
for example:
another nice-to-have is to link flows, either by having a trigger like 'flow xyz has executed' or an action like 'execute flow abc'...
To go even further, a multi-level encapsulation in OR and AND cards would make the flow logic so much more advanced.
for example:
if (button1 = pressed || (presence detected && time > sunset)) then lamp1 = on
another nice-to-have is to link flows, either by having a trigger like 'flow xyz has executed' or an action like 'execute flow abc'...
This discussion has been closed.
Comments
Using block is one way, or add support for nested async sequential actions.