You will probably think, what is Home Assistant!? Well Home Assistant is a home automation platform running on Python 3. It is able to track and control all devices at home and offer a platform for automating control.
To inspire others I have set up this github and update it regularly with new code. Be free to use code from this repo for your own Home Assistant environment, keep in mind that you can not always copy everything line by line. If you can not get out, you can always contact me.
This is by the way not my first Home Assistant configuration that you can find on Github. Since this year I have a second Home Assistant installation, you can read all about it on the website www.student-techlife.com and you can find the configuration/repository here on Github.
Recently I switched from a raspberry pi 3B+ to an Intel NUC. I noticed that the Pi for my house was no longer powerful enough to run all processes. That is why I invested in an Intel NUC at Christmas 2018, which is now smoothly running after a long transition in the 2018-2019 Christmas holiday. I also switched from hassbian to hass.io in docker.
So now I use an Intel NUC to run home assistant. In addition, I use a Z-wave stick to control devices that use the z-wave protocol and an RFX module for controlling devices that work on the 433mhz frequency band. Because the Intel NUC is hanging in the meter closet, the smart meter is also read via a P1 cable.
- Intel Baby Canyon NUC7i5BNH - Inside it 16GB Ram, 500GB SSD and running Ubuntu Server LTS.
- Using the Hass.io installation.
- Aeotec USB Z-Stick - Z-Wave Plus
- RFXCOM RFXtrx433E
- P1 cable
- Using also the Lovelace UI
Curious about what kind of integrations I have in my Home Assistant system? I made a very usefull list for others: Check it out (Last update: 6 Januari 2019).
I have built my own dashboard in grafana for my gas and energy consumption, which I can call through an iframe panel in Home Assistant. If you want to know more about this, take a look here.
Every Sunday at 3:00 am an automation makes a snapshot of my installation. In the past it happened that the sd card of my Pi became corrupt and I lost everything. That's why this backup is also made locally on my Synology NAS automatically and this is fully automated. (Inspired by: @adonno)
Nothing is better than being able to control your own smart home from your phone or tablet.
- HomeAssist (for android)
- Home Assistant (for iOS)
- Home Assistant (As web app)
- Home Assistant Homepage
- Home Assistant Forums
- Home Assistant Discord Chat
- Other Featured Home Assistant Configurations
- Home Assistant GitHub Source Repository
- Official Home Assistant Demo
MIT License
Copyright (c) 2019 Klaas Schoute
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.