From 651a082cf0673b217871ed55f9e1a1c9d4225dd3 Mon Sep 17 00:00:00 2001
From: devdelay
Date: Wed, 24 Aug 2016 20:56:41 -0400
Subject: [PATCH] Update z-wave.markdown (#831)
* Update z-wave.markdown
add_node_secure
* Update z-wave.markdown
edit
---
source/getting-started/z-wave.markdown | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/source/getting-started/z-wave.markdown b/source/getting-started/z-wave.markdown
index aa4534e5b38..179f0d81656 100644
--- a/source/getting-started/z-wave.markdown
+++ b/source/getting-started/z-wave.markdown
@@ -90,6 +90,22 @@ $ ls /dev/ttyACM*
Depending on what's plugged into your USB ports, the name found above may change. You can lock in a name, such as `/dev/zwave`, by following [these instructions](http://hintshop.ludvig.co.nz/show/persistent-names-usb-serial-devices/).
+### {% linkable_title Adding Security Devices %}
+
+Security Z-Wave devices require a network key before being added to the network using the zwave.add_node_secure service. You must edit the options.xml file, located in your python-openzwave config_path to use a network key before adding these devices.
+
+Edit your options.xml file:
+
+```
+
+```
+> Uncomment the line:
+```
+
+```
+
+You can replace these values with your own 16 byte network key. For more information on this process see the [Open-Zwave](https://github.com/OpenZWave/open-zwave) wiki article [Adding Security Devices to OZW](https://github.com/OpenZWave/open-zwave/wiki/Adding-Security-Devices-to-OZW)
+
### {% linkable_title Events %}
#### {% linkable_title zwave.network_complete %}