From 67ded85ab0a1dc597b17df0f8ac2ae2605eded88 Mon Sep 17 00:00:00 2001 From: tteck Date: Thu, 12 Aug 2021 12:30:57 -0400 Subject: [PATCH] Create troubleshoot.md --- troubleshoot.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 troubleshoot.md diff --git a/troubleshoot.md b/troubleshoot.md new file mode 100644 index 00000000..67fee070 --- /dev/null +++ b/troubleshoot.md @@ -0,0 +1,11 @@ +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 +``` +change 100 to your LXC ID. + +Note: The changes will apply after a reboot of the LXC.