Agave ISY Controller

Node Dump

If your device isn’t yet recognized by Agave, you can help get it added by sending the developer a node dump.

To create a node dump, you will need:

  • a computer web browser (such as Chrome)
  • the IP Address of your ISY
  • the username and password for your ISY
  1. In the browser address bar, type
    http(s)://<Your ISY’s IP Address>/rest/nodes
    For example: https://192.168.1.123/rest/nodes
  2. Enter the username and password for your ISY if prompted
  3. In the XML data that displays, locate the <address> of the node you are looking for
  4. Also locate any nodes where the <pnode> is the same (this is common for multi-devices and devices with batteries)
  5. Copy those node(s) from <node flag=”nn“> through </node> to a text file and send to the developer, along with a brief description of what you expect to see from the device.
  6. Additional information can be found by adding the Node address to the end of the URL
    Example: http(s)://<Your ISY’s IP Address>/rest/nodes/<node address>

Example Node: (Insteon Motion Sensor)

<node flag="128">
    <address>27 B3 99 1</address>
    <name>MotionSensorGarage-Sensor</name>
    <parent type="3">59890</parent>
    <type>16.1.65.0</type>
    <enabled>false</enabled>
    <deviceClass>0</deviceClass>
    <wattage>0</wattage>
    <dcPeriod>0</dcPeriod>
    <pnode>27 B3 99 1</pnode>
    <ELK_ID>A02</ELK_ID>
    <property id="ST" value=" " formatted=" " uom="on/off"/>
</node>
<node flag="0">
    <address>27 B3 99 2</address>
    <name>MotionSensorGarage-Dusk.Dawn</name>
    <parent type="3">59890</parent>
    <type>16.1.65.0</type>
    <enabled>false</enabled>
    <deviceClass>0</deviceClass>
    <wattage>0</wattage>
    <dcPeriod>0</dcPeriod>
    <pnode>27 B3 99 1</pnode>
    <ELK_ID>A03</ELK_ID>
    <property id="ST" value=" " formatted=" " uom="on/off"/>
</node>
<node flag="0">
    <address>27 B3 99 3</address>
    <name>MotionSensorGarage-Low bat</name>
    <parent type="3">59890</parent>
    <type>16.1.65.0</type>
    <enabled>false</enabled>
    <deviceClass>0</deviceClass>
    <wattage>0</wattage>
    <dcPeriod>0</dcPeriod>
    <pnode>27 B3 99 1</pnode>
    <ELK_ID>A04</ELK_ID>
    <property id="ST" value=" " formatted=" " uom="on/off"/>
</node>