Arrival of people including multiple people at once


#242

no i dont think so i have link360 on all our phones but nothing physical


#243

ok will this do the mode settings or am i totally off the mark lol


#244

Close but currently if anyone leaves it sets to away.

You would need something like.

        IF any changes to present
THEN
           IF time is between sunrise and sunset
THEN
           Set mode to home
            ELSE IF time is between sunset and sunrise
            Set mode to night.
            END IF
        ELSE IF ALL changes to not present
THEN
        Set mode to away
        END IF

#245

my son just came home no announcement but also porch light :thinking::drooling_face:

Scratch that i renamed my bulbs and didnt refresh webcore app


#246

would this work if not all sensors weren`t at home


#247

No, take a look at the 1st line and your see why.

Change the 1st line to ALL and not present.

Then last line have it set to present and then set the mode to home. That should do it :thinking:

I would probably have a case statement in the else if I was doing it. Then that would help of you add more modes.


#248

ok ive changed any to all and last line to home

i have no idea what a case statement is this is so new to me lol

i just thank you for your patience

my mode now has changed to away

i put to many lines in this one ive changed it


#249

No, that’s not what I said, you are now setting it to home when you leave. WC is just a script so if your read each line and if it’s true it will do the then bit. If not it will skip that and go to else and so on. Once you learn to read what your doing and follow the flow it will just click.

I’ll have to fire up my ST and WebCore account and create a piston for you to import for now though. Your have to wait for when I get chance for that later today.


#250

sorry it was late when i was going through this went back to your previous post i dont want to mess you about firing up st and webcore again hopefully this is correct

IF any changes to present

THEN
IF time is between sunrise and sunset
THEN
Set mode to home
ELSE IF time is between sunset and sunrise
Set mode to night.
END IF
ELSE IF ALL changes to not present
THEN
Set mode to away
END IF


#251

Almost the last bit needs to be in the else of the 1st. So move it down to the 1st IF THENs, Else


#252

Ok im out at the moment but ill get it sorted when I get back

Thanks


#253

OK so updated piston for you so far for welcome home

for your presence, this should work? I havent used WC for ages so think this is correct.

Your need 2

arriving/ departing


when home


#254

bless you thank you for doing this much appreciated ive added all three now


#255

hi my son left the house then alexa started saying something about index (didn`t quite catch it as upstairs) think it said " index out of bounds bid farewell "


#256

I saw something similar. But it’s hard to test on my set-up now as I don’t use ST. Now you have it working, could you test it with a virtual contact instead of motion just to force triggers. I think it might be the play and restore which is not in Sonos (anymore) or Alexa of that’s what your using. I’ll try and get that bit working if you can turn on your logs and ensure its getting there.


#257

ok this is the log WITH ring motion when me and my daughter came in took ages for the porch light to come on aswell and no sound (thats because st is in night mode)
Ive also changed the motion sensor to the door contact sensor ill get a test on this when my son arrives home later on

3/8/2020, 7:00:29 PM +496ms
+1ms ╔Starting piston… (v0.3.110.20191009)
+172ms ║╔Subscribing to devices…
+227ms ║║Subscribing to Life360 - Charley.presence…
+239ms ║║Subscribing to Life360 - Gary Hunt.presence…
+251ms ║║Subscribing to Life360 - Lisa.presence…
+262ms ║║Subscribing to Life360 - Ollie.presence…
+275ms ║║Subscribing to Door sensor.contact…
+287ms ║║Subscribing to Door sensor.motion…
+352ms ║║Subscribing to Echo - Living room Echo…
+353ms ║║Subscribing to Lighting - Porch - IKEA TRÅDFRI LED Bulb…
+354ms ║╚Finished subscribing (200ms)
+380ms ║Calculating (datetime) 1583694029873 - (datetime) 1583693053233 >> (datetime) 976640
+384ms ║Comparison (datetime) 976640 is_greater_than (integer) 350000 = true (1ms)
+387ms ║Cancelling condition #27’s schedules…
+388ms ║Cancelling condition #24’s schedules…
+408ms ║Calculating (integer) 4 - (integer) 1 >> (integer) 3
+412ms ║Comparison (integer) 0 is_inside_of_range (integer) 0 … (integer) 3 = true (2ms)
+434ms ║Cancelling condition #87’s schedules…
+435ms ║Cancelling condition #55’s schedules…
+441ms ║Comparison (boolean) false is (boolean) false = true (1ms)
+443ms ║Cancelling condition #11’s schedules…
+451ms ║Comparison (time) 68429943 happens_daily_at (datetime) 1583693053233 = false (0ms)
+461ms ║Cancelling statement #49’s schedules…
+465ms ║Requesting time schedule wake up at Mon, Mar 9 2020 @ 6:44:43 PM GMT
+473ms ║Comparison (boolean) true is (boolean) false = false (2ms)
+481ms ║Comparison (integer) 1 is_greater_than (integer) 0 = true (2ms)
+536ms ║Comparison (time) 68429981 is_between (time) 1583690160000 … (time) 1583649120000 = true (13ms)
+539ms ║Time restriction check passed
+551ms ║Setting up scheduled job for Mon, Mar 9 2020 @ 6:44:43 PM GMT (in 85453.187s)
+564ms ╚Piston successfully started (563ms)

