1) Give a description of the problem
I have made a simple piston just to test what I want to do and it is to change to Night mode and arm home if the virtual switch is not pressed at 11:00pm and then to day mode and disarm at 5:30am. However this is not working but when I click the test piston then it changes over and does everything it should.
2) What is the expected behavior?
Arm at 11:30 if no switch is pressed and disarm at 5:30 if no switch is pressed
3) What is happening/not happening?
Only doing as expected when pressed Test piston
**4)
**5) Attach any logs
|+1ms|âReceived event [Home].test = 1535845657877 with a delay of 42ms|
|---|---|
|+138ms|âRunTime Analysis CS > 52ms > PS > 27ms > PE > 63ms > CE|
|+202ms|âRuntime (52143 bytes) successfully initialized in 27ms (v0.3.107.20180806) (196ms)|
|+203ms|ââExecution stage started|
|+226ms|ââCondition #2 evaluated false (13ms)|
|+229ms|ââCondition group #1 evaluated false (state did not change) (16ms)|
|+244ms|ââComparison (time) 28058148 is_between (time) 82800000 .. (time) 19800000 = false (9ms)|
|+246ms|ââCancelling condition #15's schedules...|
|+247ms|ââCondition #15 evaluated false (18ms)|
|+248ms|ââCancelling condition #14's schedules...|
|+249ms|ââCondition group #14 evaluated false (state changed) (20ms)|
|+253ms|ââCondition #9 evaluated false (3ms)|
|+254ms|ââCondition group #8 evaluated false (state did not change) (3ms)|
|+269ms|ââComparison (time) 28058173 is_not_between (time) 82800000 .. (time) 19800000 = true (12ms)|
|+270ms|ââTime restriction check passed|
|+272ms|ââCancelling condition #21's schedules...|
|+273ms|ââCondition #21 evaluated true (18ms)|
|+286ms|ââComparison (string) :80ff8adc87cc6d0d790b1bb31708f282: is_not (string) :db51cd17b1529242205547665623a183: = true (3ms)|
|+288ms|ââCondition #22 evaluated true (14ms)|
|+290ms|ââCancelling condition #20's schedules...|
|+291ms|ââCondition group #20 evaluated true (state changed) (36ms)|
|+292ms|ââCancelling statement #23's schedules...|
|+302ms|ââExecuted virtual command setAlarmSystemStatus (4ms)|
|+323ms|ââExecuted virtual command setLocationMode (19ms)|
|+351ms|ââCalculating (string) The Alarm was disarmed on: + (string) Sun, Sep 2 2018 @ 7:47:37 AM AWST >> (string) The Alarm was disarmed on: Sun, Sep 2 2018 @ 7:47:37 AM AWST|
|+354ms|ââCalculating (string) The Alarm was disarmed on: Sun, Sep 2 2018 @ 7:47:37 AM AWST + (string) >> (string) The Alarm was disarmed on: Sun, Sep 2 2018 @ 7:47:37 AM AWST|
|+359ms|ââExecuted virtual command setState (0ms)|
|+370ms|ââExecution stage complete. (166ms)|
|+400ms|âEvent processed successfully (399ms)|