Proxmox: Zigbee2mqtt ls: cannot access '/dev/serial/by-id': No such file or directory
Trying to use your zigbee2mqtt script to setup an LXC on proxmox.
Ran steps 1 and 2 to create the LXC and allow USB passthrough.
Reboot LXC.
Installed usbutils and ran the lsusb command and I do see the USB device there.
Bus 002 Device 071: ID 1cf1:0030 Dresden Elektronik ZigBee gateway [ConBee II]
However when I run
ls -l /dev/serial/by-id
It returns
ls: cannot access '/dev/serial/by-id': No such file or directory
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 19 (10 by maintainers)
BTW, I just went ahead and added
to the
.conffile during the installation. Should make it a more pleasant setup process.Got it 😃 A little digging through the z2m issue reports and I found this gem.
“Faced the same issue. I tried to run npm start from the project folder. But got an error. This happens due to already executed zigbee2mqtt.service via systemctl.”
Sure enough, navigating to http://192.168.XX.XXX:9442 and it was already running!!
Thanks for all the help with this one