Contact sensor when i hit the TEST BUTTON porch light also came on

3/8/2020, 7:12:35 PM +871ms
+1ms ╔Received event [My home].test = 1583694755871 with a delay of 0ms
+85ms ║RunTime Analysis CS > 15ms > PS > 5ms > PE > 65ms > CE
+89ms ║Runtime (76772 bytes) successfully initialized in 5ms (v0.3.110.20191009) (87ms)
+93ms ║╔Execution stage started
+103ms ║║Calculating (datetime) 1583694755970 - (datetime) 1583693053233 >> (datetime) 1702737
+107ms ║║Comparison (datetime) 1702737 is_greater_than (integer) 350000 = true (1ms)
+109ms ║║Condition #27 evaluated true (11ms)
+110ms ║║Condition group #24 evaluated true (state did not change) (12ms)
+112ms ║║Cancelling statement #25’s schedules…
+118ms ║║Executed virtual command setVariable (3ms)
+124ms ║║Executed virtual command setVariable (3ms)
+149ms ║║Condition #20 evaluated false (20ms)
+157ms ║║Condition #87 evaluated false (6ms)
+158ms ║║Condition group #55 evaluated false (state did not change) (29ms)
+159ms ║║Condition group #11 evaluated false (state did not change) (31ms)
+165ms ║║Comparison (time) 69156033 happens_daily_at (datetime) 1583693053233 = false (0ms)
+167ms ║║Condition #49 evaluated false (5ms)
+177ms ║║Cancelling statement #49’s schedules…
+182ms ║║Requesting time schedule wake up at Mon, Mar 9 2020 @ 6:44:43 PM GMT
+193ms ║║Condition group #38 evaluated false (state did not change) (32ms)
+200ms ║║Comparison (integer) 1 is_greater_than (integer) 0 = true (2ms)
+202ms ║║Condition #65 evaluated true (6ms)
+203ms ║║Condition group #61 evaluated true (state did not change) (8ms)
+258ms ║║Comparison (time) 69156077 is_between (time) 1583690160000 … (time) 1583649120000 = true (11ms)
+259ms ║║Time restriction check passed
+261ms ║║Condition #89 evaluated true (56ms)
+262ms ║║Condition group #76 evaluated true (state did not change) (57ms)
+263ms ║║Cancelling statement #76’s schedules…
+284ms ║║Executed physical command [Lighting - Porch - IKEA TRÅDFRI LED Bulb].on() (16ms)
+285ms ║║Executed [Lighting - Porch - IKEA TRÅDFRI LED Bulb].on (18ms)
+289ms ║║Executed virtual command [Lighting - Porch - IKEA TRÅDFRI LED Bulb].wait (0ms)
+290ms ║║Requesting a wake up for Sun, Mar 8 2020 @ 7:13:36 PM GMT (in 60.0s)
+294ms ║║Cancelling statement #52’s schedules…
+311ms ║║Executed virtual command [Echo - Living room Echo].setVariable (4ms)
+322ms ║║Calculating (decimal) 0.0 - (decimal) 1.0 >> (decimal) -1.0
+328ms ║║Executed virtual command [Echo - Living room Echo].setVariable (3ms)
+346ms ║║Calculating (integer) 0 - (integer) -1 >> (integer) 1
+349ms ║║Calculating (integer) 1 - (integer) 2 >> (integer) -1
+356ms ║║Calculating (string) java.lang.StringIndexOutOfBoundsException: String index out of range: -1 + (string) and >> (string) java.lang.StringIndexOutOfBoundsException: String index out of range: -1 and
+359ms ║║Calculating (string) java.lang.StringIndexOutOfBoundsException: String index out of range: -1 and + (string) java.lang.StringIndexOutOfBoundsException: String index out of range: -1 >> (string) java.lang.StringIndexOutOfBoundsException: String index out of range: -1 and java.lang.StringIndexOutOfBoundsException: String index out of range: -1
+363ms ║║Calculating (integer) -1 > (integer) 0 >> (boolean) false
+368ms ║║Executed virtual command [Echo - Living room Echo].setVariable (3ms)
+378ms ║║Calculating (integer) 1 == (integer) 1 >> (boolean) true
+394ms ║║Calculating (integer) 0 - (integer) -1 >> (integer) 1
+397ms ║║Calculating (integer) 1 - (integer) 2 >> (integer) -1
+404ms ║║Calculating (integer) 1 == (integer) 1 >> (boolean) true
+410ms ║║Calculating (string) + (string) is >> (string) is
+414ms ║║Calculating (string) java.lang.StringIndexOutOfBoundsException: String index out of range: -1 + (string) and >> (string) java.lang.StringIndexOutOfBoundsException: String index out of range: -1 and
+419ms ║║Calculating (string) java.lang.StringIndexOutOfBoundsException: String index out of range: -1 and + (string) java.lang.StringIndexOutOfBoundsException: String index out of range: -1 >> (string) java.lang.StringIndexOutOfBoundsException: String index out of range: -1 and java.lang.StringIndexOutOfBoundsException: String index out of range: -1
+424ms ║║Calculating (string) java.lang.StringIndexOutOfBoundsException: String index out of range: -1 and java.lang.StringIndexOutOfBoundsException: String index out of range: -1 + (string) are >> (string) java.lang.StringIndexOutOfBoundsException: String index out of range: -1 and java.lang.StringIndexOutOfBoundsException: String index out of range: -1 are
+427ms ║║Calculating (integer) -1 <= (integer) 0 >> (boolean) true
+432ms ║║Executed virtual command [Echo - Living room Echo].setVariable (2ms)
+440ms ║║Calculating (integer) 1 == (integer) 1 >> (boolean) true
+444ms ║║Calculating (string) is + (string) now at home. >> (string) is now at home.
+449ms ║║Executed virtual command [Echo - Living room Echo].setVariable (2ms)
+472ms ║║Calculating (integer) 1 == (integer) 1 >> (boolean) true
+496ms ║║Calculating (integer) 1 == (integer) 1 >> (boolean) true
+501ms ║║Calculating (string) Howdy do + (string) >> (string) Howdy do
+504ms ║║Calculating (string) Howdy do + (string) , >> (string) Howdy do ,
+507ms ║║Calculating (string) Howdy do , + (string) is >> (string) Howdy do , is
+509ms ║║Calculating (string) Howdy do , is + (string) dropping anchor. >> (string) Howdy do , is dropping anchor.
+514ms ║║Executed virtual command [Echo - Living room Echo].setVariable (3ms)
+700ms ║║Executed virtual command [Echo - Living room Echo].sendPushNotification (182ms)
+701ms ║║Skipping task 46 because of mode restrictions
+707ms ║║Executed virtual command [Echo - Living room Echo].setVariable (4ms)
+713ms ║║Executed virtual command [Echo - Living room Echo].setVariable (2ms)
+754ms ║╚Execution stage complete. (660ms)
+765ms ║Setting up scheduled job for Sun, Mar 8 2020 @ 7:13:36 PM GMT (in 59.527s), with 1 more job pending
+777ms ╚Event processed successfully (777ms)


