Home Assistant: verschil tussen versies

Uit WaaaghPedia
Geen bewerkingssamenvatting
Geen bewerkingssamenvatting
Regel 2: Regel 2:


https://community.home-assistant.io/t/custom-component-hacs/121727
https://community.home-assistant.io/t/custom-component-hacs/121727
https://esphome.io/
https://www.home-assistant.io/hassio/zwave/


[[Categorie:SelfHosted_Software]]
[[Categorie:SelfHosted_Software]]
Regel 61: Regel 57:
== Uitschakelen ==
== Uitschakelen ==
<code>Supervisor > System > Host System > Shutdown</code>
<code>Supervisor > System > Host System > Shutdown</code>
== Z-Wave ==
https://www.home-assistant.io/hassio/zwave/
== P1 Reader ==
https://www.home-assistant.io/integrations/dsmr/
== ESP Home ==
https://esphome.io/

Versie van 17 mrt 2020 20:08

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

Voeg de volgende Repo's toe:

Installeer de volgende plugins.

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

SSH & Web Terminal

Username: hassio

Password: ingesteld in de plugin config

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

Uitschakelen

Supervisor > System > Host System > Shutdown

Z-Wave

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

P1 Reader

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

ESP Home

https://esphome.io/