This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Closed Official CommunityApp SDK2
[APP] Heimdall - Let Homey watch over your home.
This discussion has been closed.
Comments
You can use the Virtual devices app for this. I made 2 Alarm flows (Defcon 1 & 2) with Heimdall, every Alarm state has 3 flows:
- alarm is activated, is armed, start flow alarm-1
- alarm-1, then xyz commands for Defcon 1
- alarm is deactivated, mode is armed, alarm off command Defcon 1
This also for Defcon 2.
Then made a virtual switch with alarm icon, when pressed/changed and is turned on, enable the 3 flows from defcon 1 and activate the flows from defcon 1. And when pressed and off, the opposite.
Version 0.1.9
@rockhoppers
@2Be Changes for this version are added to the app store page, unfortunately the app store does not render the text as it should.
Noticed alarm trips quicker now i have installed RC11, good news.
Andrew
Could a function be added that clears out any history over say 500 lines (or a user defined value) to prevent the history log becoming to big.
The "Papertrails" app does this by clearing out last 20% when logs reach 1000 lines.
Andrew
Navigate away to another app then come back and the log is cleared.
If the "auto refresh" box is not checked, and you navigate to the app page, the "refresh" button does not show unless you, check the "auto refresh" box then uncheck it again.
here
Not showing manual refresh button: Confirmed and fixed, on page load only the checkbox was set from the saved settings, the visibility of the manual refresh button was not evaluated and set, now it is.
Added this to the issue on Github: https://github.com/daneedk/com.uc.heimdall/issues/10
https://github.com/daneedk/com.uc.heimdall/issues/11
https://github.com/athombv/homey/issues/2226
Version 0.1.10
@rockhoppers
That way you could also detect is someone is present.
Would be be a nice addition!
Version 0.1.11
everyone away = surveillance active
Someone home = surveillance inactive
house in sleep mode (Boolean variable in better logic) = surveillance partially active
I have a neo coolcam sirene set to doorbell. But that just sounds once when entered.
Any suggestions?
So i can Arm/Disarm the Blink network?
- If a Blink camera has the alarm_motion capability it can be used as a trigger.
- I will not include support for specific devices in the Heimdall app. If there is an Action card (from the Blink app) to Arm/Disarm the Blink network you can use any of the Heimdall trigger cards to create a flow to Arm/Disarm the Blink network when a Heimdall Surveillance Mode is set.
Version 1.0.0
Just a little code cleanup, functional it's the same as version 0.1.11 Beta.
Does this mean i will loose my flows and settings ?
Andrew
I'm not sure why you get that dialog, perhaps it's because homey let's you switch from Beta to Stable channel.
The 1.0.0 code is the same as 0.1.11 so I see no reason why the app settings would be reset other than Athom programmed it to do so.
Sorry for the inconvenience
Options to enable the pre-arming check per sensor type
Speech options
Let Homey tell you when:
Flowcard
When a sensor is active at arming it will also be logged to the history
The text 'Warning, sensor active....' is the same text that will be spoken when selected and available in the token on the flow cars.
I'm rebuilding my alarm at the moment. I noticed the following recently;
When i use a trigger delay of eg. 20 and the alarm is triggerd the countdown starts. If i start to panic and use the "schakel uit" button homey says "alarm gedeactiveerd" but the countdown doesn't stop. Eventually the alarm (and siren) goes off but then the "schakel uit" button becomes broken. The only way to reset the alarm is to manual put surveillance in gedeactiveerd and then again in geactiveerd. Then i have to trigger it again, then stop the countdown by putting surveillance mode back to deactivated and only then does the alarm alarm icon stops flashing and the button becomes usefull again on the next cycle.
Or, in short, if you push the alarm off button before the alarm actually is fully triggerd you have to do a full cycle to get everything aligned again.
I know that you are supposed to put it on gedeactiveerd to stop the alarm from going, but the wife didn't and pushed the button instead. This was a slight dent in the WAF.
Also, when the delayed trigger starts and it triggers a flow, a second trigger will restart the already triggerd flows. I would be better of with just 1 activation, en then only again after pushing the "off" button or disarming completely.