Jump to content
C4 Forums | Control4

Garage door opening instead of closing


Recommended Posts

I have a simple scheduler event at 10:00

If garage door 1 is open

  Close garage door 1

If garage door 2 is open

   Close garage door 2

Twice now in the last few weeks, at 10:00 garage door 2 opens.  I found this out waking up in the morning to see the door has been open all night and video camera confirms at 10:00 it opened.

Any ideas?  Contact sensor going bad? Is there a log I can pull to see what the director is doing at that time?

Thanks

Mike

Link to comment
Share on other sites


I had the same issue a few years ago.  My guess would be a sensor going or a sensor loose / not making perfect contact when the door is closed.  The system thinks that the door is open.  Most garage doors don’t have unique open / close signals… thus your “close garage door” is simply acting as a toggle command.
 

Link to comment
Share on other sites

If the sensor is simply failing, what you can do (not ideal but I have this in my programming as a fail safe) is as follows:

1. Add a delay that is more than long enough for the doors to open fully (eg 2 minutes);

2. Repeat the code you have above.

Essentially if the sensor is failing, your door will open when you try to close it and then close a minute or two later.

Link to comment
Share on other sites

5 hours ago, South Africa C4 user said:

If the sensor is simply failing, what you can do (not ideal but I have this in my programming as a fail safe) is as follows:

1. Add a delay that is more than long enough for the doors to open fully (eg 2 minutes);

2. Repeat the code you have above.

Essentially if the sensor is failing, your door will open when you try to close it and then close a minute or two later.

Thats a good idea.  Thanks! Ill try that

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.