Lock events at /ZWaveAPI/Data/ ?

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
jkebinger
Posts: 15
Joined: 17 Mar 2013 02:58

Lock events at /ZWaveAPI/Data/ ?

Post by jkebinger »

When I unlock my door (from the inside latch) all that is present in the list of events at /ZWaveAPI/Data/ is shown below. It looks like just the equivalent of a ping rather than any status about the lock state changing.

Why isn't the lock state reflected here?

{
devices.2.data.lastSend: {
name: "lastSend",
value: 2864253,
type: "int",
invalidateTime: 1383016997,
updateTime: 1383049197
},
devices.2.data.lastReceived: {
name: "lastReceived",
value: 0,
type: "int",
invalidateTime: 1373210765,
updateTime: 1383049197
},
updateTime: 1383049218
}
User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

Can you show the log during

Post by PoltoS »

Can you show the log during opening it? If the device send us nothing, we can do nothing on our side. Are you sure to have RaZberry in association groups.
jkebinger
Posts: 15
Joined: 17 Mar 2013 02:58

Here's the logs

Post by jkebinger »

I unlocked and locked the deadbolt, generating the logs below, but the tree was not updated beyond this:

{
devices.4.data.lastSend: {
name: "lastSend",
value: 736208,
type: "int",
invalidateTime: 1383486642,
updateTime: 1383494925
},
devices.4.data.lastReceived: {
name: "lastReceived",
value: 0,
type: "int",
invalidateTime: 1383428378,
updateTime: 1383494925
},
updateTime: 1383494935
}

