Install HomeAssistant on TVBox Coolme BB2 S912
Bach Huynh V. VN.Danang
Posted on July 2, 2024
Requirements:
- Hướng dẫn bằng Video cài ARMbian lên TVBox: https://www.youtube.com/watch?v=k4qzfOOPbYA&ab_channel=i12bretro
- Image: https://github.com/ophub/amlogic-s9xxx-armbian (Tôi chọn: https://github.com/ophub/amlogic-s9xxx-armbian/releases/download/Armbian_bullseye_save_2024.07/Armbian_24.8.0_amlogic_s912_bullseye_6.6.36_server_2024.07.01.img.gz)
- Balena Etcher: https://www.balena.io/etcher/
- Hướng dẫn cài đặt hass: https://orangepi.vn/cai-dat-home-assistant-phien-ban-supervised-tren-orange-pi-zero2.html
Các bước chú ý:
- Chọn đúng image.
- Dùng Balena Etcher để tạo thẻ nhớ boot.
- Cắm thẻ nhớ và restart để install lên MCC của TVBox (bộ nhớ trong).
Các lệnh cần thiết:
- armbian-config:
- Setup Avahi: để tự động nhận hassio.local trong 1 local network mà không cần biết IP.
- Chọn source mirror để tốc độ nhanh hơn.
- Config WIFI (nếu cần)
- armbian-software:
- Setup Docker.
Setup Cloudflared:
Chú ý config thêm trusted-proxy của homeassistant:
cd /usr/share/hassio/homeassistant
vim configuration.yaml
Thêm block code sau:
http:
use_x_forwarded_for: true
trusted_proxies:
- 192.168.0.0/16
- 172.31.0.0/16
- 172.30.0.0/16
- 172.32.0.0/16
- 100.0.0.0/8
- 127.0.0.1
- 172.16.0.0/12
- ::1
- Setup HASC: Vào container
docker exec -it homeassistant bash
gõ lệnh
wget -O - https://get.hacs.xyz | bash -
💖 💪 🙅 🚩
Bach Huynh V. VN.Danang
Posted on July 2, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
undefined I absolutely love when CSS gets new features (Even though it usually takes me years to remember to use them 😄)
November 27, 2024