command class 0x71

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
jtylerhall
Posts: 11
Joined: 07 Feb 2013 17:59

command class 0x71

Post by jtylerhall »

I've got this device

http://www.fortrezz.com/index.php/produ ... sor-buzzer

I'd like to pickup the alarm, but when I test it to trigger it I'm seeing this in the log
[2013-10-30 23:42:46.760] SENT ACK
[2013-10-30 23:42:46.762] SETDATA devices.6.data.lastReceived = 0 (0x00000000)
[2013-10-30 23:42:46.763] SETDATA devices.1.instances.0.commandClasses.32.data.level = 148 (0x00000094)
[2013-10-30 23:42:46.809] RECEIVED: ( 01 10 00 04 00 06 0A 71 05 95 FF 00 FF 05 02 00 00 01 )
[2013-10-30 23:42:46.824] SENT ACK
[2013-10-30 23:42:46.826] Got frame from device 6 to controller, but command class 0x71 is not implemented
[2013-10-30 23:42:46.827] SETDATA devices.6.data.lastReceived = 0 (0x00000000)
[2013-10-30 23:42:46.861] RECEIVED: ( 01 09 00 04 00 06 03 20 01 94 42 )
[2013-10-30 23:42:46.871] SENT ACK
[2013-10-30 23:42:46.872] SETDATA devices.6.data.lastReceived = 0 (0x00000000)
[2013-10-30 23:42:46.873] SETDATA devices.1.instances.0.commandClasses.32.data.level = 148 (0x00000094)
[2013-10-30 23:42:46.919] RECEIVED: ( 01 10 00 04 00 06 0A 71 9A 00 FF 00 FF 05 02 00 00 0B )
[2013-10-30 23:42:46.934] SENT ACK
[2013-10-30 23:42:46.935] Got frame from device 6 to controller, but command class 0x71 is not implemented
[2013-10-30 23:42:46.937] SETDATA devices.6.data.lastReceived = 0 (0x00000000)
[2013-10-30 23:42:46.972] RECEIVED: ( 01 08 00 04 00 06 02 84 9C EF )
[2013-10-30 23:42:46.982] SENT ACK
[2013-10-30 23:42:46.983] SETDATA devices.6.data.lastReceived = 0 (0x00000000)
[2013-10-30 23:42:46.984] Node 6:0 CC Wakeup: Unknown command 0x9c
[2013-10-30 23:42:46.985] Error returned from _zway_cc_call_handler(zway, command, controller->id, 0, data[4], &data[5]): Not implemented by the library (-3)

I'd like to request the implementation of commandClass 0x71. I think this is probably the same command class used in the tamper alarm triggers on contact sensors?

I'm not sure if the z-way server itself is available on git or if I can make modifcations myself and compile it, but if it is I'm willing to do the work myself and return it you guys for review and addition to another release.
Thanks
User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

Z-Way already implements this

Post by PoltoS »

Z-Way already implements this 0x71 Command Class (it is called Alarm). Please try v1.4.1-rc1 to get Alarms work.
jtylerhall
Posts: 11
Joined: 07 Feb 2013 17:59

thanks!

Post by jtylerhall »

thanks!
Post Reply