Jump to content

Recommended Posts

Posted

I have the occasion to update device properties on two Aeotec Trisensors I acquired recently. There appears to be a means to set a device's properties by specifying a parameter to be updated along with its value in the Admin UI. There doesn't appear to be a means to view the device property values directly. I think I found another post in this forum which describes in general detail how to pull the parameter values in a script and assign it to a variable to email or text it out. Seems like a kludge if all you want to do is to see the current device property value is set to.

Is there an easy way to see the parameter values set for a device? If the script route is prescribed, can someone describe in detailed terms how this is done? Thanks.

Posted (edited)

Can you post the URL without password and username? 

 

Or at least mask it so there we can see the format of the URL. 

Edited by Mecheng70
Posted

Hi @matapan - I did a little testing on this.  It appears that a 404 error indicates that the parameter value is not valid for the device.   You were attempting to query parameter #2.  Try to query it in the admin console.  I suspect you will get an error.

As an example:

Parameter 151 is valid for the device I tested:
http://x.x.x.x/rest/zwave/node/ZW018_1/config/query/151 
returns:
<config paramNum="151" size="2" value="50"/>

However, parameter 1 is not valid for teh device I tested:
http://x.x.x.x/rest/zwave/node/ZW018_1/config/query/1 
returns:
<RestResponse succeeded="false">
<status>404</status>
</RestResponse>

Guest
This topic is now closed to further replies.

×
×
  • Create New...