nlrb/com.visonic.powermax

Two alarm notifications received

Closed this issue · 15 comments

Hello,

Homey receives 2 messages that an alarm in zone "system" went off after walking into my house.
And Homey is ignoring the entry-delay. It gives an alarm message right away (2x). And the label is "system" instead of "keuken" or "kamer"

Remco

nlrb commented

Not exactly sure which triggers you use, but likely closed with app version 1.0.1.

Ok,
Thanks for the fast action/fix. Not sure either why the 2 triggers, not seen them again, will try version 1.0.1 right away.

Gr. Remco

nlrb commented

Yes, don't uninstall - then you'll lose all your settings. Just update the code and do a --install again.

Ok, thanks, will give it a try ;) Thanks for the update Ramón

nlrb commented

@rhannink Yes.
@jeroenvano Zone alarm only triggers when there is an actual alarm (so state armed, zone triggered).

Hello,

I tested the latest version of the app. I made two flows, one triggers when the panel alarm becomes active and one triggers if a zone alarm becomes active.

The first flow triggered after about a minute after the alarm went off ??
The second flow did not trigger at all.

Also the labels inside the flow editor say: Alarm: false and bewegingsalarm: false. during the alarm.
Seems like the alarm is not send directly or at all to Homey (polling issue???)

Gr. Remco

nlrb commented

@rhannink It is normal that there is a delay on the actual alarm. The length of the delay depends on how the panel is configured (see parameter 'Alarm delay'/'Alarmvertraging'). There is no polling, communication is event based.

@nlrb Ok, I will try this again, but thats no reason for one off the two flows not giving any alert at all, not even after a few minutes.

What is the difference between "zone alarm word" action card and the "panel alarm wordt" action card? And what content should the labels "naam" en "zone" get? After an alarm is triggered, these values stay undefined.

Gr. Remco

Hmm, I tested this afternoon but the flow does not trigger when a alarm went off. I reduced the alarm delay to 0 seconds.
When the alarm goes off and I test the flow, the trigger works. But when the alarm goes off, the flow does not trigger. All the tags "Naam" en "zone" are undefined....
flow_-_homey_and_athom_apps

nlrb commented

@rhannink That the zone alarm trigger does not work is known (see issue #13 that is open for that). To test a flow you will need to provide values yourself (replace undefined as there are no example values in the app.json). But this of course only tests the 'then' part of the flow.