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!