Open mueller-ma opened 1 year ago
openHAB requires seconds to be specified in the cron expression. It is an UI bug that a cron expression without it is accepted.
BTW: If you use the cron expression builder in UI to configure "At 13:15, only on Monday, Wednesday, and Friday", you'll get 0 15 13 ? * MON,WED,FRI *
.
@kaikreuzer Can you transfer this to openhab-webui? Thanks.
In openHAB 3.3.0 release build I configured a rule to trigger at cron expression
15 13 * * 1,3,5
:As you can see the UI can parse and interpret the expression as I (and several other tools, e.g. https://crontab.guru/#15_13_*_*_1,3,5 ) expect. But when I want to enable the rule, the following stack trace is written to the log and the rule stays uninitialized.