From 003b528e830793f09582c7cc58ef95a71339ec9f Mon Sep 17 00:00:00 2001 From: ccostan Date: Wed, 28 Feb 2018 22:43:08 -0500 Subject: [PATCH] Completed migration to new improved readme. come see me world. #314 --- README.md | 97 +++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 76 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index c66b246c..9addc43f 100755 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@

-This Repo is designed for Smart Home inspiration. The configuration, devices, layout and linked Blog posts should help inspire you to jump head first into the IOT world. This is the live working configuration of my Smart Home. Use the menu links to jump between sections. All of the code is under the config directory and free to use and contribute.

+This Repo is designed for Smart Home inspiration. The configuration, devices, layout and linked Blog posts should help inspire you to jump head first into the IOT world. This is the live working configuration of my Smart Home. Use the menu links to jump between sections. All of the code is under the config directory and free to use and contribute to.

@@ -105,6 +105,14 @@ Lots of my gear comes from [BetaBound](https://goo.gl/0vxT8A) for Beta Testing a TV Streaming + | + + Cameras and Security + + | + + Sensors +

@@ -195,11 +203,15 @@ The Alexa devices in my house are for automation overrides. They are primarily + + + + + + + + + + + +
[iPhones](http://amzn.to/2l9Yoq9) - + + +[Dash Buttons](http://amzn.to/2GT8Olb) + [Amazon Fire Tablets Gen 7](http://amzn.to/2tqlMCW)
+
@@ -465,28 +477,71 @@ TV Automations are super cool. Turn on a movie and the lights begin to dim auto
+ +#### Cameras +
+ +[SkyBell HD](http://amzn.to/2dcexIB) + + +[Foscam 1080p Outdoor Camera](http://amzn.to/2ExKrMe) + + +[Surveillance Drives](http://amzn.to/2G3iBEF) + + +[Fake Dog](http://amzn.to/2CMo1lr) +
+ + + +
+ +Cameras are both for security and data sensors. They can trigger motion events, lighting conditions or for doorbells, when someone presses it. When all else fails though, a good recording of a Bull Mastiff is sure to do the trick! +* On motion from Doorbell turns front lights to Bright White lights for 10 minutes and then back to original colors. Fake Dog barking when there is motion by the house. +* When someone rings the Doorbell, the backyard and Bathroom lights Flash - Since we might not hear the doorbell. Fake Dog barks as well (which can be snoozed for 30 minutes via Alexa). +
+ +#### Sensors +
+ +[Door Sensors (AEON Labs)](http://amzn.to/2e3xDxY) + + +[Pi Zero](http://amzn.to/2ougZQ3) + + +[Wireless Nub](http://amzn.to/2q38rg4) + + +[Epson ET-7700 Printer](http://amzn.to/2HaiBUK) +
+ + + +
+ +Sensors add data to Home Assistant. Most of my Doors and windows are hardwired but for some interior doors, I also have the wireless sensors. They connect to my Wink Hub. [PiHole](https://pi-hole.net/) is running on my PiZero. It's super easy to install and runs DNS, DHCP and ad blocking for the whole house on a great little 5v form factor. +* Tweet out daily Pi Hole stats. (Ads Blocked and % of bandwidth saved.) +* Leverage Alexa and Elekcity outlet to control Printer On/Off via Voice. Turns off automatically after 20 minutes. +* Sound door chimes whenever doors open or close. +* Watch and alert on Home Assistant's Disk usage and Pi Zero. Get alerts before Pi Zero runs out of space on the [SD Card](http://amzn.to/2kNttio). +

-**Devices I have:** LEGACY SECTION being migrated up. -* [Amazon Dash Buttons](http://amzn.to/2dPKZhM) -* [SkyBell HD](http://amzn.to/2dcexIB) -* [Door Sensors (AEON Labs)](http://amzn.to/2e3xDxY) -* [iTeadStudio](https://www.itead.cc/) [goodies](https://twitter.com/ccostan/status/793119824008384512) - [SonOff](http://amzn.to/2l2sx8g) and a [Slampher](http://amzn.to/2l2gmIx)! - -* [Aeon Labs AEDSB09104ZWUS Aeotec Z-Wave Smart Energy Monitor Meter](http://amzn.to/2l5wEDo) to measure energy usage in the home. -* [Pi Zero](http://amzn.to/2ougZQ3) with [Wireless Nub](http://amzn.to/2q38rg4) running Pi-Hole and smacking down internet ads left and right! -* [Epson ET-7700 Printer](http://amzn.to/2HaiBUK) - All Printing with HA monitored Ink levels. - -**Automations:** LEGACY SECTION being migrated up. - -* Leverage Alexa and Elekcity outlet to control Printer On/Off via Voice. Turns off automatically after 20 minutes. -* Turn on lights during school days for a morning routine for the kids and wife. Has No School overide boolean in GUI. -* (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) -* On motion from [SkyBell HD Doorbell](http://amzn.to/2dcexIB) (IFTTT) Turn front lights to Bright White lights for 10 minutes and then back to original colors. Fake Dog barking when there is motion by the house. -* When someone rings the Doorbell (IFTTT), the backyard and Bathroom lights Flash - Since we might not hear the doorbell. Fake Dog barks as well (which can be snoozed for 30 minutes via Alexa). -* Watch and alert on Home Assistant's Disk usage. Get alerts before Pi runs out of space on the [SD Card](http://amzn.to/2kNttio). - ### Todo List The [issues section](https://github.com/CCOSTAN/Home-AssistantConfig/issues) on github is where I store all my wishful ideas and future enhancements.