I have encountered a strange behavior with this time trigger recently:
Code: Select all
on = {timer =
{'20 minutes after sunrise on mon,tue,wed,thu,fri on 2/3-30/09', -- Summer time during the week
'at 08:00 on sat,sun on 2/3-30/09', -- Summer time, weekend
'at 09:00 on 1/10-31/12,1/1-01/03' -- Winter time
}
},
Code: Select all
2021-01-21 08:26:00.483 Status: dzVents: Info: ------ Start internal script: Rollladen_AufMorgens:, trigger: "20 minutes after sunrise on mon,tue,wed,thu,fri on 2/3-30/09"
2021-01-21 08:26:00.498 Status: dzVents: Info: ===>>> Normale Sommerzeit, werktags: öffne Rollladen 20 Min. nach Sonnernaufgang <<<===
2021-01-21 08:26:00.598 Status: dzVents: Info: ------ Finished Rollladen_AufMorgens
Code: Select all
2021-01-21 09:00:00.390 Status: dzVents: Info: ===>>> Winterzeit: öffne Rollladen erst um 09:00 <<<===
2021-01-21 09:00:00.493 Status: dzVents: Info: ------ Finished Rollladen_AufMorgens
Can anyone tell me what is wrong?
thx,
Zavjah