Posted January 17, 20187 yr 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_VERSION, VERSION_GET? Can someone point me in the right direction?
January 18, 20187 yr 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.