1) Give a description of the problem
I’m creating a new piston to auto-close my garage door after it has been open for too long. In this Piston I’m just trying to set the Close Time into a Global Variable and it isn’t updating the Variable.
2) What is the expected behavior?
Global Variable would update
3) What is happening/not happening?
It’s not updating
4) Post a Green Snapshot of the piston
5) Attach any logs (From ST IDE and by turning logging level to Full)
11/13/2018, 4:38:23 PM +734ms
+1ms ╔Received event [Garage Door - Kristen].door = open with a delay of 134ms
+541ms ║RunTime Analysis CS > 255ms > PS > 268ms > PE > 18ms > CE
+543ms ║Runtime (47046 bytes) successfully initialized in 268ms (v0.3.108.20180906) (541ms)
+545ms ║╔Execution stage started
+574ms ║║Comparison (enum) open changes_to (string) open = true (1ms)
+577ms ║║Cancelling condition #117’s schedules…
+578ms ║║Condition #117 evaluated true (27ms)
+579ms ║║Cancelling condition #116’s schedules…
+580ms ║║Condition group #116 evaluated true (state changed) (30ms)
+583ms ║║Cancelling statement #118’s schedules…
+594ms ║║Executed virtual command setVariable (1ms)
+615ms ║║Calculating (string) Garage Door - Kristen + (string) Opened: Setting to auto-close in >> (string) Garage Door - Kristen Opened: Setting to auto-close in
+620ms ║║Calculating (string) Garage Door - Kristen Opened: Setting to auto-close in + (string) 20 >> (string) Garage Door - Kristen Opened: Setting to auto-close in 20
+624ms ║║Calculating (string) Garage Door - Kristen Opened: Setting to auto-close in 20 + (string) minutes. Will auto-close at >> (string) Garage Door - Kristen Opened: Setting to auto-close in 20 minutes. Will auto-close at
+628ms ║║Calculating (string) Garage Door - Kristen Opened: Setting to auto-close in 20 minutes. Will auto-close at + (string) 4:58:24 PM >> (string) Garage Door - Kristen Opened: Setting to auto-close in 20 minutes. Will auto-close at 4:58:24 PM
+632ms ║║Calculating (string) Garage Door - Kristen Opened: Setting to auto-close in 20 minutes. Will auto-close at 4:58:24 PM + (string) . >> (string) Garage Door - Kristen Opened: Setting to auto-close in 20 minutes. Will auto-close at 4:58:24 PM.
+636ms ║║Garage Door - Kristen Opened: Setting to auto-close in 20 minutes. Will auto-close at 4:58:24 PM.
+639ms ║║Executed virtual command log (3ms)
+642ms ║╚Execution stage complete. (98ms)
+644ms ╚Event processed successfully (644ms)