Search found 9 matches

by dholland
02 May 2013 20:01
Forum: RaZberry
Topic: has system(command) been implemented
Replies: 2
Views: 3909

has system(command) been implemented

<r>Hi, has system(command) been implemented in RaZberry or am i doing something wrong?<br/> <br/> Zway is returning "Not Found" when I send<br/> <URL url="http://localhost:8083/system%28%22hostname">http://localhost:8083/system("hostname</URL> -i")<br/> or<br/> <URL url="http://localhost:8083/ZWaveA...
by dholland
02 May 2013 20:01
Forum: RaZberry
Topic: has system(command) been implemented
Replies: 2
Views: 3909

Thanks!

Thanks!
by dholland
09 Apr 2013 22:12
Forum: RaZberry
Topic: Where to find Basic, Generic & Specific type descriptions
Replies: 2
Views: 4349

Where to find Basic, Generic & Specific type descriptions

<t>Under device.data there are numbers representing basicType, genericType & specificType. Where do i find what the descriptions are for these? I didn't see anything in the docs. <br/> <br/> Are there any plans to add a "string" field to the api for this like the deviceTypeString?<br/> <br/> Tha...
by dholland
09 Apr 2013 22:12
Forum: RaZberry
Topic: Where to find Basic, Generic & Specific type descriptions
Replies: 2
Views: 4349

It looks like the

It looks like the deviceTypeString is a combination of the Generic type id & Specific type id in the /translations/DeviceClasses.xml file.

GenericType description = name under Generic ID.
deviceTypeString = description under the specificType of the Generic ID.
by dholland
29 Mar 2013 05:06
Forum: RaZberry
Topic: Delta value from Meter Command Class
Replies: 2
Views: 4269

Delta value from Meter Command Class

<r>Can anyone tell me what I'm doing wrong when trying to get Delta value from Meter Command Class (AEON Labs Smart Switch)? Thanks.<br/> <br/> Null is returned when I send:<br/> <URL url="http://localhost:1234/ZWaveAPI/Run/devices%5B3%5D.instances%5B0%5D.commandClasses%5B50%5D.Get"><LINK_TEXT text=...
by dholland
29 Mar 2013 05:06
Forum: RaZberry
Topic: Delta value from Meter Command Class
Replies: 2
Views: 4269

Thank you - working correctly

Thank you - working correctly now.
http:// localhost:1234/ZWaveAPI/Run/devices[3].instances[0].commandClasses[50].data[2].delta.valueOf()
by dholland
28 Mar 2013 14:38
Forum: RaZberry
Topic: Command line examples for switching
Replies: 6
Views: 8188

It looks like you're using

It looks like you're using /Run/devices[X] instead of /Run/devices[2] in the above post. If that's true, it would throw the error.
by dholland
24 Mar 2013 01:16
Forum: RaZberry
Topic: Why is there no ZWaveAPI description ?
Replies: 4
Views: 5873

I am struggling with pulling

I am struggling with pulling the delta, previous, rateType, etc from the Meter Command Class also. Examples would be a great help.