Time scheduled scenes

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
dhanjel
Posts: 12
Joined: 27 Jan 2015 18:50

Time scheduled scenes

Post by dhanjel »

Why does not this work? The "scene" is never triggered.

Image

Image
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: Time scheduled scenes

Post by pz1 »

This looks like a LogicalRule not a Schedule
dhanjel
Posts: 12
Joined: 27 Jan 2015 18:50

Re: Time scheduled scenes

Post by dhanjel »

A logical rule based on time != time scheduled?
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: Time scheduled scenes

Post by pz1 »

Yes, there is something funny about time conditions in rules. They do not fire if the real time passes the set time. It seems it determines that sensors that produce events will only be effective within in the set time frame.
dhanjel
Posts: 12
Joined: 27 Jan 2015 18:50

Re: Time scheduled scenes

Post by dhanjel »

Thank you! Will try with the correct scene before I jump in and try to get a sunset/sunrise-addon to work :)
dhanjel
Posts: 12
Joined: 27 Jan 2015 18:50

Re: Time scheduled scenes

Post by dhanjel »

Now, this is logical :)
Image

The interface could really use an UI-expert and some proper documentation.
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: Time scheduled scenes

Post by pz1 »

They are thinking about serious improvements of the UI in version 2.1
v2.1.0
- Notifications rework and events flow concept
- Major changes in UI concept
- Graphics
- Users authentication
May be a while before this will be released.
n0ahg
Posts: 87
Joined: 08 May 2013 23:41

Re: Time scheduled scenes

Post by n0ahg »

A LogicalRule tests if the conditions are met ie, is the time now greater than 4pm?

This means if you run the rule (ie. motion triggered, scheduled) at 3:55pm it would return false but if you run it at 4:05pm it would return true.
Post Reply