Discussions about RaZberry - Z-Wave board for Raspberry computer
dhanjel
Posts: 12 Joined: 27 Jan 2015 18:50
Post
by dhanjel » 11 Feb 2015 19:12
Why does not this work? The "scene" is never triggered.
pz1
Posts: 2053 Joined: 08 Apr 2012 13:44
Post
by pz1 » 11 Feb 2015 19:51
This looks like a LogicalRule not a Schedule
dhanjel
Posts: 12 Joined: 27 Jan 2015 18:50
Post
by dhanjel » 11 Feb 2015 21:34
A logical rule based on time != time scheduled?
pz1
Posts: 2053 Joined: 08 Apr 2012 13:44
Post
by pz1 » 11 Feb 2015 22:06
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
Post
by dhanjel » 11 Feb 2015 22:26
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
Post
by dhanjel » 11 Feb 2015 22:30
Now, this is logical
The interface could really use an UI-expert and some proper documentation.
pz1
Posts: 2053 Joined: 08 Apr 2012 13:44
Post
by pz1 » 11 Feb 2015 22:52
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
Post
by n0ahg » 16 Feb 2015 17:07
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.