This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Deconz LXC doesn't assign a device to deconz, and it's nowhere mentioned how to assign a device. #1637
Unanswered
PascalHaury
asked this question in
General
Replies: 1 comment
-
Or, just link to your post. 😉 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The script for the Deconz lxc is working as intended, and the USB passthrough is also set correctly.
But you have to set device manually to deconz, because it is not automatically done! At the Moment no device is assigned to the deconz default install.
Here are my steps, to assign the conbee stick to the Deconz LXC:
Get the device name:
ls -l /dev/serial/by-id/
Set assign the device to deconz in:
/etc/systemd/system/multi-user.target.wants/deconz.service
2.1 Set the Device:
in my case
ExecStart=/usr/bin/deCONZ -platform minimal --http-port=80 --dev=/dev/ttyACM1
The --dev entry is not automatically set by the script, and it is nowhere mentioned.
Run
systemctl daemon-reload
Restart Deconz
systemctl restart deconz
Otherwise deconz does not see the connected usb stick, although the USB passthrough is working
To reproduce the issue, simply create a new deconz lxc.
Doesn't matter if a zigbee stick is connected or not.
Maybe it is possible to add a tutorial to the script, how to assign a device to deconz.
Beta Was this translation helpful? Give feedback.
All reactions