Home Assistant: verschil tussen versies

Uit WaaaghPedia
Geen bewerkingssamenvatting
(6 tussenliggende versies door dezelfde gebruiker niet weergegeven)
Regel 1: Regel 1:
{{Alertbox/Danger
|info=Under Construction, I don't know what i'm doing
}}
https://www.home-assistant.io/
https://www.home-assistant.io/


https://community.home-assistant.io/t/custom-component-hacs/121727
https://community.home-assistant.io/t/custom-component-hacs/121727
[[Categorie:SelfHosted_Software]]
[[Categorie:Domotica]]


== Install ==
== Install ==
Regel 10: Regel 11:


Door loop de instellingen via http://<IP>:8123
Door loop de instellingen via http://<IP>:8123
Voeg de volgende Repo's toe:
* ESPHome: https://github.com/esphome/hassio


Installeer de volgende plugins.
Installeer de volgende plugins.
Regel 23: Regel 20:
* Node-Red
* Node-Red


== SSH & Web Terminal ==
==Update==
Username: hassio
 
==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.


Password: ingesteld in de plugin config
===Snapshots===


==VLAN==
==Configuratie==
===SSL===
===VLAN===
[[Bestand:HASSIO VLAN.jpg|300px]]
[[Bestand:HASSIO VLAN.jpg|300px]]


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


== Uitschakelen ==
==Plugins==
===SSH & Web Terminal===
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.
 
<code>https://github.com/esphome/hassio</code>
 
Meer informatie: https://esphome.io/
 
==Werking==
 
=== Uitschakelen ===
<code>Supervisor > System > Host System > Shutdown</code>
<code>Supervisor > System > Host System > Shutdown</code>
==TODO==


== Z-Wave ==
== Z-Wave ==
Regel 64: Regel 84:
https://www.home-assistant.io/integrations/dsmr/
https://www.home-assistant.io/integrations/dsmr/


== ESP Home ==
 
https://esphome.io/
 
 
[[Categorie:SelfHosted_Software]]
[[Categorie:Domotica]]

Versie van 23 mrt 2020 19:06


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

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

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

Install

Installeer Home Assistant door middel van de PI image

Door loop de instellingen via http://<IP>:8123

Installeer de volgende plugins.

  • ESPHome
  • SSH & Web Terminal
  • Samba Share
  • File Editor
  • Node-Red

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

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

Plugins

SSH & Web Terminal

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/

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/