Site updated at 2017-10-21 23:33:52 UTC
This commit is contained in:
parent
b95006b9eb
commit
a6fbc15960
1416 changed files with 21669 additions and 4045 deletions
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:title" content="Z-Wave Controllers">
|
||||
<meta name="twitter:description" content="Extended instructions how to setup Z-Wave.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection, print" rel="stylesheet">
|
||||
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
|
||||
<link rel='shortcut icon' href='/images/favicon.ico' />
|
||||
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
|
||||
|
@ -75,11 +75,8 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>Z-Wave is a popular home automation protocol that is not always straightforward to setup. This page will try to help you make sense of it all.</p>
|
||||
<p class="note">
|
||||
Upon first run, the <code class="highlighter-rouge">zwave</code> component will take time to initialize entities and entities may appear with incomplete names. Running a network heal may expedite this process.
|
||||
</p>
|
||||
<h2><a class="title-link" name="supported-z-wave-usb-sticks--hardware-modules" href="#supported-z-wave-usb-sticks--hardware-modules"></a> Supported Z-Wave USB Sticks & Hardware Modules</h2>
|
||||
<h2><a class="title-link" name="supported-z-wave-usb-sticks--hardware-modules" href="#supported-z-wave-usb-sticks--hardware-modules"></a> Supported Z-Wave USB Sticks & Hardware Modules</h2>
|
||||
<p>You need to have a <a href="https://github.com/OpenZWave/open-zwave/wiki/Controller-Compatibility-List">supported Z-Wave USB stick or module</a> installed.</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -90,6 +87,12 @@ Upon first run, the <code class="highlighter-rouge">zwave</code> component will
|
|||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Aeotec Z-Stick</td>
|
||||
<td>✓</td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Aeotec Z-Stick Series 2</td>
|
||||
<td>✓</td>
|
||||
|
@ -114,6 +117,30 @@ Upon first run, the <code class="highlighter-rouge">zwave</code> component will
|
|||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Seluxit ViaSens 100</td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sigma Designs UZB Stick</td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Tricklestar</td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Vision USB Stick</td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ZWave.me UZB1</td>
|
||||
<td>✓</td>
|
||||
|
@ -128,6 +155,11 @@ Upon first run, the <code class="highlighter-rouge">zwave</code> component will
|
|||
<li><a href="/components/vera/">Vera</a></li>
|
||||
<li><a href="/components/wink/">Wink</a></li>
|
||||
</ul>
|
||||
<h2><a class="title-link" name="controller-notes" href="#controller-notes"></a> Controller Notes</h2>
|
||||
<h3><a class="title-link" name="aoetec-stick" href="#aoetec-stick"></a> Aoetec Stick</h3>
|
||||
<p>By default this will turn on “disco lights”, which you can turn off by following the instructions in the <a href="/docs/z-wave/device-specific/#aeon-z-stick">device specific page</a></p>
|
||||
<h3><a class="title-link" name="razberry-board" href="#razberry-board"></a> Razberry Board</h3>
|
||||
<p>You need to disable the on-board Bluetooth since the board requires the use of the hardware UART (and there’s only one on the Pi3). You do this by following the instructions in the <a href="/docs/z-wave/device-specific/#razberry-board">device specific page</a></p>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue