Hassio supervisor: Cannot connect to host 172.30.32.1:8123 ssl:None [Connection refused]

Very annoying issue. My fix was the following: SSH into pi4 and:
sudo docker ps -a (to see containers and type of ha install, in my case aarch64)

docker pull homeassistant/aarch64-hassio-supervisor:latest
sudo reboot now
ha core rebuild
ha supervisor repair
ha supervisor update 

UI ha reboot

Hope this helps!

3 Likes