Just FYI:
I just went through ST, and I’ve already had group names in the “Group” dropdown, so I’m not sure if that would effect it or not.
I have not installed any new apps.
To add to the confusion, I’ve started having issues with the following piston.
The logs say it executed, but it doesn’t actually change the variable from “YES” to “NO”.
I have to actually activate the button myself for the variable to change.
I think this is more along the lines of what’s happening to @smurf236.
It evaluated as True, said it executed, but it actually did not.
9/2/2019, 5:59:59 AM +969ms
+1ms ╔Received event [Door Announce 01].switch = off with a delay of 322ms
+133ms ║RunTime Analysis CS > 32ms > PS > 66ms > PE > 36ms > CE
+135ms ║Runtime (41191 bytes) successfully initialized in 66ms (v0.3.10f.20190822) (133ms)
+136ms ║╔Execution stage started
+143ms ║║Comparison (enum) off changes_to (string) on = false (1ms)
+144ms ║║Cancelling condition #2’s schedules…
+145ms ║║Condition #2 evaluated false (5ms)
+146ms ║║Cancelling condition #1’s schedules…
+147ms ║║Condition group #1 evaluated false (state changed) (7ms)
+152ms ║║Comparison (enum) off changes_to (string) off = true (1ms)
+153ms ║║Cancelling condition #6’s schedules…
+154ms ║║Condition #6 evaluated true (5ms)
+155ms ║║Cancelling condition #5’s schedules…
+156ms ║║Condition group #5 evaluated true (state changed) (7ms)
+158ms ║║Cancelling statement #7’s schedules…
+165ms ║║Executed virtual command [Echo - Mina’s Room].setVariable (0ms)
+325ms ║║Executed physical command [Echo - Mina’s Room].setLevel([50]) (157ms)
+326ms ║║Executed [Echo - Mina’s Room].setLevel (158ms)
+328ms ║╚Execution stage complete. (192ms)
+329ms ╚Event processed successfully (330ms)