https://github.com/eiddor/home-assistantconfig
Home Assistant Configuration Files
https://github.com/eiddor/home-assistantconfig
Last synced: about 2 months ago
JSON representation
Home Assistant Configuration Files
- Host: GitHub
- URL: https://github.com/eiddor/home-assistantconfig
- Owner: eiddor
- Created: 2016-11-24T08:27:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T14:16:57.000Z (over 8 years ago)
- Last Synced: 2025-02-13T08:52:17.855Z (4 months ago)
- Homepage:
- Size: 26.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Home-Assistant Config by [@eiddor](http://www.twitter.com/eiddor) (layout ideas stolen from [@ccostan](http://www.twitter.com/ccostan))
[Home Assistant](https://home-assistant.io/) configuration files (YAMLs)Welcome to my Home Assistant Configuration. It's more or less complete for now, but I tend to tinker with things as I learn more about it.
Home Assistant runs on my [Raspberry Pi 3](http://amzn.to/2e3DOBY) with [Aeon Labs Z Wave Stick (GEN 5)](http://amzn.to/2eAiAP0).
Software on the Pi : [Home Assistant](https://home-assistant.io/), [OpenZwave Control Panel](https://github.com/OpenZWave/open-zwave-control-panel), and [Homebridge](https://github.com/nfarina/homebridge) with [Homebridge-homeassistant](https://github.com/home-assistant/homebridge-homeassistant) for Siri control
**List of devices :**
* [Amazon Echo](http://amzn.to/2dSVbK4)
* [Amazon Dash Buttons](http://amzn.to/2dPKZhM)
* [Philips Hue Starter Kit Gen 3](http://amzn.com/B01KJYSO68)
* [GE Z-Wave On/Off Switch](http://amzn.com/B0035YRCR2)
* [GE Z-Wave Smart Dimmer Switch](http://amzn.com/B006LQFHN2)
* [GE Z-Wave Outdoor Module](http://amzn.com/B0013V8K3O)
* [GE Z-Wave Fan Control Switch](http://amzn.com/B00PYMGVVQ)
* [GE Z-Wave Receptacle](http://amzn.com/B0013V1SRY) [not yet installed]
* [Aeotec DSB45 Water Sensor](http://amzn.com/B00H3TJ3P4)
* [Aeotec ZW096 Smart Switch](http://amzn.com/B00VQISOCG)
* [Aeotec ZW100 Multisensor](http://amzn.com/B0151Z8ZQY)
* [Rokus](http://amzn.to/2dpn89c) [not currently added my Home Assistant]
* [Plex Media Server](https://www.plex.tv/)
* [Logitech Harmony Smart Control](http://amzn.com/B00BQ5RYI4)
* [Garadget](http://garadget.com)
* [LEDENET Smart WiFi LED Controller](http://amzn.com/B01DY56N8U)
* [Remotec ZFM-80 Z-Wave Contact Fixture Module](http://amzn.com/B00913ATFI)
* [LED Strips](https://world.taobao.com/item/534019223996.htm)**Automations:**
* Turn on Porch Lights at Sunset, off at Sunrise
* ~~Turn on Christmas Lights at Sunset, off at Midnight~~
* Turn on Guest Room Lamp at 5 PM, off at 8 AM
* Check for Home Assistant Releases and notify via [Pushbullet](https://www.pushbullet.com/)
* Turn On/Off Bedroom lamp when Dash Button event is called via API [script running on different host]
* Turn theater lights on in Media Room on motion detection for ten minutes if no one is watching something via the Logitech Harmony Hub
* Local backup of all configuration files at 1 AM

**Time Based Automation TimeLine** (a WIP)
```
SUNRISE:
Turn off Porch LightsSUNSET:
~~Turn on Christmas Lights~~ (Christmas is over)
Turn on Porch Lights05:00 PM Turn on Guest Room lamp for one of the cats
11:59 PM Turn off Christmas Lights
01:01 AM Backup HASS Configuration Files
02:31 AM Heal ZWave Network
08:00 AM Turn off Guest Room lamp
```#Todo List
* Install GE Z-Wave Outlets
* ~~Enhance the Media Room motion sensor to turn off lights after a period and check for Lux condition [changed this to detect when there is activity via the Harmony Hub]~~
* ~~Add Harmony Hub when it arrives~~
* Configure a clever automation for when the Water Sensor is triggered (it's in a closet with my water heaters)
* Add more sophisticated control of my Hue lights
* ~~Buy some Hue LED strips OR~~
* ~~Build a DIY LED setup using [LEDENET](https://www.amazon.com/dp/B01DY56N8U/ref=cm_sw_r_cp_ep_dp_98exyb78G91XA) or [this](https://www.amazon.com/Development-Boards-Kits-ARDUINO-A000005/dp/B003YVL34O) or [this](https://www.amazon.com/HiLetgo-Version-NodeMCU-Internet-Development/dp/B010O1G1ES), some [code](http://pastebin.com/iJAyQXzd), and some of [these](https://www.amazon.com/gp/product/B01CNL6MNM/) or [these](https://www.amazon.com/Adafruit-NeoPixel-Digital-RGB-Strip/dp/B00R5CDGWA)~~ (Basic LED strip install complete)
* Buy and install WS2812 LED strips, controller, etc.
* ~~Install the third Hue bulb~~
* ~~Install an [Aeotec smart switch](https://www.amazon.com/dp/B008VWAPU4/ref=psdc_507840_t1_B00IRI1CEK) and [power relay](https://www.amazon.com/uxcell-HH52P-120VAC-Electromagnetic-DYF08A/dp/B00DN32YOG) to control the fireplace~~ (Used the Remotec ZFM-80 instead)
* Setup my two remaining Amazon IoT buttons to do something
* Purchase some kind of doorbell/camera
* Purchase some Z-Wave compatible thermostats
* ~~Purchase a Z-wave compatible garage door opener/sensor [Garadget](http://garadget.com)~~
* Add a couple more Aeotec Multisensors around the house and mess with the family
* https://github.com/thundergreen/home-assistant/wiki/Add-OZWCP-in-HASS
* Taking suggestions!!!