Zigbee/Conbee II not working with version 2026.3.2

Solved - here is what I did.

I deleted all Containers.
I made a Task Scheduler with the following content:
docker run -d
–name=homeassistant
–privileged
–device /dev/ttyACM0:/dev/ttyACM0
-v /volume1/docker/homeassistant:/config
-v /etc/localtime:/etc/localtime:ro
–network=host
homeassistant/home-assistant:latest


The part “homeassistant/home-assistant:latest” is the Image with the latest version of HA

First I tried to make the Container by indicating the Image and then click Run, but that didn’t succeed for me.

Remember to take BackUp and maybe the way I did, read here: