What is triggering the app?
Posted: 19 May 2016 20:42
I've created an app by just copying the SummarySensor, and stripping a lot of stuff. The only thing it does is to trigger a basch script. If I click on the time on the app (on Elements page), to update and trigger the script, it works perfectly. But, it is also triggered every 20 minutes, which I can't understand. How/where is this configured?
Seeing the app triggered in the log:
Anyone that can explain this?
Seeing the app triggered in the log:
Code: Select all
[2016-05-19 17:50:00.877] [I] [core] --- [ Remaining SMS : ExecuteScript_62 ] performCommand processing: {"0":"update"}
[2016-05-19 18:10:00.398] [I] [core] --- [ Remaining SMS : ExecuteScript_62 ] performCommand processing: {"0":"update"}
[2016-05-19 18:30:00.880] [I] [core] --- [ Remaining SMS : ExecuteScript_62 ] performCommand processing: {"0":"update"}
[2016-05-19 18:50:00.333] [I] [core] --- [ Remaining SMS : ExecuteScript_62 ] performCommand processing: {"0":"update"}
[2016-05-19 19:10:00.780] [I] [core] --- [ Remaining SMS : ExecuteScript_62 ] performCommand processing: {"0":"update"}
[2016-05-19 19:30:00.233] [I] [core] --- [ Remaining SMS : ExecuteScript_62 ] performCommand processing: {"0":"update"}