PST02-A events

Discussions about existing Z-Wave device and their usage with Z-Way/Z-Cloud/Z-Box
Post Reply
Mirar
Posts: 113
Joined: 19 Oct 2014 16:54
Location: Stockholm

PST02-A events

Post by Mirar »

How are "notification reports" supposed to be handled?

Code: Select all

[2015-02-01 18:06:20.177] [D] [zway] SETDATA devices.16.instances.0.commandClasses.113.data.6.eventParameters = byte[0]
[2015-02-01 18:06:20.179] [D] [zway] SETDATA devices.16.instances.0.commandClasses.113.data.6.event = 23 (0x00000017)
[2015-02-01 18:06:20.184] [D] [zway] SETDATA devices.16.instances.0.commandClasses.113.data.6.eventString = ""
[2015-02-01 18:06:20.185] [D] [zway] SETDATA devices.16.instances.0.commandClasses.113.data.6.status = 255 (0x000000ff)
In this case the event is 0x17, meaning the door is closed. However, this doesn't show up anywhere in the expert ui or as any interpreted door status, what I can spot.
thaui
Posts: 65
Joined: 28 Jan 2015 19:14

Re: PST02-A events

Post by thaui »

I have also big problems even to get the interview finished with an Philio Sensor PST02-1B. I am not sure is it the razberry software or the sensor firmware. Seems that razberry has some problems with zwave plus devices. :(
Mirar
Posts: 113
Joined: 19 Oct 2014 16:54
Location: Stockholm

Re: PST02-A events

Post by Mirar »

thaui wrote:I have also big problems even to get the interview finished with an Philio Sensor PST02-1B. I am not sure is it the razberry software or the sensor firmware. Seems that razberry has some problems with zwave plus devices. :(
I have problems with interview on lots of devices, especially battery powered ones. It usually works out with a combination of "force interview" and specific interview questions and prodding the device to wake up. (I still think z-way should be a little more persuasive on interviews.)
pofs
Posts: 688
Joined: 25 Mar 2011 19:03

Re: PST02-A events

Post by pofs »

Mirar wrote:In this case the event is 0x17, meaning the door is closed. However, this doesn't show up anywhere in the expert ui or as any interpreted door status, what I can spot.
The Notification/Alarm CC has rather shitty design, and it doesn't define a lot of states (they're rather reserved or manufacturer-specific), so it is really a pain to handle them for all possible devices.

BTW, according to Pepper1 database, PST02-A doesn't have Alarm (0x71) in NIF. Is it actually there? Which version does it have? If it is version 1, alarm mappings might be needed to map v1 to v2 events.
Mirar
Posts: 113
Joined: 19 Oct 2014 16:54
Location: Stockholm

Re: PST02-A events

Post by Mirar »

This is what the expert UI interview results tells me:
Basic, SensorBinary, SensorMultilevel, AssociationGroupInformation, DeviceResetLocally, ZWavePlusInfo, Configuration, Alarm, ManufacturerSpecific, PowerLevel, FirmwareUpdate, Battery, Wakeup, Association, Version, MultiCmd, Security
Alarm interview results:

Code: Select all

/: None (01.02.2015)
    6: None (01.02.2015)
        typeString: Access Control (01.02.2015)
        status: 255 (12:16)
        eventMask: 3 (01.02.2015)
        event: 23 (12:16)
        eventString: (12:16)
        eventParameters: (12:16)
        eventSequence: None (07.02.2015)
    7: None (01.02.2015)
        typeString: Burglar (01.02.2015)
        status: 255 (12:31)
        eventMask: 2050 (01.02.2015)
        event: 8 (12:31)
        eventString: (12:31)
        eventParameters: (12:31)
        eventSequence: None (07.02.2015)
    supported: true (01.02.2015)
    version: 4 (01.02.2015)
    security: true (01.02.2015)
    interviewDone: true (01.02.2015)
    interviewCounter: 8 (01.02.2015)
    V1supported: false (01.02.2015)
    typeMask: 192 (01.02.2015)
    V1event: None (01.02.2015)
        alarmType: None (01.02.2015)
        level: None (01.02.2015)
Post Reply