rule "Light random"
when
  Time cron "0 04 20 * * ?"
  then
    sendCommand(LumiereCouloirHaut, ON)
end