Skip to content

Commit 8f20b9d

Browse files
andrey-gitLandrash
authored andcommitted
Add print_config_parameter service to z-wave (home-assistant#1698)
* Add documentation for print_config_parameter service to z-wave. * Add documentation for 'debug' customization attribute. * Sort services alphabetically.
1 parent 8cbb08b commit 8f20b9d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/getting-started/z-wave.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Configuration variables:
8181
- **ignored** (*Optional*): Ignore this entitiy completely. It won't be shown in the Web Interface and no events are generated for it.
8282
- **refresh_value** (*Optional*): Enable refreshing of the node value. Only light component uses this. Defaults to 2 second delay.
8383
- **delay** (*Optional*): Specify the delay to wait for refresh of node value if you want other than 2 seconds.
84+
- **debug** (*Optional*): Print verbose z-wave info to log. Defaults to False.
8485

8586
To find the path of your Z-Wave USB stick or module, run:
8687

@@ -226,16 +227,17 @@ The `zwave` component exposes multiple services to help maintain the network.
226227
| ------- | ----------- |
227228
| add_node | Put the Z-Wave controller in inclusion mode. Allows one to add a new device to the Z-Wave network.|
228229
| add_node_secure | Put the Z-Wave controller in secure inclusion mode. Allows one to add a new device with secure communications to the Z-Wave network. |
229-
| change_association | Add or remove an association in the Z-Wave network
230230
| cancel_command | Cancels a running Z-Wave command. If you have started a add_node or remove_node command, and decides you are not going to do it, then this must be used to stop the inclusion/exclusion command. |
231+
| change_association | Add or remove an association in the Z-Wave network |
231232
| heal_network | Tells the controller to "heal" the Z-Wave network. Basically asks the nodes to tell the controller all of their neighbors so the controller can refigure out optimal routing. |
233+
| print_config_parameter | Prints Z-wave node's config parameter value to the log.
232234
| remove_node | Put the Z-Wave controller in exclusion mode. Allows one to remove a device from the Z-Wave network.|
235+
| rename_node | Sets a node's name. Requires an `entity_id` and `name` field. |
233236
| set_config_parameter | Let's the user set a config parameter to a node.
234237
| soft_reset | Tells the controller to do a "soft reset". This is not supposed to lose any data, but different controllers can behave differently to a "soft reset" command.|
235238
| start_network | Starts the Z-Wave network.|
236239
| stop_network | Stops the Z-Wave network.|
237240
| test_network | Tells the controller to send no-op commands to each node and measure the time for a response. In theory, this can also bring back nodes which have been marked "presumed dead".|
238-
| rename_node | Sets a node's name. Requires an `entity_id` and `name` field. |
239241

240242
The `soft_reset` and `heal_network` commands can be used as part of an automation script to help keep a Z-Wave network running reliably as shown in the example below. By default, Home Assistant will run a `heal_network` at midnight. This is a configuration option for the `zwave` component, the option defaults to `true` but can be disabled by setting `auto_heal` to false. Using the `soft_reset` function with some Z-Wave controllers can cause the Z-Wave network to hang. If you're having issues with your Z-Wave network try disabling this automation.
241243

0 commit comments

Comments
 (0)