Home Assistant

Uit WaaaghPedia


Under Construction, I don't know what i'm doing


{{{Title}}}
Website https://www.home-assistant.io/
Community https://community.home-assistant.io/
Documentatie https://www.home-assistant.io/docs/
Versie 0.107.5

Install

Ingredienten:


De eerste boot kan tot 30 minuten duren voor de Pi / Home Assistant zichtbaar is op je netwerk

Volg de stappen op https://www.home-assistant.io/hassio/installation/

Hierna kan je de Home Assistant interface vinden op: http://<IP>:8123

Update

Backup

Het backuppen van het systeem is een belkangrijke taak. Er zijn een aantal opties mopgelijk binnen het Home Assistant eco systeem.

Image de SD kaart

Het maken van een kopie van de SD kaart staat hier beschreven.

Snapshots

Configuratie

SSL (HTTPS)

VLAN

VLAN in HA:

Log into as root to the HASSOS base system via a console

At the hassio > prompt, type login

From here you will use the nmcli configuration tool.
#nmcli connection show will list the “HassOS default” connection in use.

Create the VLAN interface with a static adress on eth0 (parent interface), defining ip, gateway and dns (adjust to your needs)
#nmcli con add type vlan con-name eth0@vlan10 dev eth0 id 10 ip4 10.0.0.2/8 ipv4.dns 10.0.0.1 gw4 10.0.0.1

OR for DHCP

Create the VLAN interface with a static adress on eth0 (parent interface), defining ip, gateway and dns (adjust to your needs)
#nmcli con add type vlan con-name eth0@vlan10 dev eth0 id 10

Show connections again and it should list your new VLAN (fake uuids)
#nmcli connection show

https://community.home-assistant.io/t/setup-vlan-and-ha-tutorial/87705/6

Telefoon Client

IOS

https://apps.apple.com/nl/app/home-assistant/id1099568401

Instellen

Plugins

https://www.home-assistant.io/addons/

SSH & Web Terminal

https://community.home-assistant.io/t/home-assistant-community-add-on-ssh-web-terminal/33820 Username: hassio

Password: ingesteld in de plugin config

ESP Home

Om ESP Home te installeren moet je beginnen met de ESP Home Repo te installeren.

https://github.com/esphome/hassio

Meer informatie: https://esphome.io/

Samba Share

Met de samba share kan je via het netwerk bij je configuratie bestanden en bij je snapshots

File Editor

Met de file editor kan je gemakkelijk de configuratie bestanden bewerken vanuit de interface.

Node-Red

https://community.home-assistant.io/t/home-assistant-community-add-on-node-red/55023

Werking

Uitschakelen

Supervisor > System > Host System > Shutdown

TODO

Z-Wave

https://www.home-assistant.io/hassio/zwave/

P1 Reader

https://www.home-assistant.io/integrations/dsmr/


Junk

https://community.home-assistant.io/t/custom-component-hacs/121727