Door lock log entries have incorrect time

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

Door lock log entries have incorrect time

Post by jkebinger »

So i can only see the door lock log entries in the z-way log file. The time information is always the same. Is there a parsing problem or is the lock not able to get time information from the z-wave controller. See log entries:

[2013-11-02 18:17:52.132] Node 4:0 CC Security: passing decrypted packet to application level: [ 4c 04 01 07 d0 01 01 20 00 00 08 00 71 70 ]
[2013-11-02 18:17:52.133] SETDATA devices.4.instances.0.commandClasses.76.data.1 = Empty
[2013-11-02 18:17:52.134] SETDATA devices.4.instances.0.commandClasses.76.data.1.time = Empty
[2013-11-02 18:17:52.135] SETDATA devices.4.instances.0.commandClasses.76.data.1.event = Empty
[2013-11-02 18:17:52.135] SETDATA devices.4.instances.0.commandClasses.76.data.1.uId = Empty
[2013-11-02 18:17:52.136] SETDATA devices.4.instances.0.commandClasses.76.data.1.eventString = Empty
[2013-11-02 18:17:52.137] SETDATA devices.4.instances.0.commandClasses.76.data.1.time = "2000-1-1, 00:00:00"
[2013-11-02 18:17:52.138] SETDATA devices.4.instances.0.commandClasses.76.data.1.event = 8 (0x00000008)
[2013-11-02 18:17:52.139] SETDATA devices.4.instances.0.commandClasses.76.data.1.uId = 0 (0x00000000)
[2013-11-02 18:17:52.140] SETDATA devices.4.instances.0.commandClasses.76.data.1.eventString = "Key or latch operation locked"


[2013-11-02 18:20:08.262] Node 4:0 CC Security: passing decrypted packet to application level: [ 4c 04 0a 07 d0 01 01 20 00 00 02 01 71 70 ]
[2013-11-02 18:20:08.263] SETDATA devices.4.instances.0.commandClasses.76.data.10.time = "2000-1-1, 00:00:00"
[2013-11-02 18:20:08.264] SETDATA devices.4.instances.0.commandClasses.76.data.10.event = 2 (0x00000002)
[2013-11-02 18:20:08.264] SETDATA devices.4.instances.0.commandClasses.76.data.10.uId = 1 (0x00000001)
[2013-11-02 18:20:08.266] SETDATA devices.4.instances.0.commandClasses.76.data.10.eventString = "Unlock Command: Keypad access code verified unlock command"



I can't see the door lock log entries anywhere but in the z-way log file (how can i get results from calls like
http://raspberrypi.local:8083/ZWaveAPI/ ... ng.Get(10))?



Post Reply