Page 1 of 1
Periodic Trigger is not reliable
Posted: 24 Apr 2018 21:00
by mrdanger
The periodic timer is not reliable. I have a timer that ran every minute. In sporadic situation the timer is not run for approximately 5 minutes.
Following settings are configured:
- App is excluded for battery optimization on my phone
- the timer can wake up from sleep mode
- the timer is allowed in battery save mode
Have anyone ha an idea?
Re: Periodic Trigger is not reliable
Posted: 25 Apr 2018 17:32
by Desmanto
What phone do you use? Some ROM use a very aggressive battery optimization that usually interfere with any Automation App (including Automagic). You have to troubleshoot it first. I have post example of step to check here :
viewtopic.php?f=5&t=6875
Re: Periodic Trigger is not reliable
Posted: 25 Apr 2018 19:27
by mrdanger
I use the Samsung S9+ with original rom
Re: Periodic Trigger is not reliable
Posted: 26 Apr 2018 17:45
by Desmanto
Try the troubleshooting step at the link above. Try to disable any power saver and put the screen timeout to never when testing the flow. You want to find the culprit first.
Re: Periodic Trigger is not reliable
Posted: 26 Apr 2018 19:34
by Martin
Hi,
Samsung used to execute timers of apps in five minutes intervals only when the screen is turned off. A possible workaround is to use option Like alarm clock which unfortunately shows a little alarm icon in the status bar.
Regards,
Martin
Re: Periodic Trigger is not reliable
Posted: 27 Apr 2018 10:52
by mrdanger
Thanks, that's it. If I use it as alarm, then it works.