ProxmoxVE-HelperScripts/troubleshoot.md

15 lines
696 B
Markdown
Raw Normal View History

2021-08-19 19:36:21 -04:00
## Zigbee2MQTT Device Troubleshooting ##
2021-08-12 12:30:57 -04:00
If no device is found after running `ls -l /dev/serial/by-id` reboot the zigbee2mqtt lxc and try again.
Make sure Proxmox sees the device by running `ls -l /dev/serial/by-id` from the Proxmox web shell.
If Proxmox sees your device, you can try setting autodev by running the below script from the Proxmox web shell.
```
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/autodev.sh)" -s 100
```
2021-08-12 12:33:07 -04:00
:warning: change `100` to your LXC ID.
2021-08-12 12:30:57 -04:00
2021-08-12 21:12:08 -04:00
Note: The changes will apply after a reboot of the LXC
________________________________________________________________________________________________________________________________________