Close garage door not activating


#1

1) Give a description of the problem
(PUT YOUR INFO HERE)

2) What is the expected behaviour?
(PUT YOUR INFO HERE)

3) What is happening/not happening?
(PUT YOUR INFO HERE)

4) Post a Green Snapshot of the pistonimage
(UPLOAD YOUR IMAGE HERE)

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

Hope screenshot of piston attached. Obviously new to WebCore. Seems simple piston but never executes. If I test, works as intended.
Any suggestions?


#3

I would combine lines 12-17 into this:

IF
    Garage Door's contact stays open for 10 minutes
    and
    {$hour24} is greater than 19
Then
    Turn on Garage Opener
END IF

#4

WCmore, made suggested changes. Runs when activated but does not continue to monitor in background. Says Next scheduled: never.
How to have active in background and checking periodically? Thanks

Screenshot_20190616-150511|375x500


#5

Well, set up timer command but see should be using ‘while’. I’m off to figure that out. Any other suggestions much appreciated.


#6

temp

I would need to see your latest snapshot to help.
(preferrably with Trace turned on)


#7

It will likely always say never for next scheduled event because it can’t pre-schedule when the door will be open for 10 minutes. That does not mean it is not monitoring. As long as it shows subscribed to events, it should start when those events occur.