Skip to content

Commit aea7782

Browse files
authored
Update zwave.markdown
1 parent b077bab commit aea7782

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

source/hassio/zwave.markdown

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ If you need GPIO on raspberry-pi3 for you Z-Wave module add follow line into `co
2121
dtoverlay=pi3-miniuart-bt
2222
```
2323
24-
HUSBZB-1:
24+
For very special device, the `/dev/ttyAMA0` will not by udev and not mapped to docker. So you need explicit set this device for mapping to Home-Assistant. Execute this command on ssh add-on:
25+
```bash
26+
$ curl -d '{"devices": "/dev/ttyAMA0"}' http://172.17.0.2/homeassistant/options
27+
```
28+
29+
### HUSBZB-1:
2530
```yaml
2631
zwave:
2732
usb_path: /dev/ttyUSB0

0 commit comments

Comments
 (0)