DietPi icon indicating copy to clipboard operation
DietPi copied to clipboard

Slow loading of the home assistant after installation

Open gabochko opened this issue 1 year ago • 3 comments

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 avatar Aug 16 '24 13:08 gabochko

Maybe there is some command that will accelerate the speed

gabochko avatar Aug 16 '24 14:08 gabochko

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

gabochko avatar Aug 17 '24 14:08 gabochko

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

MichaIng avatar Aug 23 '24 22:08 MichaIng

Closing this issue. Feel free to reopen if the problem persists.

MichaIng avatar Jun 02 '25 20:06 MichaIng