Skip to content

Commit b0ad040

Browse files
authored
added more detailed instructions for razberry
1 parent 8df002d commit b0ad040

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

source/_docs/z-wave/device-specific.markdown

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,24 @@ Then disable the Bluetooth modem service:
5959
$ sudo systemctl disable hciuart
6060
```
6161

62-
Finally, reboot to make those changes active. It's been reported that this is also required on the Pi2.
62+
Once Bluetooth is off, enable the serial interface via the `raspi-config` tool. After reboot run:
63+
64+
```
65+
sudo systemctl mask serial-getty@ttyAMA0.service
66+
```
67+
68+
so that your serial interface looks like:
69+
70+
```
71+
crw-rw---- 1 root dialout 204, 64 Sep 2 14:38 /dev/ttyAMA0
72+
```
73+
at this point simply add your user (homeassistant) to the dialout group:
74+
75+
```
76+
sudo usermod -a -G dialout homeassistant
77+
```
78+
79+
Finally, reboot again to make those changes active. It's has been tested on hassbian and has been reported that this is also required on the Pi2.
6380

6481
<p class='note'>
6582
If you've installed the Z-Way software, you'll need to ensure you disable it before you install Home Assistant or you won't be able to access the board. Do this with `sudo /etc/init.d/z-way-server stop; sudo update-rc.d z-way-server disable`.

0 commit comments

Comments
 (0)