Explain how to access config.txt (#3928)

* Explain how to access config.txt

* Mark the raspberry related configuration
This commit is contained in:
cgtobi 2017-11-09 18:15:14 +01:00 committed by Fabian Affolter
parent d1b38d4098
commit 74e3209d09

View File

@ -16,7 +16,9 @@ zwave:
usb_path: /dev/ttyACM0
```
If you need GPIO on Raspberry Pi 3 for your Z-Wave module, add the following line into `config.txt`:
### RAZBERRY BOARD
If you need GPIO on Raspberry Pi 3 for your Z-Wave module, add the following line into `config.txt` (you have to access that on the SD card directly; simply plug it into your PC and edit it there):
```
dtoverlay=pi3-miniuart-bt
@ -28,7 +30,12 @@ For some devices the `/dev/ttyAMA0` device is not detected by udev and is theref
$ curl -d '{"devices": ["ttyAMA0"]}' http://hassio/homeassistant/options
```
After that, you need to change `usb_path` to `/dev/ttyAMA0`.
After that, you need to change `usb_path` to `/dev/ttyAMA0` in your `configuration.yaml`.
```yaml
zwave:
usb_path: /dev/ttyAMA0
```
### HUSBZB-1: