Update ZWave installation instructions (#11589)

This commit is contained in:
Alexander Schneider 2020-01-02 04:02:36 -08:00 committed by Fabian Affolter
parent 15914931fc
commit ea749a53ba

View File

@ -184,12 +184,17 @@ pkg install libudev-devd
Then you can install the zwave package Then you can install the zwave package
```bash ```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 Stop the hass Jail
```bash ```bash
sudo iocage stop hass sudo iocage stop HomeAssistant
``` ```
Edit the devfs rules on the Freenas Host Edit the devfs rules on the Freenas Host
@ -213,12 +218,12 @@ Set it to 7
Start the hass jail Start the hass jail
```bash ```bash
sudo iocage start hass sudo iocage start HomeAssistant
``` ```
Connect to the hass jail and verify that you see the modem devices Connect to the hass jail and verify that you see the modem devices
```bash ```bash
sudo iocage console hass sudo iocage console HomeAssistant
``` ```
```bash ```bash