#258

try this


#259

cool just added it with the door sensor and not the ring door motion i have the log on aswell for when my son arrives


#260

hi borristhecat son entered around 11pm no lights came on no voice (night mode) using the door contact sensor

3/8/2020, 11:01:33 PM +31ms
+0ms ╔Received event [My home].time = 1583708489389 with a delay of 3642ms
+378ms ║RunTime Analysis CS > 307ms > PS > 5ms > PE > 65ms > CE
+382ms ║Runtime (76137 bytes) successfully initialized in 5ms (v0.3.110.20191009) (381ms)
+383ms ║╔Execution stage started
+393ms ║║Calculating (datetime) 1583708493421 - (datetime) 1583708459389 >> (datetime) 34032
+397ms ║║Comparison (datetime) 34032 is_greater_than (integer) 350000 = false (2ms)
+398ms ║║Condition #27 evaluated false (10ms)
+399ms ║║Condition group #24 evaluated false (state did not change) (11ms)
+437ms ║║Condition #20 evaluated false (33ms)
+444ms ║║Condition #87 evaluated false (6ms)
+445ms ║║Condition group #55 evaluated false (state did not change) (41ms)
+446ms ║║Condition group #11 evaluated false (state did not change) (43ms)
+452ms ║║Comparison (time) 82893480 happens_daily_at (datetime) 1583708459389 = true (1ms)
+453ms ║║Time restriction check passed
+455ms ║║Cancelling condition #49’s schedules…
+456ms ║║Condition #49 evaluated true (6ms)
+457ms ║║Cancelling statement #49’s schedules…
+461ms ║║Requesting time schedule wake up at Mon, Mar 9 2020 @ 11:01:29 PM GMT
+468ms ║║Comparison (boolean) true is (boolean) false = false (2ms)
+469ms ║║Condition #48 evaluated false (6ms)
+470ms ║║Condition group #38 evaluated false (state did not change) (21ms)
+476ms ║║Comparison (integer) 0 is_greater_than (integer) 0 = false (1ms)
+478ms ║║Condition #65 evaluated false (4ms)
+479ms ║║Condition group #61 evaluated false (state did not change) (5ms)
+481ms ║╚Execution stage complete. (99ms)
+482ms ║Setting up scheduled job for Mon, Mar 9 2020 @ 11:01:29 PM GMT (in 86395.876s)
+492ms ╚Event processed successfully (491ms)
3/8/2020, 11:00:59 PM +135ms
+1ms ╔Received event [Life360 - Ollie].presence = present with a delay of 63ms
+164ms ║RunTime Analysis CS > 99ms > PS > 5ms > PE > 59ms > CE
+167ms ║Runtime (76244 bytes) successfully initialized in 5ms (v0.3.110.20191009) (165ms)
+168ms ║╔Execution stage started
+176ms ║║Calculating (datetime) 1583708459308 - (datetime) 1583708459294 >> (datetime) 14
+180ms ║║Comparison (datetime) 14 is_greater_than (integer) 350000 = false (2ms)
+181ms ║║Condition #27 evaluated false (9ms)
+182ms ║║Condition group #24 evaluated false (state did not change) (10ms)
+188ms ║║Cancelling statement #3’s schedules…
+200ms ║║Executed virtual command setVariable (2ms)
+213ms ║║Calculating (integer) 4 - (integer) 1 >> (integer) 3
+217ms ║║Comparison (integer) 3 is_inside_of_range (integer) 0 … (integer) 3 = true (1ms)
+218ms ║║Condition #8 evaluated true (15ms)
+219ms ║║Condition group #2 evaluated true (state did not change) (16ms)
+221ms ║║Cancelling statement #34’s schedules…
+228ms ║║Calculating (dynamic) present == (dynamic) present >> (boolean) true
+232ms ║║Executed virtual command setVariable (2ms)
+246ms ║║Calculating (string) + (string) >> (string)
+248ms ║║Calculating (string) + (string) Ollie >> (string) Ollie
+253ms ║║Executed virtual command setVariable (3ms)
+258ms ║║Executed virtual command setVariable (2ms)
+268ms ║║Condition #20 evaluated false (7ms)
+274ms ║║Condition #87 evaluated false (5ms)
+275ms ║║Condition group #55 evaluated false (state did not change) (14ms)
+276ms ║║Condition group #11 evaluated false (state did not change) (16ms)
+281ms ║║Comparison (time) 82859414 happens_daily_at (datetime) 1583708459389 = false (0ms)
+282ms ║║Cancelling condition #49’s schedules…
+283ms ║║Condition #49 evaluated false (5ms)
+284ms ║║Cancelling statement #49’s schedules…
+287ms ║║Requesting time schedule wake up at Sun, Mar 8 2020 @ 11:01:29 PM GMT
+289ms ║║Condition group #38 evaluated false (state did not change) (11ms)
+294ms ║║Comparison (integer) 0 is_greater_than (integer) 0 = false (1ms)
+296ms ║║Condition #65 evaluated false (4ms)
+297ms ║║Condition group #61 evaluated false (state did not change) (5ms)
+299ms ║╚Execution stage complete. (131ms)
+300ms ║Setting up scheduled job for Sun, Mar 8 2020 @ 11:01:29 PM GMT (in 29.955s)
+310ms ╚Event processed successfully (309ms)
3/8/2020, 11:00:32 PM +726ms
+0ms ╔Received event [My home].time = 1583708432584 with a delay of 141ms
+225ms ║RunTime Analysis CS > 162ms > PS > 5ms > PE > 58ms > CE
+229ms ║Runtime (76239 bytes) successfully initialized in 5ms (v0.3.110.20191009) (227ms)
+230ms ║╔Execution stage started
+239ms ║║Calculating (datetime) 1583708432962 - (datetime) 1583708432948 >> (datetime) 14
+243ms ║║Comparison (datetime) 14 is_greater_than (integer) 350000 = false (1ms)
+244ms ║║Condition #27 evaluated false (9ms)
+245ms ║║Condition group #24 evaluated false (state did not change) (11ms)
+259ms ║║Condition #20 evaluated false (7ms)
+265ms ║║Condition #87 evaluated false (5ms)
+267ms ║║Condition group #55 evaluated false (state did not change) (16ms)
+268ms ║║Condition group #11 evaluated false (state did not change) (18ms)
+273ms ║║Comparison (time) 82832996 happens_daily_at (datetime) 1583708432948 = true (1ms)
+274ms ║║Time restriction check passed
+275ms ║║Condition #49 evaluated true (5ms)
+276ms ║║Cancelling statement #49’s schedules…
+279ms ║║Requesting time schedule wake up at Sun, Mar 8 2020 @ 11:01:02 PM GMT
+286ms ║║Comparison (boolean) true is (boolean) false = false (1ms)
+288ms ║║Condition #48 evaluated false (7ms)
+289ms ║║Condition group #38 evaluated false (state did not change) (19ms)
+295ms ║║Comparison (integer) 0 is_greater_than (integer) 0 = false (1ms)
+296ms ║║Condition #65 evaluated false (5ms)
+297ms ║║Condition group #61 evaluated false (state did not change) (6ms)
+299ms ║╚Execution stage complete. (70ms)
+300ms ║Setting up scheduled job for Sun, Mar 8 2020 @ 11:01:02 PM GMT (in 29.922s)
+311ms ╚Event processed successfully (311ms)
3/8/2020, 11:00:02 PM +275ms
+1ms ╔Received event [My home].time = 1583708403227 with a delay of -952ms
+338ms ║RunTime Analysis CS > 252ms > PS > 5ms > PE > 81ms > CE
+341ms ║Runtime (76241 bytes) successfully initialized in 5ms (v0.3.110.20191009) (340ms)
+342ms ║╔Execution stage started
+352ms ║║Calculating (datetime) 1583708402624 - (datetime) 1583708402584 >> (datetime) 40
+355ms ║║Comparison (datetime) 40 is_greater_than (integer) 350000 = false (1ms)
+357ms ║║Condition #27 evaluated false (9ms)
+358ms ║║Condition group #24 evaluated false (state did not change) (10ms)
+369ms ║║Condition #20 evaluated false (6ms)
+374ms ║║Condition #87 evaluated false (5ms)
+375ms ║║Condition group #55 evaluated false (state did not change) (13ms)
+376ms ║║Condition group #11 evaluated false (state did not change) (15ms)
+381ms ║║Comparison (time) 82802654 happens_daily_at (datetime) 1583708402584 = true (0ms)
+382ms ║║Time restriction check passed
+384ms ║║Condition #49 evaluated true (4ms)
+384ms ║║Cancelling statement #49’s schedules…
+387ms ║║Requesting time schedule wake up at Sun, Mar 8 2020 @ 11:00:32 PM GMT
+394ms ║║Comparison (boolean) true is (boolean) false = false (2ms)
+395ms ║║Condition #48 evaluated false (6ms)
+396ms ║║Condition group #38 evaluated false (state did not change) (18ms)
+401ms ║║Comparison (integer) 0 is_greater_than (integer) 0 = false (1ms)
+403ms ║║Condition #65 evaluated false (4ms)
+404ms ║║Condition group #61 evaluated false (state did not change) (6ms)
+406ms ║╚Execution stage complete. (63ms)
+407ms ║Setting up scheduled job for Sun, Mar 8 2020 @ 11:00:32 PM GMT (in 29.903s)
+415ms ╚Event processed successfully (415ms)
3/8/2020, 10:59:33 PM +101ms
+1ms ╔Received event [My home].time = 1583708374195 with a delay of -1094ms
+128ms ║RunTime Analysis CS > 57ms > PS > 6ms > PE > 65ms > CE
+132ms ║Runtime (76240 bytes) successfully initialized in 6ms (v0.3.110.20191009) (130ms)
+133ms ║╔Execution stage started
+144ms ║║Calculating (datetime) 1583708373241 - (datetime) 1583708373227 >> (datetime) 14
+149ms ║║Comparison (datetime) 14 is_greater_than (integer) 350000 = false (2ms)
+151ms ║║Condition #27 evaluated false (12ms)
+152ms ║║Condition group #24 evaluated false (state did not change) (14ms)
+164ms ║║Condition #20 evaluated false (6ms)
+171ms ║║Condition #87 evaluated false (6ms)
+172ms ║║Condition group #55 evaluated false (state did not change) (15ms)
+173ms ║║Condition group #11 evaluated false (state did not change) (16ms)
+178ms ║║Comparison (time) 82773277 happens_daily_at (datetime) 1583708373227 = true (0ms)
+180ms ║║Time restriction check passed
+181ms ║║Condition #49 evaluated true (6ms)
+182ms ║║Cancelling statement #49’s schedules…
+185ms ║║Requesting time schedule wake up at Sun, Mar 8 2020 @ 11:00:03 PM GMT
+193ms ║║Comparison (boolean) true is (boolean) false = false (1ms)
+194ms ║║Condition #48 evaluated false (7ms)
+195ms ║║Condition group #38 evaluated false (state did not change) (20ms)
+201ms ║║Comparison (integer) 0 is_greater_than (integer) 0 = false (2ms)
+202ms ║║Condition #65 evaluated false (5ms)
+203ms ║║Condition group #61 evaluated false (state did not change) (6ms)
+205ms ║╚Execution stage complete. (72ms)
+207ms ║Setting up scheduled job for Sun, Mar 8 2020 @ 11:00:03 PM GMT (in 29.92s)
+215ms ╚Event processed successfully (214ms)
3/8/2020, 10:59:04 PM +61ms
+1ms ╔Received event [My home].time = 1583708345211 with a delay of -1150ms
+142ms ║RunTime Analysis CS > 64ms > PS > 5ms > PE > 73ms > CE
+146ms ║Runtime (76241 bytes) successfully initialized in 5ms (v0.3.110.20191009) (144ms)
+147ms ║╔Execution stage started
+159ms ║║Calculating (datetime) 1583708344215 - (datetime) 1583708344195 >> (datetime) 20
+164ms ║║Comparison (datetime) 20 is_greater_than (integer) 350000 = false (1ms)
+165ms ║║Condition #27 evaluated false (12ms)
+167ms ║║Condition group #24 evaluated false (state did not change) (14ms)
+179ms ║║Condition #20 evaluated false (6ms)
+185ms ║║Condition #87 evaluated false (5ms)
+186ms ║║Condition group #55 evaluated false (state did not change) (14ms)
+187ms ║║Condition group #11 evaluated false (state did not change) (16ms)
+193ms ║║Comparison (time) 82744251 happens_daily_at (datetime) 1583708344195 = true (1ms)
+194ms ║║Time restriction check passed
+195ms ║║Condition #49 evaluated true (5ms)
+210ms ║║Cancelling statement #49’s schedules…
+214ms ║║Requesting time schedule wake up at Sun, Mar 8 2020 @ 10:59:34 PM GMT
+222ms ║║Comparison (boolean) true is (boolean) false = false (1ms)
+223ms ║║Condition #48 evaluated false (7ms)
+224ms ║║Condition group #38 evaluated false (state did not change) (35ms)
+230ms ║║Comparison (integer) 0 is_greater_than (integer) 0 = false (1ms)
+232ms ║║Condition #65 evaluated false (4ms)
+233ms ║║Condition group #61 evaluated false (state did not change) (6ms)
+235ms ║╚Execution stage complete. (88ms)
+237ms ║Setting up scheduled job for Sun, Mar 8 2020 @ 10:59:34 PM GMT (in 29.898s)
+244ms ╚Event processed successfully (244ms)
3/8/2020, 10:58:35 PM +101ms
+0ms ╔Received event [My home].time = 1583708316203 with a delay of -1103ms
+113ms ║RunTime Analysis CS > 41ms > PS > 4ms > PE > 68ms > CE
+117ms ║Runtime (76241 bytes) successfully initialized in 4ms (v0.3.110.20191009) (116ms)
+118ms ║╔Execution stage started
+129ms ║║Calculating (datetime) 1583708315226 - (datetime) 1583708315211 >> (datetime) 15
+134ms ║║Comparison (datetime) 15 is_greater_than (integer) 350000 = false (2ms)
+135ms ║║Condition #27 evaluated false (12ms)
+136ms ║║Condition group #24 evaluated false (state did not change) (13ms)
+183ms ║║Condition #20 evaluated false (41ms)
+193ms ║║Condition #87 evaluated false (8ms)
+194ms ║║Condition group #55 evaluated false (state did not change) (52ms)
+196ms ║║Condition group #11 evaluated false (state did not change) (54ms)
+204ms ║║Comparison (time) 82715301 happens_daily_at (datetime) 1583708315211 = true (1ms)
+206ms ║║Time restriction check passed
+207ms ║║Condition #49 evaluated true (7ms)
+208ms ║║Cancelling statement #49’s schedules…
+213ms ║║Requesting time schedule wake up at Sun, Mar 8 2020 @ 10:59:05 PM GMT
+222ms ║║Comparison (boolean) true is (boolean) false = false (1ms)
+223ms ║║Condition #48 evaluated false (8ms)
+224ms ║║Condition group #38 evaluated false (state did not change) (25ms)
+231ms ║║Comparison (integer) 0 is_greater_than (integer) 0 = false (1ms)
+232ms ║║Condition #65 evaluated false (5ms)
+233ms ║║Condition group #61 evaluated false (state did not change) (6ms)
+236ms ║╚Execution stage complete. (117ms)
+237ms ║Setting up scheduled job for Sun, Mar 8 2020 @ 10:59:05 PM GMT (in 29.874s)
+245ms ╚Event processed successfully (245ms)
3/8/2020, 10:58:06 PM +56ms
+1ms ╔Received event [My home].time = 1583708287291 with a delay of -1235ms
+150ms ║RunTime Analysis CS > 25ms > PS > 28ms > PE > 97ms > CE
+155ms ║Runtime (76243 bytes) successfully initialized in 28ms (v0.3.110.20191009) (153ms)
+157ms ║╔Execution stage started
+173ms ║║Calculating (datetime) 1583708286224 - (datetime) 1583708286203 >> (datetime) 21
+179ms ║║Comparison (datetime) 21 is_greater_than (integer) 350000 = false (3ms)
+181ms ║║Condition #27 evaluated false (16ms)
+183ms ║║Condition group #24 evaluated false (state did not change) (18ms)
+199ms ║║Condition #20 evaluated false (8ms)
+206ms ║║Condition #87 evaluated false (5ms)
+207ms ║║Condition group #55 evaluated false (state did not change) (16ms)


#261

This is becoming quite painful, can you manually test the piston please, instead of waiting for humans to trigger it otherwise this could take weeks, possibly months to test.