Hmmbob 9bfe20dce7 Updating broken links (#10880)
Replaced links to non-existing domains with code blocks.
2019-10-19 16:57:35 +02:00

4.2 KiB

title description
Install Home Assistant Getting started: How to install Home Assistant.

{% comment %}

Note for contributors:

The getting started guide aims at getting new users get Home Assistant up and running as fast as possible. Nothing else. All other things should not be written down, as it creates a spaghetti of links and the user will lose focus.

So here are guidelines:

  • Focus on the bare necessities. No remote port, no securing installation. The defaults are good enough to get a system up and running for the first guide.
  • Avoid or explain technical terms.
  • Do not talk about YAML if it can be partially/fully done in UI.
  • Do not tell people about stuff they can do later. This can be added to a 2nd tier guide.
  • The first page of the guide is for installation, hence hass.io specific. Other pages should not refer to it except for the page introducing the last page that introduces configuration.yaml.

{% endcomment %}

The goal of this getting started guide is to get Home Assistant running on a Raspberry Pi. The easiest way to do this is by using Hass.io, which is our own all in one solution that turns Raspberry Pi's and other devices into the ultimate home automation hubs.

Follow this guide if you want to get started with Home Assistant easily, or if you have little or no Linux experience. For advanced users or if you don't have a device that is supported by this guide, check our alternative installation methods. Once you finish your alternative installation, you can continue at the next step.

Suggested hardware

We will need a few things to get started with installing Home Assistant. The latest Raspberry Pi model makes a good and affordable starting point for your home automation journey. Links below lead to Amazon US. If you're not in the US, you should be able to find these items in web stores in your country.

Software requirements

Installing Hass.io

  1. Put the SD card in your SD card reader.

  2. Open balenaEtcher, select the Hass.io image and flash it to the SD card.

  3. Unmount the SD card and remove it from your SD card reader.

  4. Only if you want to configure WiFi or a Static IP (requires USB stick):

    • Format a USB-Stick to FAT32 with volume-name CONFIG.
    • Create a folder named network in the root of the newly formatted USB-stick.
    • Within that folder create a file named my-network without extension.
    • Copy one of the examples to the my-network file and adjust accordingly.
    • Plug the USB-stick into the Raspberry Pi 3.
  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, which will take about 20 minutes.

  8. Home Assistant will be available at http://hassio.local:8123. If you are running an older Windows or have stricter network configuration, you might need to access Home Assistant at http://hassio:8123.

  9. If you have used a USB-stick for configuring the network, it can now be removed.

Next step: Onboarding »

As an Amazon Associate Home Assistant earns from qualifying purchases.