How to get luminescence from a sensor through ZWaveAPI?
Posted: 12 May 2014 15:21
I have a sensor which can measure humidity, luminescence and temperature. It has device ID 3.
When requesting: http://localhost:8083/ZWaveAPI/Run/devi ... nstances[0] it returns json data which i have uploaded to the following link:
http://pastebin.com/R1iWq3VT
The value I am looking for resides in commandClass 49. Under this class, there is a variable (or class?) called 3. The "val" attribute in 3 holds the luminescence which is 1000.
I have tried various ways to construct a URL to retrieve this value but can't get it right.
What should the URL look like?
Thanks
When requesting: http://localhost:8083/ZWaveAPI/Run/devi ... nstances[0] it returns json data which i have uploaded to the following link:
http://pastebin.com/R1iWq3VT
The value I am looking for resides in commandClass 49. Under this class, there is a variable (or class?) called 3. The "val" attribute in 3 holds the luminescence which is 1000.
I have tried various ways to construct a URL to retrieve this value but can't get it right.
What should the URL look like?
Thanks