You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_docs/z-wave/adding.markdown
+20-5Lines changed: 20 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
layout: page
3
3
title: "Z-Wave Devices - Adding and Removing"
4
4
description: "How to add and remove Z-Wave devices."
5
-
date: 2016-02-27 19:59
5
+
date: 2017-11-08 19:06
6
6
sidebar: true
7
7
comments: false
8
8
sharing: true
@@ -11,17 +11,29 @@ footer: true
11
11
12
12
## {% linkable_title Adding Non-Secure Devices %}
13
13
14
-
To add (include) a non-secure Z-Wave [device](/docs/z-wave/devices/) to your system, go to the [Z-Wave control panel](/docs/z-wave/control-panel/) in the Home Assistant frontend and click the **Add Node** button in the *Z-Wave Network Management* card. This will place the controller in inclusion mode, after which you should activate your device to be included by following the instructions provided with the device. Don't use this for secure devices, since this is likely to limit the features the device supports.
14
+
To add (include) a non-secure Z-Wave [device](/docs/z-wave/devices/) to your system:
15
+
16
+
1. Go to the [Z-Wave control panel](/docs/z-wave/control-panel/) in the Home Assistant frontend
17
+
2. Click the **Add Node** button in the *Z-Wave Network Management* card - this will place the controller in inclusion mode
18
+
3. Activate your device to be included by following the instructions provided with the device
19
+
20
+
Don't use this for [secure devices](https://home-assistant.io/docs/z-wave/adding/#adding-secure-devices), since this is likely to limit the features the device supports.
15
21
16
22
<pclass='note warning'>
17
-
Don't use the OpenZWave control panel (OZWCP), or the physical button on a controller, to add or remove devices. Many devices will only send the information about their capabilities at the time you include them. If you use the OpenZWave control panel, or the button on a device, then Home Assistant won't have that information. Using the physical button on a controller will also result in a non-security inclusion being performed, which may limit the features the device supports.
23
+
Don't use the OpenZWave control panel (OZWCP), **or the physical button on a controller**, to add or remove devices. Many devices will only send the information about their capabilities at the time you include them. If you use the OpenZWave control panel, or the button on a device, then Home Assistant won't have that information. Using the physical button on a controller will also result in a non-security inclusion being performed, which may limit the features the device supports.
18
24
</p>
19
25
20
26
When you add a device, it may initially appear without a specific entity ID (eg `zwave.__`) and without other identifying information. Running a *Heal* should help speed this process up, and you'll need to run a *Heal* anyway so that all the devices in your Z-Wave network learn about the new device. You *might* need to restart Home Assistant (not reboot the system) to have the entity ID fully visible.
21
27
22
28
## {% linkable_title Adding Secure Devices %}
23
29
24
-
Security Z-Wave devices require a network key before being added to the network using the **Add Secure Node** button in the Z-Wave Network Management card. You must set the *network_key* configuration variable to use a network key before adding these devices. Some devices only expose their full capabilities when included this way, you should always read the manual for your device to find out the recommended inclusion method.
30
+
Security Z-Wave devices require a network key - you must set the *network_key* configuration variable to use a network key before adding these devices. Some devices only expose their full capabilities when included this way, you should always read the manual for your device to find out the recommended inclusion method. To add (include) a secure Z-Wave device:
31
+
32
+
1. Go to the [Z-Wave control panel](/docs/z-wave/control-panel/) in the Home Assistant frontend
33
+
2. Click the **Add Node Secure** button in the *Z-Wave Network Management* card - this will place the controller in inclusion mode
34
+
3. Activate your device to be included by following the instructions provided with the device
35
+
36
+
### {% linkable_title Network Key %}
25
37
26
38
An easy script to generate a random key:
27
39
```bash
@@ -39,5 +51,8 @@ Ensure you keep a backup of this key. If you have to rebuild your system and don
39
51
40
52
## {% linkable_title Removing Devices %}
41
53
42
-
To remove (exclude) a Z-Wave device from your system, go to the Z-Wave control panel in the Home Assistant frontend and click the **Remove Node** button in the *Z-Wave Network Management* card. This will place the controller in exclusion mode, after which you should activate your device to be excluded by following the instructions provided with the device.
54
+
To remove (exclude) a Z-Wave device from your system:
43
55
56
+
1. Go to the Z-Wave control panel in the Home Assistant frontend
57
+
2. Click the **Remove Node** button in the *Z-Wave Network Management* card - this will place the controller in exclusion mode
58
+
3. Activate your device to be excluded by following the instructions provided with the device
0 commit comments