Skip to content

Commit 0b72115

Browse files
committed
feat: add tutorial for setting up Home Assistant on Raspberry Pi 3
1 parent 6dfd606 commit 0b72115

9 files changed

+53
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
date_updated: 2024-12-13
3+
layout: tutorials
4+
title: Setup Home Assistant on Raspberry Pi 3
5+
dependancies:
6+
- name: Home Assistant on Raspberry Pi
7+
url: https://www.home-assistant.io/installation/raspberrypi/
8+
- name: Balena Etcher
9+
url: https://www.balena.io/etcher/
10+
chips:
11+
- Broadcom BCM2837B0
12+
dev_board: Raspberry Pi 3 Model B+ 2017
13+
components:
14+
- name: Raspberry Pi 3 Model B+ 2017
15+
url: https://www.raspberrypi.com/products/raspberry-pi-3-model-b-plus/
16+
- name: 64GB microSD card A2
17+
url: https://amzn.to/3DepdTP
18+
has_code: false
19+
images:
20+
prototype: setup-home-assistant-rpi3-prototype.jpg
21+
features:
22+
- ha
23+
- home
24+
- assistant
25+
- home-assistant
26+
- rpi
27+
- raspberry
28+
references:
29+
- name: Home Assistant on Raspberry Pi
30+
url: https://www.home-assistant.io/installation/raspberrypi/
31+
- name: Raspberry Pi 3 Model B+ 2017
32+
url: https://www.raspberrypi.com/products/raspberry-pi-3-model-b-plus/
33+
---
34+
35+
### Steps
36+
37+
1. Download RPi 3 image from [Home Assistant](https://www.home-assistant.io/installation/raspberrypi/#downloading-the-home-assistant-image).
38+
1. Flash the image to a microSD card using [Balena Etcher](https://www.balena.io/etcher/).
39+
[![]({{ site.url }}/assets/images/tutorials/setup-home-assistant-rpi3-1.png)]({{ site.url }}/assets/images/tutorials/setup-home-assistant-rpi3-1.png)
40+
[![]({{ site.url }}/assets/images/tutorials/setup-home-assistant-rpi3-2.png)]({{ site.url }}/assets/images/tutorials/setup-home-assistant-rpi3-2.png)
41+
[![]({{ site.url }}/assets/images/tutorials/setup-home-assistant-rpi3-3.png)]({{ site.url }}/assets/images/tutorials/setup-home-assistant-rpi3-3.png)
42+
1. Insert the microSD card into the Raspberry Pi 3.
43+
1. Connect a monitor, keyboard, and mouse to the Raspberry Pi 3.
44+
1. Connect an Ethernet cable to the Raspberry Pi 3.
45+
1. Connect the power cable to the Raspberry Pi 3 from the power source (5V 2.5A at least).
46+
1. The monitor will show the Home Assistant booting up till the CLI login screen.
47+
1. Open a browser on another computer and type [`http://homeassistant.local:8123`](http://homeassistant.local:8123) to access the Home Assistant dashboard.
48+
[![]({{ site.url }}/assets/images/tutorials/setup-home-assistant-rpi3-8123.png)]({{ site.url }}/assets/images/tutorials/setup-home-assistant-rpi3-8123.png)
49+
1. Open another browser tab to the observer URL [`http://homeassistant.local:4357`](http://homeassistant.local:4357) to monitor the Home Assistant booting up.
50+
[![]({{ site.url }}/assets/images/tutorials/setup-home-assistant-rpi3-4357.png)]({{ site.url }}/assets/images/tutorials/setup-home-assistant-rpi3-4357.png)
51+
1. Follow the on-screen instructions to complete the Home Assistant setup with onboarding.
52+
[![]({{ site.url }}/assets/images/tutorials/setup-home-assistant-rpi3-onboarding-1.png)]({{ site.url }}/assets/images/tutorials/setup-home-assistant-rpi3-onboarding-1.png)
53+
[![]({{ site.url }}/assets/images/tutorials/setup-home-assistant-rpi3-onboarding-2.png)]({{ site.url }}/assets/images/tutorials/setup-home-assistant-rpi3-onboarding-2.png)
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)