Simplification of the supported controllers (#6647)

* Simplification of the supported controllers

Stripped it down to the key fact - *static controllers* are all that'll work with OZW.

Noted that Z-Wave Plus controllers are recommended, to take advantage of all the features of Z-Wave Plus.

Noted that S2 and Smart Start aren't supported by OZW

* Controllers restored

Restored the list of confirmed sticks, but taken out the lists of OSs because we just took the list from the OZW pages, and it's clear that's outdated and incomplete
This commit is contained in:
DubhAd 2018-10-10 11:11:39 +01:00 committed by Franck Nijhof
parent 324f9d41d7
commit 667a05b90a

View File

@ -11,22 +11,17 @@ footer: true
## {% linkable_title Supported Z-Wave USB Sticks & Hardware Modules %}
You need to have a [supported Z-Wave USB stick or module](https://github.com/OpenZWave/open-zwave/wiki/Controller-Compatibility-List) installed.
You need to have a compatible Z-Wave stick or module installed. This needs to be a *static controller*, which most Z-Wave sticks and modules will be. If yours is a *bridge* device then it won't work with [OpenZWave](http://openzwave.com/), which is what provides Home Assistant's Z-Wave capabilities. The following devices have been confirmed to work:
| Device | Works on Linux | Works on Windows | Works on OSX |
|---------------------------|----------------|------------------|--------------|
| Aeotec Z-Stick | ✓ | | |
| Aeotec Z-Stick Series 2 | ✓ | | |
| Aeotec Z-Stick Series 5 | ✓ | ✓ | ✓ |
| Pine64 Z-Wave Module | ✓ | | |
| Razberry GPIO Module | ✓ | | |
| Seluxit ViaSens 100 | | | |
| Sigma Designs UZB Stick | | | |
| Tricklestar | | | |
| Vision USB Stick | | | |
| Zooz Z-Wave Plus S2 ZST10 | ✓ | | |
| ZWave.me Razberry Board | ✓ | | |
| ZWave.me UZB1 | ✓ | | |
* Aeotec Z-Stick Series 5
* Everspring USB stick - Gen 5
* Sigma Designs UZB stick
* Vision USB stick - Gen5
* Zooz Z-Wave Plus S2 stick ZST10
* ZWave.me Razberry Board
* ZWave.me UZB1 stick
We recommend that you purchase a [Z-Wave Plus](https://z-wavealliance.org/z-wave_plus_certification/) controller, to take advantage of the improvements this provides. As OpenZWave doesn't support S2 or Smart Start, there's no need to buy one just for support of these features.
<p class='note'>
If you're using Hass.io or running HASS in a Docker container, it's recommended to use a USB stick, not a module. Passing a module through Docker is more complicated than passing a USB stick through.