What is triggering the app?

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
bogr
Posts: 190
Joined: 16 Nov 2015 22:46

What is triggering the app?

Post by bogr »

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:

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"}
Anyone that can explain this?
Post Reply