2024年5月15日 1:06:00

Diy My home assistant core project on Raspberry 3b+ Step by Step

2 年 前
#3465 引用
I am running HA on a Raspberry Pi 3B+ connected to my network via ethernet. I don't have any VLANs set up that would prevent some devices from being able to contact others.

My personal setup of Home Assistant works for over 3 years and I have over 50 devices integrated to my RPI 3b+ with Home Assistant that I run on Home assistant core 2022.3.0.

I started using Home Assistant core from version 2022.3.0 installed on a RPi 3B+ in the beginning of Dec 2020.

I started using Home Assistant core from version 2022.12.2 installed on a RPi 3B+ in the beginning of Dec 2022.


Both of them is running on  RPI 3b+ at same time. I give it deffrient port and domain
0
1 年 前
#17607 引用
https://www.iaspnetcore.com/Blog/BlogPost/62224a844b638d496577972a/my-pc-diy-equipment-list-for-home-assistant-core


1


                    +-------------+
                    |HomeAssistant core 2022.11.2|
                    +------+------+
  Trusted VLAN             | 10.1.10.2
  10.1.10.0/24             |              10.1.10.1 +-----------+
  -------------------------+------------------------|           |
                                                    |  Gateway  +--> Internet Of Shit
  -------------------------+------------------------|           |
  Untrusted VLAN           |              10.9.10.1 +-----------+
  10.9.10.0/24             | 10.9.10.23  
                      +----+-----+
                      |Humidifier|
                      +----------+



0
1 年 前
#18785 引用
Table of Contents

Preparing the host OS system on Raspberry Pi 3B+ - debian 11
Preparing the Python user environment debian 11 -  Python 3.13
Preparing the ha core system on Python 3.13 env -  Python 3.13 env
0
1 年 前
#18786 引用
1
0
1 年 前
#18787 引用
This article is part of a series about Home Assistant:

Part 1: Installing Home Assistant Core on Raspberry Pi 3B+
https://www.msly.cn/boards/topic/57/installing-home-assistant-core-on-raspberry-pi-3b

     Connect to your Raspberry pi 3b+ with Hardware Devices
https://www.msly.cn/boards/topic/57/installing-home-assistant-core-on-raspberry-pi-3b#103


Part 2: connect to your Raspberry pi 3b+ with SSH
https://www.msly.cn/boards/topic/57/installing-home-assistant-core-on-raspberry-pi-3b#1206

Part 3: Home Assistant data persistence and visualization with Grafana & InfluxDB
Part 4: Home Assistant and Telegram Notifications with a Chatbot
Part 5: Home Assistant, Google Assistant & Cloudflare (this article)


Initial configuration
0
1 年 前
#18788 引用
1
0
1 年 前
#18789 引用
Hardware Requirement

https://www.msly.cn/boards/topic/11346/beginners-guide-to-home-assistant-core-architecture#16598
0
1 年 前
#18790 引用
Software Requirement

https://www.msly.cn/boards/topic/11346/beginners-guide-to-home-assistant-core-architecture#16597



To actually control the lights I am using a mix of mijia home hub and  aqara m1s hub.

Tradfri lightbulbs, also controlled via ZHA and the Sonoff bridge and H801 RGBW LED controllers flashed with Tasmota. There is also a “Tasmotized” S20 smart plug to control another lamp.


aqara m1s hub(zigbee 3.0)

aqara T1 lightbulb

software  xiaomi miot auto

mijia home centre  hub(ble mesh)

sensor

software  xiaomi miot auto

wifi router

mijia ceiling21

software  xiaomi miot auto

0
1 年 前
#18812 引用
Building The Solution

The first thing you need to do is to get the latest version of Raspbian running on yourRaspberry 3b+.

You can find out how to do that here https://all4pi.com/uncategorized/headless-raspberry-pi-setup-in-twenty-minutes/
0