Hi.
Since the last 2022.04 upgrade GPIO stopped working. I’m using docker installation, I launch it with the following command:
docker run -d \
--name homeassistant \
--privileged \
--restart=unless-stopped \
-e TZ=Europe/Rome \
-v /home/pi/ha-docker:/config \
--network=host \
ghcr.io/home-assistant/home-assistant:stable
so basically the same given in installation.
I can confirm the ports are working because if I use the command line i2cset
tool I can control the attached devices (on the host).
I couldn’t find anything online and I cannot find any reason why it shouldn’t work. Any hint is welcome. Thanks