since a few weeks I'm running a flow triggered by 'Phone cell GSM' which connects my phone to my WLAN for 5 minutes when I'm coming home, followed by another minute every half an hour.
The flow is triggered by the following cells the phone is connected to most of the time when I'm at home: 12402, 17410, 17411
There are two other cells in the surrounding area that occasionally interfere. I added them to the ignore list as they would trigger the flow too soon: 36592, 36596
There's a second flow which stops the first one when I'm leaving home. It uses exactly the same cells as stated above, but is set to 'disconnected' instead.
Both flows are set to 'Skip execution when an instance is already running'.
Now, this is what happened yesterday evening (probably not for the first time) while watching TV:
So the interfering 36596 did not became ignored. Note that the flow 'At home' didn't restart either, I had to launch it manually in the morning, despite the fact that the phone was connected to 17410...?!01.08.2015 18:34:40.107 [Leaving home] Starting to execute flow 'Leaving home' with Context{global{global_previousBatteryLevel=92},local{disconnected=true,trigger=Disconnected to CIDs 12402,17410,17411,psc=-1,last_lac=5954,last_cid=17410,connected=false,flow_name=Leaving home,triggertime=1438446880086,last_psc=-1,cid=36596,lac=5954}}
01.08.2015 18:34:40.110 [Leaving home] Start executing action 'Stop flows: At home'
01.08.2015 18:34:40.170 [Leaving home] End executing action 'Stop flow: At home'
01.08.2015 18:34:40.174 [Leaving home] Flow ended.
Any ideas about this?