How do I give Home Automation access to my zigbee stick?

I would like to use a zigbee usb stick with home assistant. How can I give the container access to the usb stick? In other words how can I expose the zigbee stick to the container?

Stick from Slaesh: CC2652RB

Update 1: with ssh I changed the docker-compose.yml in ~/umbrel/apps/home-assistant and added:

    devices:
      - /dev/ttyUSB0:/dev/ttyUSB0

After adding the zigbee home automation integration I got the following error messages:

[547803496608] Received invalid command: zha/configuration
9:10:20 – (ERROR) Home Assistant WebSocket API - message first occurred at 9:10:15 and shows up 3 times

Error setting up entry slae.sh cc2652rb stick - slaesh's iot stuff - slae.sh cc2652rb stick - slaesh's iot stuff, s/n: 00_12_4B_00_23_90_D9_90 - Silicon Labs for zha
9:09:24 – (ERROR) components/zha/core/gateway.py

Couldn't start application
9:09:24 – (ERROR) /usr/local/lib/python3.9/site-packages/zigpy/application.py

Setup of input_boolean is taking over 10 seconds.
9:05:51 – (WARNING) /usr/local/lib/python3.9/asyncio/events.py - message first occurred at 9:05:46 and shows up 2 times

I am now going to try to resolve these errors. All help is welcome! :smiley:

Update 3: I managed to update the zigbee stick to its latest firmware and everything seems to be working now.

Hi!
I dicsovered HA this morning. It seems that for some use cases I will need to plug a Zigbee stick as well.
How do you reach the docker-compose?
There is no other way through their interface?

You can reach it via ssh. That is how I did it and the navigate to the file location and edit it with the nano file editor.

Hi, I find docker-compose.yml in ~/umbrel/app-data/home-assistant and I added:

    devices:
      - /dev/ttyUSB0:/dev/ttyUSB0

but seem doesn’t work, after modified docker-compose.yml I restart umbel to load new setup, but home assistant icon in umbrel continue to blink and I can’t find home assistant at it’s link