You can manage S2 devices through the Java API package (refer to the com.prosyst.mbs.services.zwave.ZWaveS2Bootstrapping interface) or using console commands as shown below:
Add S2 Devices
The following steps show how to include an S2 device in the network.
1. Ensure that your device is not included in another network.
2. Initiate inclusion mode with the Device Specific Key (DSK):
$ aans2 <DSK>
3. Perform the device inclusion steps.
Аfter the inclusion interview is complete, wait for a few seconds and execute the "ls" command - now the device will be visible.
Provision Device entry with Smart Start
The following steps show how create a Provisioning Device entry.
The Smart Start console commands only references the mandatory Smart Start device entry data, as it is meant for development purposes only.
1. Enter device DSK (8 5-digit positive numbers):
$ proventry add 12345 12345 12345 12345 12345 12345 12345 12345 12345
2. Plug the device in. Automatic inclusion starts.
The device encryption and meta information defined by the Smart Start specification must be provisioned in advance within a solution, so that that the end users are able to benefit from the out-of-the-box experience.