Ville Skyttä b39bd81c6e Spelling fixes (#4532)
* Spelling fixes

* "It's" -> "its" fixes

* Fix capitalization of "Pi" in "Raspberry Pi"

"Pi", not "PI" or "pi".
2018-01-28 22:28:56 +01:00

3.0 KiB

layout title description date sidebar comments sharing footer
page Install Home Assistant Getting started: How to install Home Assistant. 2016-09-26 21:00 true false true true

The goal of this getting started guide is to install Hass.io on a Raspberry Pi 3. Hass.io is our own all in one solution that turns your Raspberry Pi into the ultimate home automation hub.

Follow this guide if you want to easily get started with Home Assistant, or if you have no or little Linux experience. For advanced users, check our alternative installation methods.

{% linkable_title Hardware requirements %}

We will need a few things to get started with installing Home Assistant. Links below are linking to Amazon US. If you're not in the US, you should be able to find these items in web stores in your country.

  • Raspberry Pi 3 model B + Power Supply (at least 2.5A)
  • Micro SD Card. Get one that is Class 10 as they are more reliable. Size 32GB or bigger recommended.
  • SD Card reader. Part of most laptops, and also available as standalone USB sticks (the brand doesn't matter, just pick the cheapest)
  • Ethernet cable (optional, Hass.io can work with WiFi too)

{% linkable_title Software requirements %}

Installing Hass.io

  1. Put the SD card in your SD card reader.
  2. Open Etcher, select the Hass.io image and flash it to the SD card.
  3. WiFi setup only: open the file system-connections/resin-sample (from the resin-boot volume on the SD card) with a text editor. Change ssid to be your network name and psk to be your password. Note that the Raspberry Pi 3 is a 2.4GHz WiFi device, so do not try to connect it to a 5GHz network.
  4. Unmount the SD card and remove it from your SD card reader.
  5. Insert the SD card into your Raspberry Pi 3. If you are going to use an Ethernet cable, connect that too.
  6. Connect your Raspberry Pi to the power supply so it turns on.
  7. The Raspberry Pi will now boot up, connect to the Internet and download the latest version of Home Assistant. This will take about 20 minutes. Do not expect anything but the Home Assistant logo on the HDMI display, or any use for a keyboard or mouse.
  8. Home Assistant will be available at http://hassio.local:8123. Shortly after the download has started, a simple preparation status page will be available at this URL. Point your browser there. The page refreshes automatically, and Home Assistant will be shown when the download is complete.

Next step: Configuring Home Assistant »