Announcement

Collapse
No announcement yet.

How to extract a value and send in a hs.GetURL call

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to extract a value and send in a hs.GetURL call

    I am looking to sync some device values to an old Vera system I have controlling heating.. Need some time to transfer everything and its winter now so prefer to leave this part to the summer. My plan is to move z-wave sensors over and then just sync the values to the Vera. Can someone advise how to determine and grab a value from a device so that I can send it via something similar to the one below, but I would be replacing the value at the end (0 in this one) in the request with the value of a device setting.

    &hs.GetURL("192.168.0.43","/data_request?id=action&output_format=xml&DeviceNum=17&servic eId=urn:dcineco-com:serviceId:MSwitch1&action=SetStatus6&newStatus6=0",TRUE, 3480)

    Thanks
Working...
X