Skip to content

Commit f7c2c1a

Browse files
Guyanthalasfrenck
authored andcommitted
sync usb_path to other docs (home-assistant#4439)
* sync usb_path to other docs The hassio zwave documents reference usb_path: /dev/ttyACM0, so this document should be in sync. After some discussion it appears that this could be variable, in which case there should be a good way to figure out the CORRECT answer rather than using a guess as example code without stating it as such. Possibly linking back to the linux "how to find" section? * Removed manual set language per suggestion
1 parent 04400a3 commit f7c2c1a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

source/_docs/z-wave/installation.markdown

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -159,17 +159,9 @@ To enable Z-Wave, plug your Z-Wave USB stick into your Raspberry Pi 3 and add th
159159

160160
```yaml
161161
zwave:
162-
usb_path: /dev/ttyAMA0
162+
usb_path: /dev/ttyACM0
163163
```
164164
165-
For some devices the `/dev/ttyAMA0` device is not detected by udev and is therefore not mapped by Docker. To explicitly set this device for mapping to Home-Assistant, execute the following command using the ssh add-on:
166-
167-
```bash
168-
$ curl -d '{"devices": ["ttyAMA0"]}' http://hassio/homeassistant/options
169-
```
170-
171-
After that, you need to change `usb_path` to `/dev/ttyAMA0`.
172-
173165
### {% linkable_title RancherOS %}
174166
175167
If you're using RancherOS for containers, you'll need to ensure you enable the kernel-extras service so that the `USB_ACM` module (also known as `cdc_acm`) is loaded:

0 commit comments

Comments
 (0)