Page 1 of 1

Catching alarm events

Posted: 14 Oct 2014 18:09
by dst17
Hi,

I build my own solution above the z-way server to bring automation to my z-wave network.
I wrote a little module in HA that logs events and send them to a node.js server.

It works fine with metric events but I don't know how to catch alarm events. I have a Fibaro smoke detector and I'd like to know when it detects fire : how do I do that ?

I have an other question : I also have motion sensor and door sensors. Is there a way to arm them in order that they can send alarm events if the alarm is set ?

Thanks for reading this.

Re: Catching alarm events

Posted: 25 Oct 2014 23:45
by PoltoS
HA does not handle Alarms yet. Door Sensor is seen as binary switch, so this one is ok

Re: Catching alarm events

Posted: 29 Dec 2014 17:36
by dst17
Now that HA in version 2.0.1 handles Alarms, I can see in the UI some "Fibar Group Alarm General Purpose alarm 21-0-156-0" but it is always "on".

Is it a bug ? Am I missing something here ?

Thanks for your help.

Re: Catching alarm events

Posted: 29 Dec 2014 20:57
by PoltoS
No, it is not a bug. It's a feature ;)

In fact, most of Z-Wave products are sending Alarm ON events, but never sends Alarm OFF events. All Fibaro are such. For this reason in the UI we make two devices: one for Alarm event and another to turn if OFF (disarm).

Re: Catching alarm events

Posted: 29 Jan 2015 12:13
by Gorilla
So, how do you arm the alarm?
I couldn't find any documentation on this.
I want my sensors to only react on movements when I "arm" them, and "disarm" them when I'm back home for example.

Re: Catching alarm events

Posted: 01 Feb 2015 22:41
by PoltoS
This is not arm/disarm. This is more like "reset to idle state" and then device will set alarm On on movement.

To use this arm/disarm you can involve any switch (even Dummy Device switch) and add it in logical rules.