Search found 160 matches

by Mike Yeager
16 May 2014 21:57
Forum: Discussions in English
Topic: Everspring HSM02 door/window sensor
Replies: 4
Views: 28361

Everspring HSM02 door/window sensor

Yesterday, I picked up one of these sensors to experiment and learn with. It is included and associated with both group 1 and 2. In the Blue UI, I can see the sensor and opening and closing the contacts shows up immediately in the UI. I am able to read the battery status from a web browser but I can...
by Mike Yeager
13 May 2014 22:39
Forum: Discussions in English
Topic: Noob guide?
Replies: 4
Views: 22342

Re: Noob guide?

I can understand that it takes time to write manuals and that they may very well be obsolete before they were ever finished. I'm doing my best to learn what I can and read the forums looking for hints. I appreciate whatever assistance I get on the forums and when it's all said and done, hope to know...
by Mike Yeager
13 May 2014 22:19
Forum: Device specific
Topic: kwikset can't pass security interview EVERRRR
Replies: 5
Views: 11251

Re: kwikset can't pass security interview EVERRRR

I appear to have several directories for z-way-server. Should I be deleting the older ones or is there some sort of cleanup recommended???
by Mike Yeager
13 May 2014 20:32
Forum: Discussions in English
Topic: Controlling and Querying devices
Replies: 12
Views: 50260

Re: Controlling and Querying devices

Okay, I am learning that when the lock is manually locked or unlocked, the value is not being changed. This, I'm guessing, is because it's being reported as an alarm event as you mentioned above. I'm going to look for it, but how do I associate the Razberry to group 1? When I activate the lock from ...
by Mike Yeager
13 May 2014 06:06
Forum: Discussions in English
Topic: Noob guide?
Replies: 4
Views: 22342

Re: Noob guide?

Unfortunately, many people that are getting into this are likely home hobbyists that are trying to learn as they go. That is the case with myself and as I stated in another thread, until I understand a bit of how this all works, the dev guide is a bit over my head as well. I'm getting there and I se...
by Mike Yeager
13 May 2014 05:49
Forum: Discussions in English
Topic: Controlling and Querying devices
Replies: 12
Views: 50260

Re: Controlling and Querying devices

I'll have to experiment with this a bit to truly get it but it seems easy enough. I tried the get usercode command but since I entered the codes at the lock itself, I'm getting a null return. Obviously not going to mess with that at 11pm.... Now that I'm learning a few things, the dev guide may be a...
by Mike Yeager
13 May 2014 05:36
Forum: Discussions in English
Topic: Simple turn on and off query
Replies: 4
Views: 20362

Re: Simple turn on and off query

Now that may actually help with my understanding of how to work this thing. I'm getting the hang of the lock although there are many features I have yet to figure out how to support... Knowing that the commands can be simplified will make a difference.....
by Mike Yeager
12 May 2014 05:00
Forum: Discussions in English
Topic: Controlling and Querying devices
Replies: 12
Views: 50260

Re: Controlling and Querying devices

Thank you very much for your reply. This is exactly what I needed to know. I haven't been able to figure out yet how to tap into the module system to help me do what I want to do. Assuming that the lock reports it's battery status fairly regularly and that this call queries the last reported status ...
by Mike Yeager
12 May 2014 04:42
Forum: Discussions in English
Topic: Simple turn on and off query
Replies: 4
Views: 20362

Re: Simple turn on and off query

I have been working with a Kwikset deadbolt lock and so far I've managed to get it to lock and unlock. The command to lock is : http://192.168.0.220:8083/ZWaveAPI/Run/devices[2].instances[0].commandClasses[0x62].Set[255] If I replace the 255 with a 0, it unlocks it. I'm trying now to find a reliable...
by Mike Yeager
10 May 2014 23:57
Forum: Discussions in English
Topic: Controlling and Querying devices
Replies: 12
Views: 50260

Controlling and Querying devices

I am trying to figure out how to control and query devices from a Python program. I have figured out how to lock and unlock a Kwikset deadbolt using the HTML command: http://192.168.0.220:8083/ZWaveAPI/Run/devices[2].instances[0].commandClasses[0x62].Set[255] Using Set(0) unlocks it. What I'm trying...