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
Version 0.1.8
When there is a lot of history retrieving it from Homey takes some CPU so it is changed that the history is only retrieved when it is needed; when the Dashboard tab in the settings is opened in a browser. Previously it was retrieved when any tab of the settings was opened in a browser. There is also a button available to manually get the History from Homey when Auto refresh is turned off.
Version 0.1.8
Even though it was only limited to the settings, it did almost render my Homey unusable at that time, so this will be much easier to have the settings open and do some testing at the same time
Anyone else noticing the same ?
Another small issue (sometimes) the alarm does not seem to pick up motion from the sensors, not sure if Heimdall issue of Zigbee issue. Anyone else ?
Other than that all going well....quite stable
Andrew
I have house full of sensors, but don't want to risk false alarms.
Good work btw.
Hi Andrew, I can't reproduce, for me it is possible to disable the Auto refresh function.
Can you pen the console on chrome (rightclick on an empty spot in the Heimdall settings page and select Inspect.Next select Console from the tabs, see screenshots below)
You should be seeing something like this which scrolls every second because new lines are written:
What happens when you untick the Auto refresh setting?
Opening console on Chrome:
But when i leave the app, by clicking on the devices page or the like, and then go back to the app the box is rechecked.
It is like it is not saving the change.
Andrew
Also using 1.5.6. RC6 if that helps
Andrew
(Made a github issue for it: https://github.com/daneedk/com.uc.heimdall/issues/10)
Is it possible to include the update messages you post in the forum in the readme?
When an app is updated I most often look in the appstore description for the update info.
I didn't post the change log on the app page deliberately as I don't want to get a endless list there. I understand you'd like to see what's changed after an update so I will add the last change to it and remove previous with a clearer link to Github where the full change log can be found.
Just looked through the code and older code too, the settings on the Dashboard tab (Auto refresh and Use colors) were never saved
They are saved from version 0.1.9 that I hope to release soon.
So a global setting would work fine for me. I know that nobody can walk around and only hit 1 one sensor.
The only downside i found so far is i can't tell if all sensors are "online" and closed. In my example i know the "bar window" sensor is out of range and homey remembers it in "open" position. Heimdall however doens't seem to care. I don't think its possible to let heimdall check if all sensors are online, but would it be posible to add a pre-arming check, to let heimdall read all configured sensor positions and make a flowcard with a tag so this can be used in a flow. For example, heimdall is set to activated, checks and makes homey say "attention, bar window is stil open".
Im already trying to make such a flow manual but so far i haven't managed.
Or, if this is already possible, what did i oversee?
Where i am not sure if a device reports in when not changing state tho...
I tought I heard @mruiter mention once he build up his home security in flows like 1 trigger is Defqon 1 (a push message trigger), 2 triggers is Defqon 2 (sound the alarm) 3 triggers is Defqon 3 (Make the lights blink and play a warning message on the Home stereo), 4 triggers is Defqon 4 (makes all the rolling shutters close and lock up the burglar).
Maybe make Defqon 1-4 configurable and you can use each status in a flow....
I know I ask a lot, but maybe a new possibility for the future.
Already love the start of cooperation between Heimdall and Homeyda.sh.
The defcon 4 i would like to test for once real time. never got triggered het accept in the test
Version 0.1.9
Anyway... I have some sensors selected but the alarm doesn't trigger:
This is happening all the time, always saying 'no alarm trigger due to running delay countdown', but I have not checked the 'Delayed trigger' on any of the sensors. Am I doing something wrong?
Edit: I DID have a 30 second delay on the front door sensor. Seems something got stuck somehow. Any clue what I can try to get things going again?
(Versions can be found here: https://forum.athom.com/discussion/comment/65913/#Comment_65913)
What you could try is:
- Add a delay to a device.
- Set the Surveillance Mode to Armed.
- Activate/Trip the sensor you gave the delay.
- Set the Surveillance Mode to Disarmed before the countdown runs out.
That should at least set the variable that keeps track if a countdown is running to false.
After that you can remove the delay from the device to your liking and do a new test.
Please let me know if this solves your issue.
This way you can avoid tripping the alarm if a single sensor of lesser importance (or reliability) triggers, but still use those sensors in the alarm triggering.
I am using a similar weighted 'point system' for presence detection, as I want presence to not only work for family members with smartphones
Edit: tried again and it seems to be working now. Maybe I forgot a sensor or made a mistake first attempt. Thanks, will see if it keeps working now