Hello, running into a weird issue here and looking for some insight. I have had a setup where one piston will execute another. The second piston itself pauses and resumes a number of other pistons. So the real world version of this is once lux rises above X, Piston A does a number of things one of which is executing Piston B. Piston B pauses overnight lighting pistons and resumes daytime pistons.
This has been working flawless for a bit now. On Friday I updated the webcore smartapp in the ST IDE and now the issue is that Piston B only runs through a few lines. Its supposed to complete 21 actions and stops after the second. The logging shows that it finished its execution stage but it in fact has not. There are no other tasks other than piston related functions so I for the life of me cannot understand why its not completing.
Another note, just hitting “test” on piston B used to trigger and run the whole thing, it does not do that now either.
Snapshots attached. Piston A, line 45 calls for Piston B to be executed
Piston B as shown here and its log;