From ea749a53ba09c2576ff03987c5f521299392b655 Mon Sep 17 00:00:00 2001 From: Alexander Schneider Date: Thu, 2 Jan 2020 04:02:36 -0800 Subject: [PATCH] Update ZWave installation instructions (#11589) --- source/_docs/installation/freenas.markdown | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/source/_docs/installation/freenas.markdown b/source/_docs/installation/freenas.markdown index b95d8ed5e66..78945280e6b 100644 --- a/source/_docs/installation/freenas.markdown +++ b/source/_docs/installation/freenas.markdown @@ -184,12 +184,17 @@ pkg install libudev-devd Then you can install the zwave package ```bash -pip3 install homeassistant-pyozw==0.1.4 +su homeassistant +cd /usr/local/share/homeassistant +source ./bin/activate.csh +pip3 install homeassistant-pyozw==0.1.7 +deactivate +exit ``` Stop the hass Jail ```bash -sudo iocage stop hass +sudo iocage stop HomeAssistant ``` Edit the devfs rules on the Freenas Host @@ -213,12 +218,12 @@ Set it to 7 Start the hass jail ```bash -sudo iocage start hass +sudo iocage start HomeAssistant ``` Connect to the hass jail and verify that you see the modem devices ```bash -sudo iocage console hass +sudo iocage console HomeAssistant ``` ```bash