mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Adding how to confirm the USB path on Hass.io (#6343)
Adding how to confirm the USB path on Hass.io
This commit is contained in:
parent
3669c05f9d
commit
bd9b269536
@ -161,14 +161,20 @@ $ ls /dev/cu.usbmodem*
|
||||
|
||||
### {% linkable_title Hass.io %}
|
||||
|
||||
To enable Z-Wave, plug your Z-Wave USB stick into your Raspberry Pi 3 and add the following to your `configuration.yaml`:
|
||||
To enable Z-Wave, plug your Z-Wave USB stick into your system and add the following to your `configuration.yaml`:
|
||||
|
||||
```yaml
|
||||
zwave:
|
||||
usb_path: /dev/ttyACM0
|
||||
```
|
||||
|
||||
Depending on your Z-Wave device it may instead be `/dev/ttyAMA0` (eg Razberry board) or `/dev/ttyUSB0` (eg HUBUZB-1).
|
||||
If the above defaults don't work, you can check what hardware has been found using the [hassio command](/hassio/commandline/#hardware):
|
||||
|
||||
```bash
|
||||
$ hassio hardware info
|
||||
```
|
||||
|
||||
Or you can use the UI and look in the *System* section of the *Hass.io* menu. There you'll find a *Hardware* button which will list all the hardware found.
|
||||
|
||||
### {% linkable_title RancherOS %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user