Add Z-Wave troubleshooting for udev device file naming (#12725)

This commit is contained in:
Tyler Szabo 2020-04-06 09:33:13 -07:00 committed by GitHub
parent fd3b6701d8
commit 2dc615acd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -287,3 +287,7 @@ WARNING: Checksum incorrect - sending NAK
```
If you see any of these messages repeated in the log then _probably_ you've got something else running that's also using the Z-Wave controller. That might mean you've also got the OpenZ-Wave control panel (ozwcp) running, a second instance of Home Assistant or something else. You need to stop that other process to resolve this.
### Changing device paths
Configurations using `udev` can experience race conditions in creating device paths such that they change on reboot. This can cause a device to appear to change between `/dev/ttyACM0` and `/dev/ttyACM1` after reboot. In this case using the symlinks created for device IDs can ensure the correct device is used, for example: `/dev/serial/by-id/usb-0658_0200-if00` for Aeotec Z-Stick.