Page 1 of 1

Automatic close after a certain period of time

PostPosted: Fri Dec 20, 2013 2:25 pm
by nader
Hi,

I love your app and I think you guys doing a great job by adding
more features.
I have been working on adding a variable to close the garage doors if the doors left open for more than one hour, but unfortunately wasn't able to achieve it.
I would appreciate if someone can help me with this matter.
Best regards,
Nader arvanaghi

Re: Automatic close after a certain period of time

PostPosted: Fri Dec 20, 2013 8:57 pm
by support
Hi Nader,

That feature request is already on our backlog. Not sure if we'll do it and/or when, but in any
case it's something that can be implemented in the Arduino code by you or anyone else that
knows his way around with Arduino programming.

Best regards,

Re: Automatic close after a certain period of time

PostPosted: Thu Dec 26, 2013 4:11 pm
by nader
Hi,

I have tried to write the code (Automatic close after certain of time) or find it online, but unfortunately failed.
if ((relayPin=lastOpen-intialOpen)> NOTIFICATION_WACHDOG_MINUTES*60)){
digitalWrite(relaPin, HIGH);
delay(Relay-Delay);
digitaWrite(relayPin,LOW);
}
My kids forget to close the garage door and I am afraid that something bad might happen to my family.
could please email me the code?
I would greatly appreciate you help.
Best regards,
Nader

Re: Automatic close after a certain period of time

PostPosted: Thu Dec 26, 2013 6:42 pm
by support
Hi Nader,

As previously mentioned, that feature is on our backlog. We haven't built the code to perform that
function just yet. Unfortunately, it's not something we can assist you with at this time as it's not an
existing feature (as of the current version).

If it does become an official feature in a future release, we'll fully support it. In the meantime, you can
build it yourself (with the resources you have available) or have someone else do it for you.

Hope you understand the situation.

Best regards,

Re: Automatic close after a certain period of time

PostPosted: Sat Jan 18, 2014 5:06 pm
by dlorenzo
I am also very interested in this feature.

Nader, were you able to make it work?