mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 03:37:06 +00:00
Explain how to access config.txt (#3928)
* Explain how to access config.txt * Mark the raspberry related configuration
This commit is contained in:
parent
d1b38d4098
commit
74e3209d09
@ -16,7 +16,9 @@ zwave:
|
|||||||
usb_path: /dev/ttyACM0
|
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
|
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
|
$ 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:
|
### HUSBZB-1:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user