mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Add Z-Wave troubleshooting for udev device file naming (#12725)
This commit is contained in:
parent
fd3b6701d8
commit
2dc615acd5
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user