From 24dd703d778ed17647d95c8cfd069992282c735b Mon Sep 17 00:00:00 2001 From: Dubh Ad Date: Sun, 16 Jun 2019 13:55:51 +0100 Subject: [PATCH] Adding the warnings here (#9638) * Adding the warnings here * :pencil2: Tweak --- source/_docs/z-wave/installation.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_docs/z-wave/installation.markdown b/source/_docs/z-wave/installation.markdown index 10b11875174..90ae61b3b13 100644 --- a/source/_docs/z-wave/installation.markdown +++ b/source/_docs/z-wave/installation.markdown @@ -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.