Reacting to a NOTIFICATION REPORT

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
jucs
Posts: 35
Joined: 28 Dec 2016 17:56

Reacting to a NOTIFICATION REPORT

Post by jucs »

Hi there,

I have a problem with my Fibaro leakage sensor. The sensor has a tamper alarm function which sends a "NOTIFICATION REPORT" to an associated device. I've configured the Z-Way controller as this device and I see the "event" in the log:

Code: Select all

[2017-02-09 01:50:40.219] [D] [zway] SETDATA devices.90.instances.0.commandClasses.113.data.7.eventParameters = byte[0]
[2017-02-09 01:50:40.220] [D] [zway]   ( zero-length buffer )
[2017-02-09 01:50:40.220] [D] [zway] SETDATA devices.90.instances.0.commandClasses.113.data.7.event = 3 (0x00000003)
[2017-02-09 01:50:40.223] [D] [zway] SETDATA devices.90.instances.0.commandClasses.113.data.7.eventString = "Tampering, product cover removed"
[2017-02-09 01:50:40.223] [D] [zway] SETDATA devices.90.instances.0.commandClasses.113.data.7.status = 255 (0x000000ff)
[2017-02-09 01:50:40.224] [D] [zway] SETDATA devices.90.instances.0.commandClasses.113.data.7 = Empty
However, there is no element in the UI that changes. I'd like to map it to a binary sensor or something similar, so that I see it in the log and can configure a notification to my mobile. How can I do that?

Thank you!
Post Reply