INSTALACION HOME ASSISTANT, ADDS-ON, RASPBERRY PI 3B.
Instalación básica de Home Assistant en un raspberry Pi 3 model B, Add-on y conexion por WI-FI.
Homeassistant:
https://www.home-assistant.io/hassio/
Descarga imagen para raspberry pi 3 model b o b+ (32 bits):
https://github.com/home-assistant/ope...
Descarga de Imagen------ 00:23
Grabar Imagen--------------- 01:37
Configuracion WIFI (Opcional)------- 03:00
Instalación Fisica----------- 04:51
Boot Home Assistant ---- 06:26
Configuracion Inicial------ 08:48
Adds-On basicos------------ 10:59
Equipos utilizados:
Raspberry PI 3 B
SD Card 8gb
Lector SD card a USB
Fuente original raspberry 2.5 amo
Cable Ethernet.
Archivo de configuración WI-FI, Cortesía de https://bit.ly/3clVIfP
////////////////////////////////////////////my-network////////////////////////////////////////////////////////
[connection]
id=my-network
uuid=72111c67-4a5d-4d5c-925e-f8ee26efb3c3
type=802-11-wireless
[802-11-wireless]
mode=infrastructure
ssid= MY_SSID (Cambiar "MY_SSID" por Nombre de wifi)
Uncomment below if your SSID is not broadcasted
#hidden=true
[802-11-wireless-security]
auth-alg=open
key-mgmt=wpa-psk
psk=MY_WLAN_SECRET_KEY (Tu clave secreta del wifi)
[ipv4]
method=auto
[ipv6]
addr-gen-mode=stable-privacy
method=auto