1) Give a description of the problem
I have a piston I created to turn a Fibaro RGWB controlled LED strip to a color based on the weather temp high for the day. It would also pulse the LEDs if there is going to be precipitation, but it does not do that. Finally, it should turn off after 90 minutes of being on.
2) What is the expected behavior?
I expect the LEDs to pulse if it is going to rain/snow.
3) What is happening/not happening?
There is no strobing when the forecast calls for precipitation.
**4) Post a Green Snapshot of the piston
5) Attach any logs (From ST IDE and by turning logging level to Full)
(12/21/2018, 9:13:26 AM +38ms
+1ms âReceived event [Home].time = 1545401606847 with a delay of -809ms
+103ms âRunTime Analysis CS > 16ms > PS > 56ms > PE > 31ms > CE
+107ms âRuntime (45519 bytes) successfully initialized in 56ms (v0.3.109.20181207) (104ms)
+109ms ââExecution stage started
+157ms ââSkipped execution of physical command [Under Counter By Fridge].on([]) because it would make no change to the device. (4ms)
+159ms ââExecuted [Under Counter By Fridge].on (8ms)
+167ms ââSkipped execution of physical command [Under Counter Lights].on([]) because it would make no change to the device. (4ms)
+169ms ââExecuted [Under Counter Lights].on (7ms)
+298ms ââExecuted virtual command [Under Counter By Fridge, Under Counter Lights].sendSMSNotification (121ms)
+499ms ââCalculating (string) Todays predicted high is + (string) 61 >> (string) Todays predicted high is 61
+517ms ââExecuted virtual command [Under Counter By Fridge, Under Counter Lights].sendSMSNotification (12ms)
+536ms ââComparison (dynamic) 0.10 is_greater_than_or_equal_to (decimal) 0.1 = true (3ms)
+539ms ââCondition #12 evaluated true (14ms)
+540ms ââCondition group #11 evaluated true (state did not change) (17ms)
+542ms ââCondition group #10 evaluated true (state did not change) (19ms)
+545ms ââCancelling statement #14âs schedulesâŚ
+560ms ââCalculating (string) Todayâs forecasted precipitation is + (string) 0.10 >> (string) Todayâs forecasted precipitation is 0.10
+564ms ââCalculating (string) Todayâs forecasted precipitation is 0.10 + (string) inches. >> (string) Todayâs forecasted precipitation is 0.10 inches.
+584ms ââExecuted virtual command [Under Counter By Fridge, Under Counter Lights].sendSMSNotification (13ms)
+589ms ââExecuted virtual command [Under Counter By Fridge, Under Counter Lights].wait (0ms)
+590ms ââWaiting for 500ms
+1097ms ââCancelling statement #32âs schedulesâŚ
+1106ms ââExecuted virtual command [Under Count Switch, Under Counter By Fridge, Under Counter Lights].wait (1ms)
+1108ms ââRequesting a wake up for Fri, Dec 21 2018 @ 10:43:27 AM EST (in 5400.0s)
+1115ms ââExecution stage complete. (1007ms)
+1119ms âSetting up scheduled job for Fri, Dec 21 2018 @ 10:43:27 AM EST (in 5399.991s), with 1 more job pending
+1127ms âEvent processed successfully (1127ms)
12/21/2018, 9:13:15 AM +822ms
+0ms âReceived event [Home].routineExecuted = 31c26d27-0e37-4843-b303-0f066aa2de14 with a delay of 40ms
+90ms âRunTime Analysis CS > 15ms > PS > 52ms > PE > 23ms > CE
+93ms âRuntime (45550 bytes) successfully initialized in 52ms (v0.3.109.20181207) (91ms)
+94ms ââExecution stage started
+107ms ââComparison (string) unconfigured is_not (string) away = true (2ms)
+109ms ââCondition #44 evaluated true (10ms)
+110ms ââCondition group #1 evaluated true (state did not change) (11ms)
+111ms ââCondition group #null evaluated true (state did not change) (13ms)
+119ms ââComparison (time) 33195936 happens_daily_at (time) 23400000 = false (0ms)
+120ms ââCondition #17 evaluated false (6ms)
+122ms ââCancelling statement #17âs schedulesâŚ
+129ms ââRequesting time schedule wake up at Sat, Dec 22 2018 @ 6:30:00 AM EST
+136ms ââComparison (string) :a857444f2f49696ce00eb6ed0cbeaf9c: executes (string) :a857444f2f49696ce00eb6ed0cbeaf9c: = true (2ms)
+138ms ââCondition #51 evaluated true (6ms)
+139ms ââCondition group #16 evaluated true (state did not change) (25ms)
+142ms ââCancelling statement #6âs schedulesâŚ
+1658ms ââExecuted physical command [Under Counter By Fridge].setColor([[hex: #00C213, hue:35, saturation:100, level:38]]) (1314ms)
+1659ms ââExecuted [Under Counter By Fridge].setColor (1318ms)
+1851ms ââExecuted physical command [Under Counter Lights].setColor([[hex: #00C213, hue:35, saturation:100, level:38]]) (187ms)
+1852ms ââExecuted [Under Counter Lights].setColor (191ms)
+1857ms ââExecuted virtual command [Under Counter By Fridge, Under Counter Lights].wait (0ms)
+1858ms ââWaiting for 3000ms
+4926ms ââExecuted physical command [Under Counter By Fridge].setLevel([100]) (62ms)
+4927ms ââExecuted [Under Counter By Fridge].setLevel (65ms)
+4981ms ââExecuted physical command [Under Counter Lights].setLevel([100]) (51ms)
+4982ms ââExecuted [Under Counter Lights].setLevel (53ms)
+4986ms ââExecuted virtual command [Under Counter By Fridge, Under Counter Lights].wait (1ms)
+4987ms ââWaiting for 3000ms
+8004ms ââExecuted physical command [Under Counter By Fridge].setSaturation([254]) (12ms)
+8005ms ââExecuted [Under Counter By Fridge].setSaturation (14ms)
+8017ms ââExecuted physical command [Under Counter Lights].setSaturation([254]) (9ms)
+8018ms ââExecuted [Under Counter Lights].setSaturation (12ms)
+8022ms ââExecuted virtual command [Under Counter By Fridge, Under Counter Lights].wait (1ms)
+8024ms ââRequesting a wake up for Fri, Dec 21 2018 @ 9:13:26 AM EST (in 3.0s)
+8029ms ââExecution stage complete. (7936ms)
+8033ms âSetting up scheduled job for Fri, Dec 21 2018 @ 9:13:26 AM EST (in 2.993s), with 2 more jobs pending
+8044ms âEvent processed successfully (8044ms))
REMOVE BELOW AFTER READING