-
Autor
Hi all,
I am using a Shelly Plus 1 running a script I wrote that is triggered by a timer. Everything works perfectly, my function is executed once every 10 minutes with the call
My problem with this now is that unfortunately the script only runs for a few days and then at some point it just stops.
Is there an internal counter or similar for the timers, so that the max. number of executions is limited? I would say that the script runs for 3-4 days before it is stopped, which would be about 4 x 24 x 6 = 576 executions. Maybe there is a magic limit at 2^9=512 or something? I have no idea, but maybe someone of you?
Thanks
Sven