Proximity sensor + Execution count ..dealing with overflow?

General discussions about Automagic and automation in general

Moderator: Martin

Post Reply
randomized
Posts: 6
Joined: 06 Feb 2014 19:39

Proximity sensor + Execution count ..dealing with overflow?

Post by randomized » 09 Mar 2014 00:04

Hi guys,

I am tring to make a flow that uses proximity sensor and execution count condition. The idea is if I wave my hand x number of times, certain action would be triggered.

It work, but the problem is that it often encounters emergency stoppage due to the flow being triggered too many times.

I ended up temporary disabling the flow, then reenabling it after the action, which seems to get around the problem the most of the time, but this is a bit sloppy trick, and it doesn't seem to work 100% (I still get the emergency stoppage ... just less).

What would be more proper way of handling this?

User avatar
MURTUMA
Posts: 697
Joined: 05 Mar 2013 22:43

Re: Proximity sensor + Execution count ..dealing with overfl

Post by MURTUMA » 09 Mar 2014 10:46

You can either optimize your flow or change the emergency stop threshold. Could you post the flow here so I can see, if the first choise is possible. The latter you can change at menu -> manage -> preferences -> automatic emergency stop.

Post Reply