Skip to content

The HA setup that runs my home

License

Notifications You must be signed in to change notification settings

eXistenZNL/Home-Assistant-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Assistant config

License Sponsors

About

This repository contains the complete configuration for my Home Assistant instance:

  • Infrastructure setup based on Docker Compose
  • The dashboard configuration, in YAML format
  • Home assistant configuration files, in YAML format

Environment setup

Home Assistant is most commonly seen as a Raspberry Pi installation called Hass.io, but since I already had a NAS I could simply run HA on there. My NAS is set up to run multiple projects simultaneously using Docker Compose and Traefik, that's why you find a docker-compose.yml file in this project. The labels on the various services in that file are there to make Traefik know what to do (mainly show the right container for the right host and manage TLS certificates). This means my HA installation is accessible from the web via HTTPS on a public URL.

Dashboard setup

The dashboard I created uses the Noctis theme and is heavily inspired by this YouTube video. The main benefit for such a dashboard is that it works really well on my mobile phone, which is the main way I interact with Home Assistant.

Example of my dashboard

Plugins

My setup has various plugins, which are managed by HACS aka the Home Assistant Community Store.

Integrations

Frontend

Connected devices

Currently my Home Assistant setup is managing the following devices:

Qty Type Make & Model Integration
2 AC unit Daikin Perfera FTXM-R Daikin Residential Controller
1 Steam oven Siemens IQ700 CS858GRB7 Home Connect
1 Microwave combi Siemens IQ700 CM836GNB6 Home Connect
1 Coffee machine Siemens IQ700 CT836LEB6 Home Connect
1 Cooktop Siemens IQ700 EX807LVV5E Home Connect
1 Dish washer Siemens IQ300 SX63H800UE Home Connect
1 DSMR smart meter HomeWizard P1 meter HomeWizard Energy
1 TV LG OLED55CX6LA LG webOS Smart TV
1 Mobile phone OnePlus 7T Pro Home Assistant App
1 Z-Wave stick Aeotec Z-Stick Gen 5 MQTT via zwavejs2mqtt
6 Wall Plug switch TBKHome On/Off module TZ68 MQTT via zwavejs2mqtt
2 Wall Plug switch ROBB Smarrt Slimme Stekker SR-ZV9021A MQTT via zwavejs2mqtt
1 Rain sensor Popp Z-Rain 700168 MQTT via zwavejs2mqtt
2 Relay switch Qubino Flush 2 Relays ZMNHBD MQTT via zwavejs2mqtt
1 Shutter Qubino Flush Shutter ZMNHCD MQTT via zwavejs2mqtt
4 Dimmer EcoDim ECO-DIM.07 Zwave Basic MQTT via zwavejs2mqtt
11 Door/window sensor Neo Coolcam DS01Z MQTT via zwavejs2mqtt
1 Doorbell Aeotec Doorbell 6 MQTT via zwavejs2mqtt
1 Thermostat control OpenTherm gateway v2.4 MQTT

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages