mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update ZWave installation instructions (#11589)
This commit is contained in:
parent
15914931fc
commit
ea749a53ba
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user