Get value for Temp from multilevel sensor

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
n4zg
Posts: 9
Joined: 24 Jun 2014 14:09

Get value for Temp from multilevel sensor

Post by n4zg »

Hi im trying to get the value for Temp, humidity and lumin from a ROuting multi sensor from a webpage i dont know the syntax.. ive tried a few different options but no luck any suggestions please ..

Code: Select all

http://<ipaddress>:8083/ZWaveAPI/Run/devices[8].Temperature
Thanks
pofs
Posts: 688
Joined: 25 Mar 2011 19:03

Re: Get value for Temp from multilevel sensor

Post by pofs »

It actually depends on your device.

Perhaps it would be something like /ZWaveAPI/Run/devices[8].SensorMultilevel.data[1].val.value
You can always dump a JSON subtree (either for a whole device, or just for SensorMultilevel) and find data you need.
Post Reply