Switch on time cron

My rule is not working, i need switch ON item at 21:15 evry day. What is wrong?

 rule "wofff"
    when
    Time cron "0 15 21 * * ?"
    then
    switchpin21.sendCommand(ON)
    end

There seems nothing wrong with the rule… Is the timezone on your system correct?

Put a log statement in to see info it ever runs.

I find, my local time in NTP Server was GMT instead GMT+2

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.