Search found 19 matches

by dylancaponi
07 Aug 2014 21:28
Forum: Discussions in English
Topic: Kwikset Locks...
Replies: 16
Views: 128419

Re: Kwikset Locks...

I'm just refreshing the browser a couple seconds after:
http://rasIP:8083/ZWaveAPI/Run/devices[ ... Type.value
by dylancaponi
29 Jul 2014 02:52
Forum: Discussions in English
Topic: Kwikset Locks...
Replies: 16
Views: 128419

Re: Kwikset Locks...

I found this manual: http://s7d5.scene7.com/is/content/BDHHI/Website%20Content/Kwikset/Resources/KwiksetSmartCodeManual.pdf Which has instructions for Automatic - Bolt Direction Determination (Door Handling) on page 5 - section 8. After following instructions (with lock on desk and no obstructions) ...
by dylancaponi
20 Jul 2014 03:04
Forum: Discussions in English
Topic: Kwikset Locks...
Replies: 16
Views: 128419

Re: Kwikset Locks...

I followed your instructions. Excluded the device, removed batteries, waited, reinserted batteries, reincluded device within an inch from the controller. Used expert console to lock and unlock device. V1 event alarm value is still 23. The lock was bought in the last six months. I have two lock facep...
by dylancaponi
19 Jul 2014 05:32
Forum: Discussions in English
Topic: Kwikset Locks...
Replies: 16
Views: 128419

Re: Kwikset Locks...

Ok, the first issue is that the device had never completed an interview. After upgrading to v1.7.1 this is the first time I have seen interviewDone = true. So that's a step in the right direction. Here is the output of http://192.168.1.5:8083/ZWaveAPI/Run/devices[5].Alarm.data {"invalidateTime&...
by dylancaponi
19 Jul 2014 00:06
Forum: RaZberry
Topic: Debugger for Z-Way JavaScript
Replies: 51
Views: 115346

Re: Debugger for Z-Way JavaScript

Upgraded zway to current version (woops): wget -q -O - razberry.z-wave.me/install | sudo bash Went back and changed z-way-server file again as you explained above. Restarted z-way-server and rebooted pi several times. The ssh tunnel seemed to have no effect on results. Refreshed browser and get this...
by dylancaponi
18 Jul 2014 22:56
Forum: Discussions in English
Topic: Experimenting with JS Automation....
Replies: 4
Views: 53288

Re: Experimenting with JS Automation....

Haha, I didn't even mean for the pun. Just bumping a thread back to the top. I also want to know the answer to this question.
by dylancaponi
18 Jul 2014 22:46
Forum: RaZberry
Topic: Debugger for Z-Way JavaScript
Replies: 51
Views: 115346

Re: Debugger for Z-Way JavaScript

Thx for quick reply. Node inspector loads at that address but is not populated. It's totally empty. There's nothing under console or sources and I've clicked around the tabs at the bottom as well. Cmd + O opens a blank window with nothing to choose.
by dylancaponi
18 Jul 2014 03:17
Forum: RaZberry
Topic: Debugger for Z-Way JavaScript
Replies: 51
Views: 115346

Re: Debugger for Z-Way JavaScript

Followed the kambis guide. My npm, node, and node-inspector versions match. I run node-inspector and get proper output: node-inspector --debug-port 8183 Node Inspector v0.7.4 Visit http://127.0.0.1:8080/debug?port=8183 to start debugging. Then I create a tunnel and am prompted for a password: ssh -N...
by dylancaponi
18 Jul 2014 01:26
Forum: Discussions in English
Topic: Newbie questions...
Replies: 6
Views: 47979

Re: Newbie questions...

I would also like more advice about:
"detecting the changes in various Z-Wave devices and notifying another program of the changes."
and:
"getting this code running" (the mini-ui)
if anyone can help.