Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3686974

Browse files
authored
Tweaks for readability
1 parent 9b3e54e commit 3686974

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

source/_docs/z-wave/adding.markdown

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page
33
title: "Z-Wave Devices - Adding and Removing"
44
description: "How to add and remove Z-Wave devices."
5-
date: 2016-02-27 19:59
5+
date: 2017-11-08 19:06
66
sidebar: true
77
comments: false
88
sharing: true
@@ -11,17 +11,29 @@ footer: true
1111

1212
## {% linkable_title Adding Non-Secure Devices %}
1313

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.
1521

1622
<p class='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.
1824
</p>
1925

2026
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.
2127

2228
## {% linkable_title Adding Secure Devices %}
2329

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 %}
2537

2638
An easy script to generate a random key:
2739
```bash
@@ -39,5 +51,8 @@ Ensure you keep a backup of this key. If you have to rebuild your system and don
3951

4052
## {% linkable_title Removing Devices %}
4153

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:
4355

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

Comments
 (0)