Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Add/Remove Z-Wave devices through the terminal 

...

Type 

Code Block
languagejava
enter zwave

...

terminal

To be able to add/remove Z-Wave devices through the terminal enter command group zwave in the Web Terminal.

Add

...

  1. To start the process of adding a Z-Wave product, type

    Code Block
    languagejava
    learn start
    in the console to start the inclusion/exclusion process.
    add start


  2. Set the device you want to add in pairing mode. Usually you have to press a button on the device three (3) times quickly. To be sure on how you add that particular device, please read the manual of the device for more details.  
  3. When the inclusion/exclusion is succeeded/failed, it will print the status logs in the console.    

Add/Remove Z-Wave devices with S2 security 

  1. Enter the Web Terminal in the Animus Heart GUI.

    Type 

    .
  2. If further steps are needed (e.g. accepting Security keys and input of DSK) this will be prompted in the console.
  3. After the device is successfully included an interview of the device is started after which it shows up in the framework.

Remove

  1. To start the process of removing a Z-Wave product, type

    Code Block
    languagejava
    enterremove zwavestart


  2. When the exclusion is done, or if is fails, this is printed in the console.Set the including controller in inclusion/exclusion mode. Refer to the manual of the including device for details on how to set it in inclusion/exclusion mode.  

    Type 

Replace failed

The process of replacing a failed Z-Wave product with another (non-included) device is the same as adding a new Z-Wave device (through the console), except that the first step is:

Code Block
languagejava

...

add start

...

 <failed node to be replaced>


Remove failed

The process of removing a failed Z-Wave product is the same as removing a Z-Wave device (through the console), except that the first step is:

Code Block
languagejava
remove start <failed node to be removed>