From 3187ab28e9a3923b4c3c186a1f6b45921409d35a Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Fri, 24 Nov 2023 13:18:23 +0100 Subject: [PATCH] Installation on Raspberry Pi: add wait time (#29994) - give an indication on how long it takes until the onboarding page becomes visible - implements feedback from #29989 --- source/installation/raspberrypi.markdown | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/installation/raspberrypi.markdown b/source/installation/raspberrypi.markdown index 8b283c157f40..d22df15d5fd2 100644 --- a/source/installation/raspberrypi.markdown +++ b/source/installation/raspberrypi.markdown @@ -67,11 +67,17 @@ If Raspberry Pi Imager is not supported by your platform, you can use [Balena Et Within a few minutes after connecting the Raspberry Pi, you will be able to reach your new Home Assistant. - In the browser of your desktop system, enter homeassistant.local:8123. - +
If you are running an older Windows version or have a stricter network configuration, you might need to access Home Assistant at homeassistant:8123 or `http://X.X.X.X:8123` (replace X.X.X.X with your Raspberry Pi’s IP address).
+- The time it takes for this page to become available depends on your hardware. On a Raspberry Pi 4, this page should be available within a minute. + - If it does not show up after 5 minutes on a Pi 4, maybe the image was not written properly. + - Try to flash the SD card again, possibly even try a different SD card. + - If this did not help, view the console output on the Raspberry Pi. + - To do this, connect a monitor via HDMI. + Congratulations! You finished the Raspberry Pi setup! {% include installation_survey.html %}