1) Give a description of the problem
I have set the If statement true to only run during certain times, this generates an error.
2) What is the expected behaviour?
True statement is skipped
3) What is happening/not happening?
THe following error is generated: ║Error calling comparison comp_is_between: java.lang.ClassCastException
**4) Post a Green Snapshot of the piston![image|45x37]
5) Attach logs after turning logging level to Full
22/08/2019, 07:43:53 +662ms
+1ms ╔Received event [Shower Humidity Sensor].humidity = 92 with a delay of 103ms
+111ms ║RunTime Analysis CS > 26ms > PS > 42ms > PE > 43ms > CE
+114ms ║Runtime (37864 bytes) successfully initialized in 42ms (v0.3.10e.20190628) (112ms)
+115ms ║╔Execution stage started
+129ms ║║Calculating (integer) 59 + (integer) 15 >> (integer) 74
+132ms ║║Comparison (integer) 92 is_greater_than (integer) 74 = true (1ms)
+133ms ║║Condition #3 evaluated true (14ms)
+134ms ║║Condition group #1 evaluated true (state did not change) (15ms)
+144ms ║║Error calling comparison comp_is_between: java.lang.ClassCastException
+146ms ║║Condition #14 evaluated false (9ms)
+147ms ║║Condition group #7 evaluated false (state did not change) (11ms)
+150ms ║╚Execution stage complete. (35ms)
+151ms ╚Event processed successfully (151ms)

