Jump to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

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.

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

http://10.0.x.x/rest/zwave/node/ZW023_1/config/query/2

Missing config and the parameter at the end. 

 

 

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.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.