Calendar on Z-Way

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
jfadel
Posts: 7
Joined: 06 Jun 2014 18:37

Calendar on Z-Way

Post by jfadel »

Hi
Is there a way to activate a calendar on Z-Way, I mean to process actions based on dates and times, that are pre-programmed through some sort of calendar as google calendar ?

Thanks
pofs
Posts: 688
Joined: 25 Mar 2011 19:03

Re: Calendar on Z-Way

Post by pofs »

Well, there's a Cron module in automation. so if you're writing a module, you can use it. Then you setup dates and times in module UI, and they'll run.
Also you can use a system built-in cron, and setup events via config file.

But there's no some external calendar support, if you mean that. External calendar would require both constant synchronization, and some sort of sophisticated parser to understand whatever you've written in the calendar event.
Post Reply