Search found 15 matches

by jkebinger
03 Nov 2013 01:38
Forum: RaZberry
Topic: Door lock log entries have incorrect time
Replies: 0
Views: 3282

Door lock log entries have incorrect time

<r>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:<br/> <br/> [2013-11-02 18:17:52.132] Node 4:0 CC Security: passing de...
by jkebinger
30 Oct 2013 03:40
Forum: RaZberry
Topic: v1.4.1 - can't complete interview with Yale lock (security interview)
Replies: 2
Views: 3381

v1.4.1 - can't complete interview with Yale lock (security interview)

<t>The lock previously interviewed fine. I've left it all day to see if it would finish eventually, but the security section won't finish up. <br/> <br/> Here's the logs from when I pressed force re-interview next to security results:<br/> <br/> [2013-10-29 20:30:54.723] Executing script: zway.devic...
by jkebinger
30 Oct 2013 03:40
Forum: RaZberry
Topic: v1.4.1 - can't complete interview with Yale lock (security interview)
Replies: 2
Views: 3381

thanks

I excluded and re-included and the interview completed with many more sections than before
by jkebinger
29 Oct 2013 15:44
Forum: RaZberry
Topic: Can't use LoggingGet function on lock - please post example
Replies: 3
Views: 4222

Can't use LoggingGet function on lock - please post example

<t>I'm trying to test the LoggingGet functionality on a lock with the command<br/> <br/> "runJS('zway.devices[2].LoggingGet(10)')" at the javascript console of the UI. That generates an internal server error. The log is below<br/> <br/> [2013-10-29 08:40:16.786] result: Error: Uncaught TypeError: Pr...
by jkebinger
29 Oct 2013 15:44
Forum: RaZberry
Topic: Can't use LoggingGet function on lock - please post example
Replies: 3
Views: 4222

I can make the call now, but no data comes back

<r>So calling runCmd("devices[4].DoorLockLogging.Get(10)") calls the following URL<br/> <br/> <URL url="http://raspberrypi.local:8083/ZWaveAPI/Run/devices%5B4%5D.DoorLockLogging.Get%2810%29"><LINK_TEXT text="http://raspberrypi.local:8083/ZWaveAPI/ ... ng.Get(10)">http://raspberrypi.local:8083/ZWaveA...
by jkebinger
29 Oct 2013 15:22
Forum: RaZberry
Topic: Lock events at /ZWaveAPI/Data/ ?
Replies: 3
Views: 3777

Lock events at /ZWaveAPI/Data/ ?

<t>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.<br/> <br/> Why isn't the lock state reflected here?<br/> <br/> {<br/> device...
by jkebinger
29 Oct 2013 15:22
Forum: RaZberry
Topic: Lock events at /ZWaveAPI/Data/ ?
Replies: 3
Views: 3777

Here's the logs

<t>I unlocked and locked the deadbolt, generating the logs below, but the tree was not updated beyond this:<br/> <br/> {<br/> devices.4.data.lastSend: {<br/> name: "lastSend",<br/> value: 736208,<br/> type: "int",<br/> invalidateTime: 1383486642,<br/> updateTime: 1383494925<br/> },<br/> devices.4.da...
by jkebinger
29 Oct 2013 15:03
Forum: RaZberry
Topic: New version v1.4.1 still doesn't support alarm command
Replies: 2
Views: 3825

New version v1.4.1 still doesn't support alarm command

<t>The post about the new version (v1.4.1-rc1) indicates support for alarm command code, but i still see this in my logs after upgrading:<br/> <br/> [2013-10-29 07:52:47.379] Node 2:0 CC Security: Got secure frame, but Command Class 0x71 isn't registered, instantiating it as not supported<br/> [2013...
by jkebinger
29 Oct 2013 15:03
Forum: RaZberry
Topic: New version v1.4.1 still doesn't support alarm command
Replies: 2
Views: 3825

thanks

Didn't realize the little section headers were also buttons to hide and show actions!
by jkebinger
07 Jul 2013 18:58
Forum: RaZberry
Topic: zwaveapi/data call missing data?
Replies: 2
Views: 3576

zwaveapi/data call missing data?

<t>I'm experimenting with calling the endpoint /ZWaveAPI/Data/ to see changes to the data since a certain time. It appears information about the state of my lock is not included in the tree. Calling this after locking and unlocking the lock, both from the inside toggle and the outside touchscreen on...