home-assistant.io/source/getting-started/installation-raspberry-pi.markdown
2016-04-24 01:18:01 -07:00

2.0 KiB

layout, title, description, date, sidebar, comments, sharing, footer
layout title description date sidebar comments sharing footer
page Installation on a Raspberry Pi Instructions to install Home Assistant on a Raspberry Pi. 2016-04-16 11:36 true false true true

Home Assistant requires the Raspberry Pi to run Raspbian Jessie. This version was released on September 24, 2015 and comes by default with Python 3.4 which is required for Home Assistant.

Execute the following code in a console:

$ sudo pip3 install homeassistant
$ hass

Running these commands will:

There is also a video tutorial created by brusc.

{% linkable_title Updating %}

To update Home Assistant to the latest release when available, run: pip3 install --upgrade homeassistant

You have to restart Home Assistant (hass itself or with the help of the autostarting daemon if you use any) for the changes to take effect.

{% linkable_title Troubleshooting %}

If you run into any issues, please see the troubleshooting page. It contains solutions to many of the more commonly encountered issues.

In addition to this site, check out these sources for additional help:

{% linkable_title What's next %}

If you want to have Home Assistant start on boot, autostart instructions can be found here.

To see what Home Assistant can do, launch demo mode: hass --demo-mode or visit the demo page.

Next step: Configuring Home Assistant »