more G-Labs products

Author Topic: X10 Shutters Scheduling  (Read 974 times)

March 28, 2015, 02:16:27 PM
Read 974 times

pim555

  • ****
  • Information
  • Sr. Member
  • Posts: 143
Hi,

With the latest release running on Rasperri PI, can control my shutters manually but when I try to use scheduled on/off and for example use below cron expression, nothing happens.

Turn on
1507***
Turn off
3019***

Does anyone have an idea what is wrong?

Btw, when I create an automation program that schedules by cron event on the same expression and then turns on these shutters, it also does not have any effect.

Regards
Pim

March 28, 2015, 02:41:35 PM
Reply #1

nolio

  • *****
  • Information
  • Global Moderator
  • Posts: 544
Hi,
Turn on
1507***
Turn off
3019***
Dis you try with space ?
Code: [Select]
15 07 * * *Bye

March 29, 2015, 09:01:55 PM
Reply #2

pim555

  • ****
  • Information
  • Sr. Member
  • Posts: 143
Thanks, that was the issue.