Skip to content

Example Home Assistant Configs. Be sure to ⭐️ it.

Notifications You must be signed in to change notification settings

JIOB/SmartHome-1

 
 

Repository files navigation

Home Assistant Configuration

I run HassIO under Docker using Intel® NUC Kit NUC5i5RYK with Ubuntu 18.04.1 LTS, 16GB RAM and 250GB SSD. I regularly update my configuration files. If you like anything here, Be sure to 🌟 my repo!!!!

Install HassIO with Docker on ubuntu with just 2 command lines. Thanks to HASSCASTS.
  1. sudo apt-get install curl
  2. curl -sL goo.gl/goR2HT | bash -

Devices

Hub

Device Quantity Connection Home Assistant Notes
SmartThings 1 Ethernet SmartThings Used to bridge all Zigbee smart switches to HA
Lutron Caseta 1 Ethernet Lutron Used to connect Lutron Casetta switches

Relevant hub configurations can be found within smartthings.yaml

Climate

Device Quantity Connection Home Assistant Notes
Ecobee 4 1 Wi-Fi ecobee Used as primary thermostat
Ecobee Room Sensor 4 Ecobee4 Ecobee Binary Sensor Provides room temperature and room occupancy.

Ecobee room sensors are used as occupancy sensors with the help of automations to trigger security alarm

Switch

Device Quantity Connection Home Assistant Notes
Lutron Casseta 7 HUB Lutron Switches to basement and living room lights.
Leviton Decora 7 SmartThings Leviton Switches to kitchen and bed room lights .

This switches are all around my house connected via their respective hubs to Smartthings and a bridge to HassIO thru Smartthings Addon.

Security

Device Quantity Connection Home Assistant Notes
NodeMCU Development Boards 1 Wi-Fi/MQTT ESPEasy Acts as a HUB to wired door sensors
Aura Home Monitoring Motion Alarm 5 SmartThings Ecobee Provides room occupancy.

ESP makes dumb wired door sensors to a smart sensor by sending MQTT signals to HA notifing its current state. The Aura system uses Wifi waves to detect motion through walls. It covers the entire house. Scenes are activated via IFTTT/HA integration.

  • Shut down HVAC system if a Window or Door is left open for more than 5 minutes.
  • Play chime on all window and door open/closes.
  • Change Aura scenes based on presence and sleep.

Docker containers/Addons

  • Home Assistant: Home automation software
  • Configurator: Browser-based configuration file editor for Home Assistant
  • Dasher: a service allowing Amazon Dash buttons to interact with the system
  • SmartThings Bridge: Bridge for pairing Hass.io and Samsung SmartThings.
  • Grafana: data visualization and analytics
  • Mosquitto: an MQTT broker for fast, friendly service communication

Resources

For inspiration or configuration visit following Repos/Youtube GURUS if you haven't already.
Also Be sure to 🌟 their repo!!!
  • CCOSTAN - I mostly follow him for Floorplan and package setup. Probably the best documented configuration out there. Star his repo if you havent already
  • stanvx - He is all about Xiaomi products and has really good examples for automation and Floorplan.
  • notoriousbdg - notoriousbdg has a great repo with add-ons for Node-Red, HA Bridge & Gogs.
  • BRUH Automation - Great place for video tutorials on HA related guides.
  • DrZzs - For anyone wanting to use Sonoff switches & ESP8266, plenty of useful guides.
  • HA Podcast - if you are lazy to read about changes to Home Automation in a new version this is a really good podcast to hear while driving

About

Example Home Assistant Configs. Be sure to ⭐️ it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.8%
  • HTML 27.2%