Automatic close after a certain period of time

New feature and product enhancement ideas and discussions.

Automatic close after a certain period of time

Postby nader » Fri Dec 20, 2013 2:25 pm

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
nader
 
Posts: 2
Joined: Fri Dec 20, 2013 2:02 pm

Re: Automatic close after a certain period of time

Postby support » Fri Dec 20, 2013 8:57 pm

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,
support
Site Admin
 
Posts: 384
Joined: Thu Aug 22, 2013 7:30 pm

Re: Automatic close after a certain period of time

Postby nader » Thu Dec 26, 2013 4:11 pm

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
nader
 
Posts: 2
Joined: Fri Dec 20, 2013 2:02 pm

Re: Automatic close after a certain period of time

Postby support » Thu Dec 26, 2013 6:42 pm

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,
support
Site Admin
 
Posts: 384
Joined: Thu Aug 22, 2013 7:30 pm

Re: Automatic close after a certain period of time

Postby dlorenzo » Sat Jan 18, 2014 5:06 pm

I am also very interested in this feature.

Nader, were you able to make it work?
dlorenzo
 
Posts: 1
Joined: Sat Jan 18, 2014 4:59 pm


Return to New Feature Requests



cron