(SOLVED) ZHA connection failed with SONOFF Zigbee 3.0 Dongle

So what helped me was adding dev folder to my docker-compose.yaml of home assitant. Then after restart it was able to detect sonoff USB stick and connect

volumes:
    - /dev:/dev
devices:
    - "/dev/ttyUSB0:/dev/ttyUSB0"
2 Likes