Site updated at 2017-11-18 20:42:08 UTC
This commit is contained in:
parent
374261cd52
commit
3bb0d0697f
641 changed files with 7982 additions and 2283 deletions
|
@ -104,6 +104,10 @@
|
|||
<td>heal_network</td>
|
||||
<td>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.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>heal_node</td>
|
||||
<td>Tells the controller to “heal” a specific node on the network. Requires <code class="highlighter-rouge">node_id</code> field. You can also force return route update with <code class="highlighter-rouge">return_routes</code> field.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>print_config_parameter</td>
|
||||
<td>Prints Z-Wave node’s config parameter value to the (console) log.</td>
|
||||
|
@ -164,6 +168,10 @@
|
|||
<td>test_network</td>
|
||||
<td>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.”</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>test_node</td>
|
||||
<td>Tells the controller to send no-op command(s) to a specific node. Requires <code class="highlighter-rouge">node_id</code> field. You can specify amount of test_messages to send by specifying it with <code class="highlighter-rouge">messages</code> field. In theory, this could bring back nodes marked as “presumed dead”</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p>The <code class="highlighter-rouge">soft_reset</code> and <code class="highlighter-rouge">heal_network</code> 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 <code class="highlighter-rouge">heal_network</code> at midnight. This is a configuration option for the <code class="highlighter-rouge">zwave</code> component. The option defaults to <code class="highlighter-rouge">true</code> but can be disabled by setting <code class="highlighter-rouge">autoheal</code> to false. If you’re having issues with your Z-Wave network, try disabling this automation.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue