Thanks in dvance for the help… this is really frustrating.
My PLEG devices have not changed in well over a month. This specific PLEG condition and associated Triggers not changed a year or more… below condition was working fine until few days ago, now it will not run until I manually set Sleep_mode (which is a virtual switch), the time sequence not working.
I have not done any Vera updates or changes… I was out of town when it stopped working.
CONDITION:
Sleep_mode OR (!Vacation_mode and !UpLate_mode and !Sitter_mode and !Away_mode and (23:30:00;NOW;06:29:59))
If it’s any help my UI7 Sandpit has totally stopped working last working, similar circumstances with PLEG.
In my case I believe it is CS “tweaking” as I received a message from them advising me that there is nothing more they can do for me. This coincided with the system becoming totally unusable.
Now I need to plead with them to restore it back to where it was 3 weeks ago…and a wasted 4 months…
Sorry for the slow response lately … I was travelling without good internet access.
[hr]
The following is, always was, and always will be false!!!
(23:30:00;NOW;06:29:59)
When you use absolute numbers they refer to the timestamp for that time on the current day.
There is never a case when this is evaluated and where the timestamp for 23:30:00 is less than the timestamp for 06:29:59 on the day the expession is evaluated.
If you want to wrap between days … then you can use:
!(06:28;59; NOW; 23:30:00)
[hr]
It may have worked when you had a different expression …