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.

Can you use your browser (REST) to query the COMMAND_CLASS_VERSION VERSION_GET?

Featured Replies

Posted

I know that you can use your browser (REST) to access your ISY994 Z-Wave devices ...

 

http://<your-isy-ip>:<port>/rest/zwave/node/ZW034_1/info/get

 

This allows you to see the current status of the device.  This was an Aeotec Multisensor 6:

 

<nodeinfo>
<node id="ZW034_1" type="118">
<sts>
<st id="UV" uom="71"/>
<st id="CLIHUM" uom="22"/>
<st id="LUMIN" uom="36"/>
<st id="CLITEMP" uom="4"/>
<st id="BATLVL" uom="51"/>
<st id="ST" uom="51"/>
</sts>
<ctls>
<ctl id="DON" uom="51"/>
</ctls>
</node>
</nodeinfo>
 
And I see that you can query and change parameters of the device, too.
 
/rest/zwave/node/<nodeAddress>/config/query/<parameterNumber>
 
/rest/zwave/node/<nodeAddress>/config/set/<parameterNumber>/<value>/<size>
 
My question is whether or not there is a way to issue other commands to the device ... for example, COMMAND_CLASS_VERSIONVERSION_GET?
 
Can someone point me in the right direction?

Hi scheelware,

 

This is no way to run individual Z-Wave command class commands directly using the ISY.  The only commands available are those in the section (or the section for v5.0)

Archived

This topic is now archived and is 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.