zway commandClass exhaustive documentation

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
larryachu
Posts: 3
Joined: 28 Apr 2013 22:09

zway commandClass exhaustive documentation

Post by larryachu »

Hi,

I just started to work with the z-way-server on a Raspberry pi, and both the simple demo and the web app at port 8083 are working well. My main interest is to control DoorLock. In particular, to assign new UserCode to a lock.

For example, I can open and close the lock using:
http://ip:8083/ZWaveAPI/Run/devices[2]. ... ].Set(255)
http://ip:8083/ZWaveAPI/Run/devices[2]. ... 62].Set(0)

But I only found out these by looking at network packets. I could look at /htdocs/js/pyzw_zwave_ui.js in the function getMethodSpec and look up case 0x62 to see the expected values for commandClass 0x62.

Is there a place where:
1. all the command classes are listed (with associated ccId)
2. all the allowed parameters for the command class listed

Or can someone just post the URL to change the UserCode for a door lock?

Thanks!

Larry
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

All commands are liste in the

Post by PoltoS »

All commands are liste in the manual: http://razberry.z-wave.me/docs/zway.pdf

Next version of Z-Way will have expert commands tab which will show all list of commands available for the device.
Pitt13
Posts: 41
Joined: 13 Apr 2013 23:52

Hello,

Post by Pitt13 »

Hello,
when will the new version will be ready ?
Thanks
Pitt13
larryachu
Posts: 3
Joined: 28 Apr 2013 22:09

Any way to change door code?

Post by larryachu »

Is there an example URL that will change the door code? I am using a Kwikset HomeConnect lock.

L
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Tests are almost done. The

Post by PoltoS »

Tests are almost done. The new version will have quite a lot of stability improvements and small features. Hope we will publish it on 4th evening or 5th
Post Reply