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.
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:
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'...


Comments

  • I would indeed like this. An a nice way of supporting this would be the use of blocks where you can put in multiple cards. Though I think it will be hard to implement if I look to the current structure..? 
  • edited February 2016
    Good point @Uranday ;. Although the current interface looks very user friendly, perhaps it would be nice if @Athom could create a sort of "Advanced mode"  with some sort of blockly interface to make advanced flows.
  • Like to see that 
  • Suggested that (between the lines) in Improved actions.

    Using block is one way, or add support for nested async sequential actions.
This discussion has been closed.