[2013-11-03 11:00:41.563] RECEIVED: ( 01 08 00 04 00 04 02 98 40 2D )
[2013-11-03 11:00:41.565] SENT ACK
[2013-11-03 11:00:41.566] SETDATA devices.4.data.lastReceived = 0 (0x00000000)
[2013-11-03 11:00:41.567] Node 4:0 CC Security: sending Nonce Report
[2013-11-03 11:00:41.568] Adding job: Nonce report
[2013-11-03 11:00:41.580] SENDING (cb 0x05): ( 01 11 00 13 04 0A 98 80 49 0A 23 BA E8 2D E5 09 05 05 18 )
[2013-11-03 11:00:41.592] RECEIVED ACK
[2013-11-03 11:00:41.603] RECEIVED: ( 01 04 01 13 01 E8 )
[2013-11-03 11:00:41.604] SENT ACK
[2013-11-03 11:00:41.605] Delivered to Z-Wave stack
[2013-11-03 11:00:42.764] RECEIVED: ( 01 05 00 13 05 00 EC )
[2013-11-03 11:00:42.765] SENT ACK
[2013-11-03 11:00:42.766] Job 0x13 (Nonce report): Delivered
[2013-11-03 11:00:42.767] SETDATA devices.4.data.lastPacketInfo.delivered = True
[2013-11-03 11:00:42.768] SETDATA devices.4.data.lastPacketInfo.packetLength = 13 (0x0000000d)
[2013-11-03 11:00:42.769] SETDATA devices.4.data.lastPacketInfo.deliveryTime = 1161 (0x00000489)
[2013-11-03 11:00:42.770] SETDATA devices.4.data.lastPacketInfo = **********
[2013-11-03 11:00:42.771] SendData Response with callback 0x05 received: received by recipient
[2013-11-03 11:00:42.772] SETDATA devices.4.data.lastSend = 693402 (0x000a949a)
[2013-11-03 11:00:42.773] Job 0x13 (Nonce report): success
[2013-11-03 11:00:42.774] Removing job: Nonce report
[2013-11-03 11:00:42.785] RECEIVED: ( 01 1E 00 04 00 04 18 98 81 FF 1E 2C 9F 39 39 6B B5 3B 19 95 58 1A 49 CC 27 37 93 6F 9F E1 AB 25 )
[2013-11-03 11:00:42.786] SENT ACK
[2013-11-03 11:00:42.787] SETDATA devices.4.data.lastReceived = 0 (0x00000000)
[2013-11-03 11:00:42.788] Node 4:0 CC Security: Received a secure message
[2013-11-03 11:00:42.789] SETDATA devices.4.instances.0.commandClasses.152.data.firstPart = **********
[2013-11-03 11:00:42.789] Node 4:0 CC Security: passing decrypted packet to application level: [ 71 05 15 01 ]
[2013-11-03 11:00:42.790] SETDATA devices.4.instances.0.commandClasses.113.data.V1event.type = 21 (0x00000015)
[2013-11-03 11:00:42.791] SETDATA devices.4.instances.0.commandClasses.113.data.V1event.level = 1 (0x00000001)
[2013-11-03 11:00:42.792] SETDATA devices.4.instances.0.commandClasses.113.data.V1event = Empty
[2013-11-03 11:01:01.659] Job 0x13: deleted from queue
[2013-11-03 11:08:43.941] RECEIVED: ( 01 08 00 04 00 04 02 98 40 2D )
[2013-11-03 11:08:43.942] SENT ACK
[2013-11-03 11:08:43.943] SETDATA devices.4.data.lastReceived = 0 (0x00000000)
[2013-11-03 11:08:43.944] Node 4:0 CC Security: sending Nonce Report
[2013-11-03 11:08:43.945] Adding job: Nonce report
[2013-11-03 11:08:43.946] SENDING (cb 0x06): ( 01 11 00 13 04 0A 98 80 9F 25 C8 74 F7 AF E5 B7 05 06 E4 )
[2013-11-03 11:08:43.957] RECEIVED ACK
[2013-11-03 11:08:43.969] RECEIVED: ( 01 04 01 13 01 E8 )
[2013-11-03 11:08:43.970] SENT ACK
[2013-11-03 11:08:43.971] Delivered to Z-Wave stack
[2013-11-03 11:08:45.121] RECEIVED: ( 01 05 00 13 06 00 EF )
[2013-11-03 11:08:45.123] SENT ACK
[2013-11-03 11:08:45.124] Job 0x13 (Nonce report): Delivered
[2013-11-03 11:08:45.124] SETDATA devices.4.data.lastPacketInfo.delivered = True
[2013-11-03 11:08:45.125] SETDATA devices.4.data.lastPacketInfo.packetLength = 13 (0x0000000d)
[2013-11-03 11:08:45.126] SETDATA devices.4.data.lastPacketInfo.deliveryTime = 1153 (0x00000481)
[2013-11-03 11:08:45.127] SETDATA devices.4.data.lastPacketInfo = **********
[2013-11-03 11:08:45.128] SendData Response with callback 0x06 received: received by recipient
[2013-11-03 11:08:45.130] SETDATA devices.4.data.lastSend = 736208 (0x000b3bd0)
[2013-11-03 11:08:45.131] Job 0x13 (Nonce report): success
[2013-11-03 11:08:45.132] Removing job: Nonce report
[2013-11-03 11:08:45.142] RECEIVED: ( 01 1E 00 04 00 04 18 98 81 66 8C 1D 5F FD BF C1 8F 03 E1 DD 49 BE 9F 21 38 12 F3 40 B3 2E F4 C2 )
[2013-11-03 11:08:45.143] SENT ACK
[2013-11-03 11:08:45.144] SETDATA devices.4.data.lastReceived = 0 (0x00000000)
[2013-11-03 11:08:45.145] Node 4:0 CC Security: Received a secure message
[2013-11-03 11:08:45.146] SETDATA devices.4.instances.0.commandClasses.152.data.firstPart = **********
[2013-11-03 11:08:45.146] Node 4:0 CC Security: passing decrypted packet to application level: [ 71 05 15 01 ]
[2013-11-03 11:08:45.147] SETDATA devices.4.instances.0.commandClasses.113.data.V1event.type = 21 (0x00000015)
[2013-11-03 11:08:45.148] SETDATA devices.4.instances.0.commandClasses.113.data.V1event.level = 1 (0x00000001)
[2013-11-03 11:08:45.148] SETDATA devices.4.instances.0.commandClasses.113.data.V1event = Empty
[2013-11-03 11:09:04.033] Job 0x13: deleted from queue


User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

The Alarm data is updated

Post by PoltoS »

The Alarm data is updated (seen in the log), but not propagated to the UI, since this Command Class is snot supported by the device, but controlled. But you can request it explicitelly via direct URL.

We will allow soon controlled CCs propagation too
Post Reply