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.

Stop running flow

Has anybody an idea how I can stop a running flow? Simply disabling the flow while it is already running doesn't do the job. I want to able to switch off my alarm after it started to blink lamps, turning on the stereo and Homey saying warning messages. It would be nice to have "immediate if's" and "do while's" in the flows.

Comments

  • swtttswttt Member
    What about using variables?

    If alarm is true => run the alarm
    Then create a flow with the trigger for the alarm and set var to true.
    And create a flow with trigger to disable alarm and set var to false.

    Or not what you meant?
Sign In or Register to comment.