1) Give a description of the problem
I cannot get this piston to fire the web request or send an SMS since adding in the define integer portion. Prior to this, it would make 1 web request and send 1 SMS after being open for 3 minutes
This is my first time trying to write a piston with integer
2) What is the expected behaviour?
When the sensor is left open for 3 minutes, make a web request
Repeat the web request every 3 minutes up to 10 times or until the sensor closes
3) What is happening/not happening?
the web request is not triggering
**4) Post a Green Snapshot of the piston![image|45x37]
5) Attach logs after turning logging level to Full
9/24/2020, 1:52:42 PM +84ms
+0ms âReceived event [TeBaâs House].execute = recovery with a delay of 58ms
+42ms âRunTime Analysis CS > 20ms > PS > 5ms > PE > 16ms > CE
+44ms âRuntime (39947 bytes) successfully initialized in 5ms (v0.3.110.20191009) (43ms)
+45ms ââExecution stage started
+58ms ââComparison (enum) open is (string) open = true (1ms)
+60ms ââCondition #2 evaluated true (11ms)
+63ms ââComparison (integer) 0 is_less_than_or_equal_to (integer) 10 = true (1ms)
+64ms ââCondition #7 evaluated true (4ms)
+65ms ââCondition group #1 evaluated true (state did not change) (17ms)
+67ms ââCancelling statement #4âs schedulesâŚ
+71ms ââExecuted virtual command wait (1ms)
+72ms ââRequesting a wake up for Thu, Sep 24 2020 @ 1:55:42 PM MST (in 180.0s)
+76ms ââExecution stage complete. (32ms)
+77ms âSetting up scheduled job for Thu, Sep 24 2020 @ 1:55:42 PM MST (in 179.996s)
+85ms âEvent processed successfully (85ms)
9/24/2020, 1:43:18 PM +3ms
+1ms âReceived event [Fridge Garage Sensor Simulated].contact = open with a delay of 61ms
+39ms âRunTime Analysis CS > 18ms > PS > 6ms > PE > 14ms > CE
+41ms âRuntime (39965 bytes) successfully initialized in 6ms (v0.3.110.20191009) (39ms)
+42ms ââExecution stage started
+49ms ââComparison (enum) open is (string) open = true (1ms)
+51ms ââCancelling condition #2âs schedulesâŚ
+52ms ââCondition #2 evaluated true (5ms)
+55ms ââComparison (integer) 0 is_less_than_or_equal_to (integer) 10 = true (1ms)
+57ms ââCondition #7 evaluated true (4ms)
+58ms ââCancelling condition #1âs schedulesâŚ
+58ms ââCondition group #1 evaluated true (state changed) (12ms)
+60ms ââCancelling statement #4âs schedulesâŚ
+64ms ââExecuted virtual command wait (0ms)
+65ms ââRequesting a wake up for Thu, Sep 24 2020 @ 1:46:18 PM MST (in 180.0s)
+69ms ââExecution stage complete. (27ms)
+70ms âSetting up scheduled job for Thu, Sep 24 2020 @ 1:46:18 PM MST (in 179.996s)
+83ms âEvent processed successfully (83ms)