Hello everybody!
I’m trying to use HomeAssistant in a docker container on a Raspberry PI5.
I followed the guide and everything work fine, quite everything! The last think I have to do is let work my Zigbee usb dongle in the container, I’m stuck in it since 2 days and don`t figure out any other possibility to ask your help.
My configuration:
- Raspberry pi5
- Host system “OpenPlotter” I think is Debian
- Home Assistant in a docker container with this compose.yml:
services:
homeassistant:
container_name: homeassistant
image: “Package home-assistant · GitHub”
volumes:
- /home/pi/HomeAssistant:/config
- /etc/localtime:/etc/localtime:fr
- /run/dbus:/run/dbus:ro
devices:
- /dev/ttyUSB0:/dev/ttyUSB0
# environment:
# DISABLE_JEMALLOC: true
# privileged: true
restart: always
network_mode: host
Following this forum I have tried different configuration but I always have yhis message when I try to add the device:
Failed to probe usb device …
Hope you can help me, have a nice WE