2 last questions, to make sure that I really understand what is happening “behind the scenes”…
- A timer is creating a cronjob within the linux env right?
- A timer based on the above code, is not “still active” after the first time the device was controlled successfully right? so its not possible that every day at 8am my shutter or light goes on, right?
Edit: I have changed the system time to tomorrow and the rule script was not triggered. I think because of the fact, that I only have now a ONE TIME timer created with the above script…
… but my goal was that the shutter goes up every morning at the same time…
I have searched here in the forum and I have found this here:
so can I use something like:
this.timer.reschedule(timerTime.plusSeconds(86400));
??