Whilst I am waiting for my Z-Wave thermostats to arrive I have hooked up some temperature sensors and I would like to ask Voxcommando to report the temperatures on command.
i.e "What is the Lounge temperature"
I am using this http command for a scrape report
http://192.168.0.155/api/devices?id={1}{1} = Z-Wave node ID 81
This http command delivers the following dump -
{"id":81,"name":"Lounge Brass 75.5","roomID":4,"type":"com.fibaro.temperatureSensor","baseType":"com.fibaro.multilevelSensor","enabled":true,"visible":true,"isPlugin":false,"parentId":75,"remoteGatewayId":0,"interfaces":["zwave"],"properties":{"parameters":[{"id":1,"lastSetValue":0,"size":2,"value":0},{"id":2,"lastSetValue":0,"size":2,"value":0},{"id":3,"lastSetValue":1,"size":1,"value":1},{"id":4,"lastSetValue":1,"size":1,"value":1},{"id":5,"lastSetValue":255,"size":1,"value":255},{"id":6,"lastSetValue":255,"size":1,"value":255},{"id":7,"lastSetValue":255,"size":1,"value":255},{"id":8,"lastSetValue":255,"size":1,"value":255},{"id":9,"lastSetValue":0,"size":1,"value":0},{"id":10,"lastSetValue":20,"size":1,"value":20},{"id":11,"lastSetValue":200,"size":1,"value":200},{"id":12,"lastSetValue":8,"size":1,"value":8},{"id":13,"lastSetValue":0,"size":1,"value":0},{"id":14,"lastSetValue":0,"size":1,"value":0}],"associationSet":[{"devices":[],"groupID":1},{"devices":[],"groupID":2},{"devices":[1],"groupID":3}],"associationView":[{"devices":[],"groupID":1},{"devices":[],"groupID":2},
{"devices":1],"groupID":3}],"zwaveCompany":"Fibargroup","zwaveInfo":"3,3,52","zwaveVersion":"2.1","pollingTimeSec":0,"configured":"true","dead":"false",
"deviceControlType":"0","deviceIcon":"30","emailNotificationID":"0","emailNotificationType":"0","endPointId":"5","liliOffCommand":"","liliOnCommand":"","log":"","logTemp":"",
"manufacturer":"","markAsDead":"true","model":"","nodeId":"22","offset":"0.00","parametersTemplate":"85","productInfo":"1,15,5,1,16,2,2,1",
"pushNotificationID":"0","pushNotificationType":"0","remoteGatewayId":"0","saveLogs":"true","showFireAlarm":"true","showFreezeAlarm":"false",
"smsNotificationID":"0","smsNotificationType":"0","unit":"C","useTemplate":"true","userDescription":"","value":"20.00"},"actions":{"reconfigure":0},"created":1425556131,"modified":1425556131,"sortOrder":45}I don't know how to filter out the
"value":"20.00" which is the current temperature.
I believe I need to update nime5ter's previous syntax
"value":"(\w.*?)"
that was used when checking if a node was on but I don't know where I can find any help documents on this. Unfortunately videos didn't help me either. Forgive me if I'm totally off the mark with this.
Thank you in advance.
Steve