All Projects β†’ Tommatheussen β†’ Home-Assistant-Configuration

Tommatheussen / Home-Assistant-Configuration

Licence: other
🏑 My home assistant configuration!

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Home-Assistant-Configuration

Awesome Home Assistant
A curated list of amazingly awesome Home Assistant resources.
Stars: ✭ 3,487 (+12353.57%)
Mutual labels:  internet-of-things, homeassistant, homeassistant-config, hassio
Home Assistant Config
🏠 My Home Assistant configuration, a bit different that others :) Be sure to 🌟 this repository for updates!
Stars: ✭ 1,050 (+3650%)
Mutual labels:  internet-of-things, hass, home-assistant-config, homeassistant
homeassistant-config
My Home Assistant YAML configuration
Stars: ✭ 249 (+789.29%)
Mutual labels:  home-assistant-config, homeassistant, homeassistant-config, home-assistant-configuration
ha-config-ataraxis
My Home Assistant Configs. If you like what you see, please ⭐️my repo. It would encourage me a lot 🀘
Stars: ✭ 146 (+421.43%)
Mutual labels:  hass, home-assistant-config, homeassistant
homeassistant-phonetrack
PhoneTrack custom device_tracker component for Home Assistant.
Stars: ✭ 20 (-28.57%)
Mutual labels:  hass, homeassistant, hassio
pymusiccast
Group MusicCast Speakers with Home Assistant
Stars: ✭ 34 (+21.43%)
Mutual labels:  hass, homeassistant, hassio
smart-home
🏑 My smart home setup built on top of Home Assistant
Stars: ✭ 140 (+400%)
Mutual labels:  home-assistant-config, homeassistant, home-assistant-configuration
home-assistant-config
My configuration for Home Assistant
Stars: ✭ 63 (+125%)
Mutual labels:  internet-of-things, home-assistant-config, homeassistant-config
addon-shinobi
Shinobi Pro - Community Hass.io Add-on for Home Assistant
Stars: ✭ 22 (-21.43%)
Mutual labels:  hass, homeassistant, hassio
Homeassistant Config
Configuration for @brianjking & @KinnaT's Home Assistant Installation
Stars: ✭ 80 (+185.71%)
Mutual labels:  hass, home-assistant-config, homeassistant
Homeassistant
Example Home Assistant Configs
Stars: ✭ 846 (+2921.43%)
Mutual labels:  internet-of-things, home-assistant-config, homeassistant
HomeAssistantConfig
My Home Assistant Configuration
Stars: ✭ 87 (+210.71%)
Mutual labels:  hass, home-assistant-config, home-assistant-configuration
Home Assistantconfig
🏠 Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to ⭐ it. Updated FREQUENTLY!
Stars: ✭ 3,687 (+13067.86%)
Mutual labels:  home-assistant-config, homeassistant, homeassistant-config
home assistant config
HomeAssistant.io Configuration Files
Stars: ✭ 110 (+292.86%)
Mutual labels:  home-assistant-config, homeassistant, homeassistant-config
home-assistant-config
Ma configuration Home Assistant commentée en anglais et en français | My Home Assistant config with French and English comments.
Stars: ✭ 29 (+3.57%)
Mutual labels:  home-assistant-config, homeassistant, homeassistant-config
Homeassistant
Home Assistant Configuration Files and Documentation
Stars: ✭ 395 (+1310.71%)
Mutual labels:  hass, home-assistant-config, homeassistant
Home-Assistant-Config
🏠 My huizebruin Home Assistant configuration, Be sure to 🌟 this repository for updates! huizebruin
Stars: ✭ 29 (+3.57%)
Mutual labels:  home-assistant-config, homeassistant, hassio
homeassistant-config
My Home Assistant Configuration
Stars: ✭ 22 (-21.43%)
Mutual labels:  home-assistant-config, homeassistant-config, home-assistant-configuration
Home Assistant Config
My Home Assistant Configuration 🏑🏑
Stars: ✭ 133 (+375%)
Mutual labels:  hass, home-assistant-config, homeassistant
Homeassistant
Example Home Assistant Configs
Stars: ✭ 168 (+500%)
Mutual labels:  internet-of-things, home-assistant-config, homeassistant

🏑 Home Assistant Configuration

About

My repo containing all configuration for my Home Assistant.

House Setup

We recently (2019) build a new house from scratch, this allowed me to make a strong backbone for the smartness in my house. As I had some previous experience with the KNX ecosystem, I've chosen this protocol for the backbone of the house. The basic idea boils down to the fact that my KNX installation is setup in a way that allows it to work with most of the house by itself, without Home Assistant even needing to run. Visualisation in KNX gets very expensive very quickly, and connection to various other systems rack up prices very quickly, as they usually all need some kind of gateway to connect to the KNX bus.

Home Assistant is used as a secondary layer, adding all smartness into the house. If it were to go down for some reason, my house would still function with lights, sockets and ventilation as they are all tied into KNX.

KNX Specific

Problems and solutions

With this setup, I did encounter some minor 'problems' though. Mainly due to some limitations in the KNX modules I use, below is a list of issues I came accross, and how I solved them:

Turning the lights on

In the beginning, there was no problem as Home Assistant was not set up yet, however after a while, I wanted to get circadian lighting up and running. The modules (basically LED drivers which can be controlled via KNX) I use for lighting inside KNX have a couple of options:

  • A fixed value (eg 20%)
  • Memory, sets the same value from before the light got turned off
  • Max value (you can set the maximum value for a light)
  • Different values for Day/Night cycle

While in most systems these options would perfectly suffice, I had a problem on my hand, seeing as none of the options are actually perfect for my solution. If I were to use Memory, then lights that would have been turned off during the day, would come on at full brightness during the night, and then quickly dimming down, resulting in a bright flash before going to the correct circadian settings. The same happen with Max value, as all my lights have a maximum value of 100% right now. In some places I use the Day/night cycle, but these are also just static values.

I have settled on the Fixed value right now, the modules itself have a minimum value of 6%, I guess the drivers can't properly function below that. And it turns out, this is pretty much perfect. Now all my lights go to a value of 6%, that doesn't sounds like a lot but for LED lights it certainly is enough. As long as Home Assistant is running, the circadian lighting kicks in instantly and brightens up the lights where needed. If Home Assistant is down, I at least still have light (albeit not a lot) everywhere.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].