MichaIng / DietPi

Lightweight justice for your single-board computer!
https://dietpi.com/
GNU General Public License v2.0
4.88k stars 496 forks source link

Slow loading of the home assistant after installation #7190

Open gabochko opened 2 months ago

gabochko commented 2 months ago

Hello, I have the latest version of dietpi at the moment. The problem is that I installed home assistant, and through htop I monitored the download speed of additional files. Raspberry pi zero board, not W with a shield with internet and USB ports. In a day and a half, I have downloaded only 57mb of 1.5gb. Help please. P.S: Cable Internet

gabochko commented 2 months ago

Maybe there is some command that will accelerate the speed

gabochko commented 2 months ago

-m pip install --quiet zeroconf==0.132.2 --timeout 60 --upgrade

MichaIng commented 2 months ago

You mean Home Assistant is downloading additional Python modules/dependencies very slowly? Did you compare the download speed with some CLI tool like curl or wget? If for the zeroconf module on an RPi Zero (1) e.g.:

cd /tmp
curl -O https://piwheels.org/simple/zeroconf/zeroconf-0.132.2-cp311-cp311-manylinux_2_36_armv7l.whl