All Projects → azogue → hass_config

azogue / hass_config

Licence: MIT license
My personal Home-Assistant configuration for my home.

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
shell
77523 projects
HTML
75241 projects

Projects that are alternatives of or similar to hass config

Home Assistant Config
🏠 Fully documented Home Assistant configuration for a smart-looking place. 😎 Be sure to ⭐️ my repo and copy ideas!
Stars: ✭ 258 (+1417.65%)
Mutual labels:  home-automation, homekit, home-assistant-config
homebridge-wink3
Homebridge plugin for wink.com
Stars: ✭ 53 (+211.76%)
Mutual labels:  home-automation, homebridge, homekit
home
Monorepo for all home automation related development, including integrated firmware, PCBs, configuration, and bridges
Stars: ✭ 104 (+511.76%)
Mutual labels:  home-automation, homekit, home-assistant-config
Hoobs
Build your Smart Home with HOOBS. Connect over 2,000 Accessories to your favorite Ecosystem.
Stars: ✭ 325 (+1811.76%)
Mutual labels:  home-automation, homebridge, homekit
Homepoint
Espressif ESP32 Based Smarthome screen for MQTT
Stars: ✭ 391 (+2200%)
Mutual labels:  home-automation, homebridge, homekit
Homebridge Dacp
Remotely control Apple TV and iTunes via HomeKit.
Stars: ✭ 128 (+652.94%)
Mutual labels:  home-automation, homebridge, homekit
Homebridge Netatmo
This is a homebridge plugin for several netatmo devices
Stars: ✭ 99 (+482.35%)
Mutual labels:  home-automation, homebridge, homekit
Dsckeybusinterface
An Arduino/esp8266/esp32 library to directly interface with DSC security systems.
Stars: ✭ 202 (+1088.24%)
Mutual labels:  home-automation, homebridge, homekit
Home-Assistant
Home-Assistant-Config
Stars: ✭ 186 (+994.12%)
Mutual labels:  home-automation, home-assistant-config
homebridge-callmonitor
Signals incoming and outgoing calls using the call monitor facility in Fritz!Box devices via HomeKit
Stars: ✭ 25 (+47.06%)
Mutual labels:  homebridge, homekit
haconfigs
My Home-Assistant configuration files
Stars: ✭ 61 (+258.82%)
Mutual labels:  home-automation, home-assistant-config
homebridge-adb
Homebridge script to control remote ADB enabled Android device
Stars: ✭ 56 (+229.41%)
Mutual labels:  homebridge, homekit
homebridge-unifi-occupancy-sensor
An occupancy sensor for Homebridge and UniFi
Stars: ✭ 71 (+317.65%)
Mutual labels:  homebridge, homekit
homebridge-eveatmo
Homebridge plugin which adds a Netatmo weatherstation as HomeKit device and tries to act like Elgato Eve Room/Weather
Stars: ✭ 63 (+270.59%)
Mutual labels:  homebridge, homekit
homebridge-keylights
Yet another Homebridge plugin for Elgato Key Light and Key Light Air. https://homebridge.io
Stars: ✭ 40 (+135.29%)
Mutual labels:  homebridge, homekit
homebridge-vsx
📻 A VSX and SC Plugin for homebridge
Stars: ✭ 12 (-29.41%)
Mutual labels:  homebridge, homekit
homebridge-plex
Plex plugin for homebridge: https://github.com/nfarina/homebridge
Stars: ✭ 58 (+241.18%)
Mutual labels:  home-automation, homebridge
homebridge-ESP8266-pojects
This is a directory where I want to share my own ESP8266 Smart Home projects.
Stars: ✭ 18 (+5.88%)
Mutual labels:  homebridge, homekit
homebridge-vieramatic
Homebridge plugin for Panasonic™ Viera™ TVs (includes support for 2018 and later models)
Stars: ✭ 39 (+129.41%)
Mutual labels:  homebridge, homekit
homebridge-pc-volume
Homebridge plugin to control your computer's volume using HomeKit and Siri
Stars: ✭ 55 (+223.53%)
Mutual labels:  homebridge, homekit

