Skipped physical command


#1

1) Give a description of the problem
Setup : Door with zwave lock and door sensor
When door is opened and closed. Door lock doesnt lock.
2) What is the expected behaviour?
Lock automatically when door closed

3) What is happening/not happening?
12/2/2019, 4:07:41 PM +186ms
+0ms ╔Received event [Home].time = 1575331662394 with a delay of -1209ms
+112ms ║RunTime Analysis CS > 21ms > PS > 36ms > PE > 56ms > CE
+115ms ║Runtime (50570 bytes) successfully initialized in 36ms (v0.3.110.20191009) (112ms)
+116ms ║╔Execution stage started
+147ms ║║Cancelling condition #63’s schedules…
+149ms ║║Cancelling condition #63’s schedules…
+181ms ║║Skipped execution of physical command [Door].lock([]) because it would make no change to the device. (3ms)
+182ms ║║Executed [Door].lock (5ms)
+199ms ║╚Execution stage complete. (83ms)
+201ms ║Setting up scheduled job for Mon, Dec 2 2019 @ 4:12:09 PM PST (in 268.482s)
+210ms ╚Event processed successfully (209ms)

**4) Post a Green Snapshot of the piston

5) Attach logs after turning logging level to Full
(PASTE YOUR LOGS HERE THEN HIGHLIGHT ALL OF THE LOGS AND CLICK ON THE </> ICON TO FORMAT THEM CORRECTLY)REMOVE BELOW AFTER READING*
If a solution is found for your question then please mark the post as the solution.


#2

Three things…

  1. Your piston graphic did not post correctly and it is difficult to read. Use the Green snapshot button to post it.
  2. You have 10 (ten) triggers (orange lightening bolts in the left margin) in your piston. It can sometimes be very difficult to debug such a piston.
  3. Can you use Trace and post a log with Trace switched on?

Can you construct your piston(s) to use a single trigger and maybe some conditions and focus on one specific task per piston? That will make debugging much easier.