mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
parent
c10f95ca22
commit
24dd703d77
@ -123,6 +123,8 @@ You can also check what hardware has been found using the [hassio command](/hass
|
||||
$ hassio hardware info
|
||||
```
|
||||
|
||||
The `modemmanager` package will interfere with any Z-Wave (or Zigbee) stick and should be removed or disabled. Failure to do so will result in random failures of those components. For example you can disable with `sudo systemctl disable ModemManager` and remove with `sudo apt-get purge modemmanager`
|
||||
|
||||
### {% linkable_title Docker %}
|
||||
|
||||
You do not need to install any software to use Z-Wave.
|
||||
@ -139,6 +141,8 @@ If the path of `/dev/ttyACM0` doesn't work then you can find the path of the sti
|
||||
$ ls -1tr /dev/tty*|tail -n 1
|
||||
```
|
||||
|
||||
The `modemmanager` package will interfere with any Z-Wave (or Zigbee) stick and should be removed or disabled. Failure to do so will result in random failures of those components. For example you can disable with `sudo systemctl disable ModemManager` and remove with `sudo apt-get purge modemmanager`
|
||||
|
||||
### {% linkable_title Hassbian %}
|
||||
|
||||
You do not need to install any software to use Z-Wave.
|
||||
|
Loading…
x
Reference in New Issue
Block a user