You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reschedule timer ends with warning log and no action: [WARN ] [el.script.internal.actions.TimerImpl] - Rescheduling failed as execution has already started!
Reschedule timer ends with warning log and no action:
[WARN ] [el.script.internal.actions.TimerImpl] - Rescheduling failed as execution has already started!
Documentation says this should be possible:
Reschedules a timer to a new starting time. This can also be called after a timer has terminated, which will result in another execution of the same code.
source: https://openhab.org/javadoc/latest/org/openhab/core/model/script/actions/timer#reschedule(java.time.ZonedDateTime)
Example rule:
Test switch:
Related discussion: https://community.openhab.org/t/oh3-timer-reschedule-failed/112912
Related source code:
openhab-core/bundles/org.openhab.core.model.script/src/org/openhab/core/model/script/internal/actions/TimerImpl.java
Line 55 in 774b9d6
The text was updated successfully, but these errors were encountered: