1) Give a description of the problem
I have a While Loop that is not triggering even when conditions are met.
2) What is the expected behavior?
If the level if the specified devices is above 0% I want the While Loop to run.
3) What is happening/not happening?
Logs show the conditions are met but the While statements do not run UNLESS I hit Test.
I know have a condition rather than a trigger but that should be okay as the condition is treated like a trigger due to the absence of any other triggers.
I have also tried this with ‘if switch is on’ and I get the same result.
**4) Post a Green Snapshot of the piston!
5) Attach any logs (From ST IDE and by turning logging level to Full)
11/24/2018, 12:13:42 PM +116ms
+1ms
╔Starting piston… (v0.3.108.20180906)
+1124ms
║╔Subscribing to devices…
+1142ms
║║Subscribing to Study Bookshelf LEDs.level…
+1155ms
║║Subscribing to Study Credenza LEDs.level…
+1374ms
║╚Finished subscribing (252ms)
+1424ms
║Comparison (date) 1543039200000 is_between (date) 1541221200000 … (date) 1546754400000 = true (10ms)
+1426ms
║Time restriction check passed
+1449ms
║Comparison (integer) 5 is_greater_than (integer) 0 = true (3ms)
+1462ms
╚Piston successfully started (1462ms)