Skip to content

Commit 26e4cfe

Browse files
JayBkrLandrash
authored andcommitted
Added steps to run installer by hand (home-assistant#3019)
Had an issue out of the box, got some help on Discord to run the installer manually and was asked to put it into the docs
1 parent 227dcd2 commit 26e4cfe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/_docs/hassbian/installation.markdown

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ The easiest way to install Home Assistant on your Raspberry Pi is by using HASSb
1919

2020
These instructions are also available as a [video](https://www.youtube.com/watch?v=iIz6XqDwHEk). Additional information is available in this [video](https://www.youtube.com/watch?v=tCGlQSsQ-Mc).
2121

22-
After initial boot, you can reach Home Assistant in your browser at [http://hassbian.local:8123]. If you want to login via SSH, the default username is `pi` and password is `raspberry` (please change this by running `passwd`). The Home Assistant configuration is located at `/home/homeassistant/.homeassistant/`.
22+
After initial boot an installer will run in the background and takes around 15 minutes to complete, after it has finished you can reach Home Assistant in your browser at [http://hassbian.local:8123]. If you want to login via SSH, the default username is `pi` and password is `raspberry` (please change this by running `passwd`). The Home Assistant configuration is located at `/home/homeassistant/.homeassistant/`.
23+
24+
If you find that the web page is not reachable after 30 minutes or so, check that you have files in `/home/homeassistant/.homeassistant/`, if there are no files in this location then run the installer manually using this command: `sudo systemctl start install_homeassistant.service`.
25+
2326

2427
The following extras are included on the image:
2528

0 commit comments

Comments
 (0)