87 lines
5.5 KiB
Markdown
Raw Normal View History

2016-10-13 16:25:11 +00:00
# Home-Assistant Config by [@ccostan](http://www.twitter.com/ccostan)
2016-10-14 15:39:33 +00:00
[Home Assistant](https://home-assistant.io/) configuration files (YAMLs)
2016-10-11 16:42:06 +00:00
2016-10-14 15:39:33 +00:00
This is my Home Assistant Configuration created with the All In One installer. I update it pretty regularly.
Home Assistant runs on my [Raspberry Pi 3](http://amzn.to/2e3DOBY) with [Aeon Labs Z Wave Stick (GEN 5)](http://amzn.to/2eAiAP0). I've also added a [433Mhz Transmitter and receiver](http://amzn.to/2dceNY2)
2016-10-11 16:42:06 +00:00
2016-11-09 05:41:28 +00:00
Software on the Pi : [Home Assistant](https://home-assistant.io/) , [Dasher](https://github.com/maddox/dasher), SSL via [SSLS](SSLS.com) - 5 Bucks A Year!
2016-10-11 16:42:06 +00:00
2016-10-13 16:38:38 +00:00
**Devices I have :**
2016-10-13 16:36:22 +00:00
* Lots of iOS Devices (iPads, iPods, iPhones)
2016-10-14 15:39:33 +00:00
* [Nest Thermostats](http://amzn.to/2eAhB1k)
* [Amazon Echo](http://amzn.to/2dSVbK4) and [DOT](http://amzn.to/2e3vHFQ)
* [Amazon Dash Buttons](http://amzn.to/2dPKZhM)
2016-11-08 19:04:57 +00:00
* [Phillips Hue Hub Gen 2](http://amzn.to/2eoQTJy)
2016-10-14 15:39:33 +00:00
* [Circle by Disney](http://amzn.to/2eAgaA6)
* [Rachio Sprinkler system](http://amzn.to/2eoPKBW)
* [SkyBell HD](http://amzn.to/2dcexIB)
* [Rokus](http://amzn.to/2dpn89c) for all streaming
* [Samsung Smart TV](http://amzn.to/2efNNnq)
2016-10-11 16:42:06 +00:00
* ChromeCast Audios
2016-10-14 15:39:33 +00:00
* [Etekcity Outlets](http://amzn.to/2efNoBP)
* [Door Sensors (AEON Labs)](http://amzn.to/2e3xDxY)
2016-11-21 19:44:36 +00:00
* [Garadget](garadget.com) - Garage Door opener/sensor
* Nintendo Wii
* Emulated Hue pushes all Switch, Group and scene information to Alexa for First Class Control! [Broked! Worked for literally long enough for me to clear out all my devices in Alexa. :( ]
2016-12-08 21:41:55 +00:00
* [iTeadStudio goodies](https://twitter.com/ccostan/status/793119824008384512) - SonOff and SonOn with a Slampher!
2016-10-13 16:38:38 +00:00
**Automations:**
2016-10-27 23:59:51 +00:00
* Guest mode to disable certain interior automations. Trigger via Alexa & IFTTT.
2016-12-11 20:28:33 +00:00
* IFTTT Notifications for Offline Devices, BadLogins, HA Startups, new HA versions and [External IP changes](https://community.home-assistant.io/t/detect-if-ip-changes/6830) for DSN.
2016-10-13 16:36:22 +00:00
* (IFTTT) Logging entries in Logbooks for Rachio, Doorbell
* Auto Heal ZWave at 2:30am
2016-11-20 20:37:42 +00:00
* Using [Etekcity Outlets](http://amzn.to/2efNoBP) to control accent lighting above kitchen cabinets and room cutouts.
* Turn on Hallway light for no more than 20 minutes when Pantry door is opened.
* Turn on TV Time Lights (dim and color) at Sunset (if home and TV is on)
* Turn on Upstairs light if Nest detects people and it's nighttime.
* Turn off lights when Nest detects we are away. (Upstairs and Downstairs)
2016-10-13 16:23:03 +00:00
* Turn on some lights when we get home
* Turn on some outdoor Lights at Sunset, Turn off 4 hours before sunrise. Turn off interior lights when we go to sleep.
* Turn on lights during school days for a morning routine for the kids and wife. Has No School overide boolean in GUI.
* Detects when lights are turned on and adjusts them to correct brightness based on time of day.
* Leverage Alexa, IFTTT and Elekcity outlet to control Printer On/Off via Voice. Turns off automatically after 20 minutes.
2016-10-13 16:36:22 +00:00
* (IFTTT) Blink ALL lights at 9:30 to remind me to take medicine. (also Alexa Alert)
* (IFTTT) Blink Office lights 15 minutes before ANY meeting on my calendar (using IFTTT)
* (IFTTT) Stop watering grass via Rachio if winds are greater than 20 MPH.
2016-10-27 23:59:51 +00:00
* (IFTTT) Blink ALL lights if Winds get to 70MPH - Hurricance warning.
2016-10-28 00:58:31 +00:00
* Halloween Special - Flash all front lights when motion is detected via SkyBell (IFTTT - Maker)
* Sets up the front lights in the house with preset colors depending on the month.
2016-12-11 20:28:33 +00:00
* On motion from Doorbell (IFTTT) Turn front lights to Bright White lights for 10 minutes and then back to original colors.
![Screenshot of Home View](https://i.imgur.com/2mFr9HP.png)
![Screenshot of Garage Door View](https://i.imgur.com/GhMf2Lo.png)
![Screenshot of Lights](https://i.imgur.com/joYkz0D.png)
![Screenshot of Info](https://i.imgur.com/vABefL9.png)
2016-10-11 16:42:06 +00:00
#Todo List
* AutoIt script to control lights via REST and also auto light office when I am working on Laptop.
2016-12-11 20:28:33 +00:00
* Monitor the reflection rates of Garadget and notify when they being to drop too low when closed (indicating a shift in the controller)
2016-11-11 16:53:22 +00:00
* Configure the Alexa Component.
* Put Dash Buttons out there.
* Put Door Sensor in Mailbox
2016-10-26 22:04:57 +00:00
* Add Pi-Hole (Ad blocking) to the network with the Pi Zero. (Add to Home Assistant)
2016-10-28 15:11:07 +00:00
* Flash backyard lights when doorbell rings.
* Bedside dash button for morning, night and bathroom trips.
* Create various scenes (early morning, breakfast, work, entertaining, )
* Doorbell motion after dusk turns on light and changes it color. Dims foyer light up as well. Maybe a sconce light too.
* Motion after midnight and the sprinklers go on.
2016-11-09 20:15:34 +00:00
* Using Input Booleans, list trashday and kid's chore day on Main Screen.
2016-10-28 15:11:07 +00:00
* Bathroom lights flash when door bell is pressed.
* Vacation mode and mocupancy scenes to simulate being here.
* Figure out a way to change the color of outdoor lights based on various minor holidays automagically.
* Time based automations - blink light notifications (location), dash button options (https://github.com/dale3h/homeassistant-config/blob/master/examples/%40CCOSTAN/detect_state_change.yaml)
2016-10-28 15:11:07 +00:00
2016-10-19 20:56:00 +00:00
* This : http://groundp.in/2016/10/18/step-by-step-guide-to-setting-up-esp-easy-with-home-assistant/
* http://www.pibakery.org/
* http://www.esp8266.nu/index.php/ESPEasy
* https://translate.google.com/translate?hl=en&sl=de&tl=en&u=https%3A%2F%2Falexbloggt.com%2Funiversal-infrarot-websteuerung-ueber-esp8266%2F
* https://github.com/thundergreen/home-assistant/wiki/Add-OZWCP-in-HASS
https://community.home-assistant.io/t/voice-controlled-cheap-non-smart-led-strip-with-ok-google-command/5756
2016-11-29 18:32:12 +00:00
2016-12-04 05:33:06 +00:00
https://community.home-assistant.io/t/snmp-bandwidth-monitor/7122