Home Assistant configuration

Attention!

This is an outdated and discontinued (and possibly obsolete) package, I moved to another house and started again, this time using HASS.io.

You can find the new configuration here.


My personal Home Assistant configuration. Used for automate my home devices:

  • 9 Hue lights in three rooms
  • 8 Etekcity RF outlets
  • 1 custom electrical current probe (enerPI pet project), which is working in HA as as custom_component (code)
  • KODI RPI3 (OSMC) with a TV turner, access to the local Media Collection, and Hyperion controlling some Hue lights.
  • Multiple RPI's (1x RPI rev B, 2x RPI_2, 3x RPI_3) running KODI, MPD, other instances of HA, multiple sensors and more nerd stuff.
  • ...

The hass instance runs in one dedicated, ethernet-connected, Raspberry PI 3, with some sensors attached:

  • 1x DS18b20 temperature sensor
  • 1x DHT22 temperature & humidity sensor
  • 1x PIR motion sensor
  • 1x NOIR PI Camera
  • 1x RF Emitter (for control the previously identified outlets with a RF receiver)

This RPI has the last version of raspbian jessie, and it's running these marvellous open-source projects:

There are other 2 RPI2's running HA ('slave' ones) in my little system, with PIR sensors, DHT22 sensors and a SenseHat. One RPI also runs MotionEye, handling a local video stream (PI camera) and other video stream from a cheap chinesse IP camera (ESCAM QF001); and the other RPI2 has a pHAT DAC with a speaker attached, and runs MPD and shairport-sync.

In addition, recently I have been creating some automations under the new AppDaemon system of apps, and I find it a bewitching method that doing anything in HA.

Some info about what's here:

  • Notifications by: email, pushbullet account, KODI notifications and the iOS notify component, with video streams, attachments, and actionable notifications) (Home Assistant iOS App in private beta for now)
  • Device tracking by: nmap_tracker, bluetooth_tracker (with internal BT module of RPI 3), and icloud trackers.
  • Cameras: One local NO-IR PI Camera and two more MotionEye streams from other RPI on LAN.
  • Lights: Phillips HUE System, excluded from homebridge (I have a 2º gen Hue bridge which is HomeKit compatible).
  • Switches: 5x/2remote + 3x/2remote RF outlet packs from Etekcity which were extremely cheap and work like a charm sending commands with the RF emitter installed in the RPI. Also, more 'software' switches to do automations and manipulate correctly HA input_booleans with HomeKit (the input_booleans don't update the initial state in the homebrige plugin, bug?), including:
    • A custom_component/switch for turning ON and OFF my main TV, which is connected to the RPI3 with KODI (with OSMC running the script.json-cec add-on) --> cecswitch platform.
    • A WOL switch for my Synology NAS.
    • command_line switches for turning ON|OFF and getting status for Hyperion in KODI RPI and Motion detection on video streams.
  • KODI: Control the KODI instance which is running 24/7 in another dedicated RPI 3, connected to the TV+HomeCinema kit, and making as AirPlay receiver, DVBT tuner & recorder, and main media player for movies and tv shows.
  • MPD: MPD + Mopidy player in one RPI2 in the bedroom, also working as AirPlay receiver with shairport-sync.
  • Now I'm playing along with some ESP8266 dev kits to place some sensors in small spaces and talk with HASS via MQTT Mosquitto...
  • Multiple scripts and automations for make my life easier...

The data center of all of these little smart machines is a Synology DS213j NAS with 4TB+3TB storage running 24/7 and serving media to all devices. The MySQL KODI database is in there, so any consumer device views the same. These days I'm testing to move the Home Assistant DB to the NAS, with a recorder db_url like: mysql://USER:PASS@NAS_IP/HASSDB. And it's working very well... recorder errors had disappeared and all seems working more fluent.

Screenshots

Some screenshots of the frontend:

Home view

Control view

Alarm clock view

enerPI view

LAN view

Admin view

Alarm view


enerPI iframe

MotionEye iframe

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].