Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Laatste Deur Functie" toevoegen (kort tijd in naar 10 seconden bij sluiten laatste deur) #27

Closed
Willybits opened this issue Sep 28, 2018 · 7 comments

Comments

@Willybits
Copy link

In conventionele alarmsystemen is het gebruikelijk om de uitlooptijd te verkorten naar 10 seconden op het moment dat je de laatste deur van de uitgangsroute opent, en dan weer sluit. Op deze manier kun je een lange tijd instellen (aub langer dan 120 seconden.????) zodat je je niet hoeft te haasten. Dan wanneer de deur sluit zal na 10 seconden het alarm inschakelen.

De reden dat het alarm niet direct moet inschakelen, maar na 10 seconden na het sluiten van de laatste deur is omdat soms door een koude windvlaag door het openen van de deur, een bewegingsmelder in alarm kan gaan. Wat resulteert in alarm direct na inschakelen.

Deze optie is alleen beschikbaar op contacten, niet op bewegingsmelders.

@daneedk
Copy link
Owner

daneedk commented Sep 29, 2018

Functionality is added. It will work on contact sensors that have a delayed trigger set. It will only react if the door is opened and closed during the arming countdown, if the door was already open at starting the arming countdown it will be ignored for the Last Door functionality. When the door is opened and closed the timer, if above 9 seconds, will be set to 10 seconds.
The range for the delay timer is changed from 0-120 to 0-300, but since it’s one setting used for arming delay and alarm delay I have to create 2 seperate delay settings. (Todo)
The new code is not on Github yet, I will go through my testing procedure and push it here when succesfull.
Any comments or ideas are very welcome.

@Willybits
Copy link
Author

Sounds good!
Having two different timers for entry and exit is a lot better as well.
For instance, I set the alarm by saying "Tot Ziens"to homey, but when I enter the house I turn off the alarm by a button for instance. Having the shortest possible entry timer is important for an alarm system.

I do not understand why the door should be ignored when arming the system? Shouldnt the alarm block the arming? and tell you to first close the door (or window) ?

@daneedk
Copy link
Owner

daneedk commented Sep 29, 2018

Heimdall can do a pre-arming check to inform you if any sensors are in a not desired state, but it’s up to the user to decided what to do with that information.
The reason for this is that Homey has no uniform interface like an alarmsystem with an alarmpanel so I provided a flow triggercard that can be used to inform the user in his/hers desired method.

I made it this way (opening and closing during countdown to activate the Last Door functionality) because it seems more logical to me. Heimdall doesn’t block arming with open sensors, that’s up to the user.

@daneedk
Copy link
Owner

daneedk commented Sep 30, 2018

Splitting Trigger Delay into 2 separate settings, Arming Delay and Alarm Delay, is done.
Latest code is uploaded. (Still some testing to do)

@Willybits
Copy link
Author

Sounds cool! And indeed the approach is different with Homey vs conventional alarm systems, so that sounds logical too.

@daneedk
Copy link
Owner

daneedk commented Oct 2, 2018

Last Door functionality is in version 1.0.22 which I just submitted for approval.

@daneedk
Copy link
Owner

daneedk commented Oct 4, 2018

Version 1.0.22 is approved and published.
https://community.athom.com/t/topic/134/26

@daneedk daneedk closed this as completed Oct 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants