Possibly the best documented Repo on the internet. Maybe. #314

This commit is contained in:
ccostan 2018-02-28 23:31:46 -05:00
parent 8eda982438
commit f9307cc080
9 changed files with 321 additions and 300 deletions

View File

@ -160,7 +160,7 @@ There aren't really automations for the Batteries yet. Electricity is the life
</td><td align="center"><a href="https://www.amazon.com/Circle-Disney-Parental-Controls-Connected/dp/B019RC1EI8/ref=as_li_ss_il?s=electronics&ie=UTF8&qid=1519453110&sr=1-1-spons&keywords=circle+disney&psc=1&linkCode=li2&tag=vmw0a-20&linkId=8bfecf20fdfee716f0e0c43a2f4becbd" target="_blank"><img border="0" src="https://ws-na.amazon-adsystem.com/widgets/q?_encoding=UTF8&ASIN=B019RC1EI8&Format=_SL110_&ID=AsinImage&MarketPlace=US&ServiceVersion=20070822&WS=1&tag=vmw0a-20" ></a><img src="https://ir-na.amazon-adsystem.com/e/ir?t=vmw0a-20&l=li2&o=1&a=B019RC1EI8" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></td></tr>
<tr><td colspan="4">
Using the APs (3 of them), The house monitors all Connected devices for Online/Offline status and uses 'NMAP' for presence detection. Any critical device down for more than 5 minutes and an alert is sent out. Circle is a Parental Control device. When a new device is discovered on the network, HA notifies us and also plays a TTS reminder over the speakers to classify in Circle. Most things are Wifi connected but a good gigabit switch is needed for a good foundation.</td></tr>
Using the APs (3 of them), The house monitors all Connected devices for Online/Offline status and uses '' for presence detection. Any critical device down for more than 5 minutes and an alert is sent out. Circle is a Parental Control device. When a new device is discovered on the network, HA notifies us and also plays a TTS reminder over the speakers to classify in Circle. Most things are Wifi connected but a good gigabit switch is needed for a good foundation.</td></tr>
<tr><td colspan="4">
@ -216,12 +216,12 @@ The Alexa devices in my house are for automation overrides. They are primarily
</td><td align="center" colspan="2"><a href="http://www.vmwareinfo.com/2017/08/project-update-visualization-of-home.html" target="_blank"><img border="0" src="https://lh3.googleusercontent.com/-UdtxP-RNPxM/WZNRjcEJ6hI/AAAAAAADYfY/Vum9wiL5qYAO3frTAi2MdqK1vH6qBTb9gCHMYCw/image3_thumb%255B2%255D?imgmax=200" ></a><img src="https://ir-na.amazon-adsystem.com/e/ir?t=vmw0a-20&l=li1&o=1&a=B01GEW27DA" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></td></tr>
<tr><td colspan="4">
Mobile devices are a critical part of my Home Automation. They establish presence in the house and are the basis for many automations. Home? Turn on the lights. Leave? Turn them all off kind of thing. The Tablets are for the awesome FloorPlan that you see in the images. We have 2 in the house mounted for quick consumption of all the HA data in a glance.
Mobile devices are a critical part of my Home Automation. They establish presence in the house and are the basis for many automations. Home? Turn on the lights. Leave? Turn them all off kind of thing. We use [NMAP](https://github.com/CCOSTAN/Home-AssistantConfig/tree/master/config/device_tracker) for presence detection.
* IOS 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 DNS.
* Turn on certain lights and switches when we get home. Turn off most interior lights when we leave the house.
* Reminders to take my medicine sent as IOS notifications ONLY when I arrive back home for the night.
We also leverage the Fire Tablets as TTS endpoints. During certain times of the day, TTS is only played on the tablets rather than over the whole house. Other times, Notifications are sent only to the Mobile Devices rather than using speech.
The Tablets are for the awesome FloorPlan that you see in the images. We have 2 in the house mounted for quick consumption of all the HA data in a glance. We also leverage them as TTS endpoints. During certain times of the day, TTS is only played on the tablets rather than over the whole house. Other times, Notifications are sent only to the Mobile Devices rather than using speech.
</td></tr>
<tr><td colspan="4">

View File

@ -1,12 +1,42 @@
# [![Build Status](https://travis-ci.org/CCOSTAN/Home-AssistantConfig.svg?branch=master)](https://travis-ci.org/CCOSTAN/Home-AssistantConfig) Home-Assistant Config by [@ccostan](http://www.twitter.com/ccostan)
[Home Assistant](https://home-assistant.io/) configuration files (YAMLs)
<h1 align="center">
<a name="logo" href="http://www.vmwareinfo.com/search/label/iot"><img src="https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/www/custom_ui/floorplan/images/branding/twitter_profile.png" alt="Bear Stone Smart Home" width="200"></a>
<br>
Bear Stone Smart Home Configuration
</h1>
<h4 align="center">Be sure to :star: my repo so you can keep up to date on the daily progress!.</h4>
<div align="center">
<h4>
<img src="https://travis-ci.org/CCOSTAN/Home-AssistantConfig.svg?branch=master"/>
<img src="https://img.shields.io/github/stars/CCOSTAN/Home-AssistantConfig.svg?style=plasticr"/>
<img src="https://img.shields.io/github/last-commit/google/skia.svg?style=plasticr"/>
</h4>
</div>
<p><font size="3">
You can definately read more about my voice implimentations in my blog posts (linked below) or on the main repo page. Voice separates the average home from the Smart Home. Once you start teaching your home to talk, tweet or text, you'll be hard pressed to stop.</p>
<div align="center"><a name="menu"></a>
<h4>
<a href="http://www.vmwareinfo.com/search/label/iot">
Blog
</a>
<span> | </span>
<a href="https://github.com/CCOSTAN/Home-AssistantConfig#devices">
Devices
</a>
<span> | </span>
<a href="https://github.com/CCOSTAN/Home-AssistantConfig/issues">
Todo List
</a>
<span> | </span>
<a href="https://twitter.com/BearStoneHA">
Smart Home Stats
</a>
<span> | </span>
<a href="https://www.facebook.com/BearStoneHA">
Facebook
</a>
</h4>
Be sure to :star: my repo so you can keep up to date on the daily progress!
<a name="bottom" href="https://github.com/CCOSTAN/Home-AssistantConfig#logo"><img align="right" border="0" src="https://scontent-mxp1-1.xx.fbcdn.net/v/t34.0-12/28511153_10155579658673155_2146314492_n.png?_nc_ad=z-m&_nc_cid=0&oh=0d6dd551695860471c45d5b7b17c3cd8&oe=5A99DB47" width="50" ></a>
This directory is for all the speech only Automations. These speech scripts use a speechengine in the scripts folder but the automations generate all the text (mostly).
#Still have questions on my Config?
Follow me on twitter : [@CCostan](https://twitter.com/ccostan)
Follow the Smart Home on twitter : [@BearStoneHA](https://twitter.com/BearStoneHA)
You can also vist my [Blog](http://www.vmwareinfo.com/search/label/iot) for all of my [Home Automation Posts](http://www.vmwareinfo.com/search/label/iot).
**Still have questions on my Config?**
**Message me on twitter :** [@CCostan](https://twitter.com/ccostan) or [@BearStoneHA](https://twitter.com/BearStoneHA)

View File

@ -1,12 +1,42 @@
# [![Build Status](https://travis-ci.org/CCOSTAN/Home-AssistantConfig.svg?branch=master)](https://travis-ci.org/CCOSTAN/Home-AssistantConfig) Home-Assistant Config by [@ccostan](http://www.twitter.com/ccostan)
[Home Assistant](https://home-assistant.io/) configuration files (YAMLs)
<h1 align="center">
<a name="logo" href="http://www.vmwareinfo.com/search/label/iot"><img src="https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/www/custom_ui/floorplan/images/branding/twitter_profile.png" alt="Bear Stone Smart Home" width="200"></a>
<br>
Bear Stone Smart Home Configuration
</h1>
<h4 align="center">Be sure to :star: my repo so you can keep up to date on the daily progress!.</h4>
<div align="center">
<h4>
<img src="https://travis-ci.org/CCOSTAN/Home-AssistantConfig.svg?branch=master"/>
<img src="https://img.shields.io/github/stars/CCOSTAN/Home-AssistantConfig.svg?style=plasticr"/>
<img src="https://img.shields.io/github/last-commit/google/skia.svg?style=plasticr"/>
</h4>
</div>
<p><font size="3">
This directory is primarily used for automations that are just running in the background all the time. Little robots just doing thier thing to help make the house the smartest and most proactive it can be for us.</p>
<div align="center"><a name="menu"></a>
<h4>
<a href="http://www.vmwareinfo.com/search/label/iot">
Blog
</a>
<span> | </span>
<a href="https://github.com/CCOSTAN/Home-AssistantConfig#devices">
Devices
</a>
<span> | </span>
<a href="https://github.com/CCOSTAN/Home-AssistantConfig/issues">
Todo List
</a>
<span> | </span>
<a href="https://twitter.com/BearStoneHA">
Smart Home Stats
</a>
<span> | </span>
<a href="https://www.facebook.com/BearStoneHA">
Facebook
</a>
</h4>
Be sure to :star: my repo so you can keep up to date on the daily progress!
<a name="bottom" href="https://github.com/CCOSTAN/Home-AssistantConfig#logo"><img align="right" border="0" src="https://scontent-mxp1-1.xx.fbcdn.net/v/t34.0-12/28511153_10155579658673155_2146314492_n.png?_nc_ad=z-m&_nc_cid=0&oh=0d6dd551695860471c45d5b7b17c3cd8&oe=5A99DB47" width="50" ></a>
This directory is primarily used for automations that are just running in the background all the time. Little robots just doing thier thing to help make the house the smartest and most proactive it can be for us.
#Still have questions on my Config?
Follow me on twitter : [@CCostan](https://twitter.com/ccostan)
Follow the Smart Home on twitter : [@BearStoneHA](https://twitter.com/BearStoneHA)
You can also vist my [Blog](http://www.vmwareinfo.com/search/label/iot) for all of my [Home Automation Posts](http://www.vmwareinfo.com/search/label/iot).
**Still have questions on my Config?**
**Message me on twitter :** [@CCostan](https://twitter.com/ccostan) or [@BearStoneHA](https://twitter.com/BearStoneHA)

View File

@ -1,7 +1,38 @@
# [![Build Status](https://travis-ci.org/CCOSTAN/Home-AssistantConfig.svg?branch=master)](https://travis-ci.org/CCOSTAN/Home-AssistantConfig) Home-Assistant Config by [@ccostan](http://www.twitter.com/ccostan)
[Home Assistant](https://home-assistant.io/) configuration files (YAMLs)
Be sure to :star: my repo so you can keep up to date on the daily progress!
<h1 align="center">
<a name="logo" href="http://www.vmwareinfo.com/search/label/iot"><img src="https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/www/custom_ui/floorplan/images/branding/twitter_profile.png" alt="Bear Stone Smart Home" width="200"></a>
<br>
Bear Stone Smart Home Configuration
</h1>
<h4 align="center">Be sure to :star: my repo so you can keep up to date on the daily progress!.</h4>
<div align="center">
<h4>
<img src="https://travis-ci.org/CCOSTAN/Home-AssistantConfig.svg?branch=master"/>
<img src="https://img.shields.io/github/stars/CCOSTAN/Home-AssistantConfig.svg?style=plasticr"/>
<img src="https://img.shields.io/github/last-commit/google/skia.svg?style=plasticr"/>
</h4>
</div>
<div align="center"><a name="menu"></a>
<h4>
<a href="http://www.vmwareinfo.com/search/label/iot">
Blog
</a>
<span> | </span>
<a href="https://github.com/CCOSTAN/Home-AssistantConfig#devices">
Devices
</a>
<span> | </span>
<a href="https://github.com/CCOSTAN/Home-AssistantConfig/issues">
Todo List
</a>
<span> | </span>
<a href="https://twitter.com/BearStoneHA">
Smart Home Stats
</a>
<span> | </span>
<a href="https://www.facebook.com/BearStoneHA">
Facebook
</a>
</h4>
This directory is primarily used for automations that are triggered via time. Daily, monthly, seasonally or on the hour.
@ -35,9 +66,7 @@ SUNSET:
10:00 PM Speech Notifications are disabled for the house. (except under ALERT mode) and AMP is shut.
02:00 AM ** Late Night Help Deactivated **
02:31 AM Heal ZWave Network
<a name="bottom" href="https://github.com/CCOSTAN/Home-AssistantConfig#logo"><img align="right" border="0" src="https://scontent-mxp1-1.xx.fbcdn.net/v/t34.0-12/28511153_10155579658673155_2146314492_n.png?_nc_ad=z-m&_nc_cid=0&oh=0d6dd551695860471c45d5b7b17c3cd8&oe=5A99DB47" width="50" ></a>
#Still have questions on my Config?
Follow me on twitter : [@CCostan](https://twitter.com/ccostan)
Follow the Smart Home on twitter : [@BearStoneHA](https://twitter.com/BearStoneHA)
You can also vist my [Blog](http://www.vmwareinfo.com/search/label/iot) for all of my [Home Automation Posts](http://www.vmwareinfo.com/search/label/iot).
**Still have questions on my Config?**
**Message me on twitter :** [@CCostan](https://twitter.com/ccostan) or [@BearStoneHA](https://twitter.com/BearStoneHA)

View File

@ -1,12 +1,42 @@
# [![Build Status](https://travis-ci.org/CCOSTAN/Home-AssistantConfig.svg?branch=master)](https://travis-ci.org/CCOSTAN/Home-AssistantConfig) Home-Assistant Config by [@ccostan](http://www.twitter.com/ccostan)
[Home Assistant](https://home-assistant.io/) configuration files (YAMLs)
<h1 align="center">
<a name="logo" href="http://www.vmwareinfo.com/search/label/iot"><img src="https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/www/custom_ui/floorplan/images/branding/twitter_profile.png" alt="Bear Stone Smart Home" width="200"></a>
<br>
Bear Stone Smart Home Configuration
</h1>
<h4 align="center">Be sure to :star: my repo so you can keep up to date on the daily progress!.</h4>
<div align="center">
<h4>
<img src="https://travis-ci.org/CCOSTAN/Home-AssistantConfig.svg?branch=master"/>
<img src="https://img.shields.io/github/stars/CCOSTAN/Home-AssistantConfig.svg?style=plasticr"/>
<img src="https://img.shields.io/github/last-commit/google/skia.svg?style=plasticr"/>
</h4>
</div>
<p><font size="3">
This is a Custom Component by pkozul to allow me to use my Floorplan installation as a Media Player. This allows me to send all TTS and home notifications to the Fire Tablets I use with Floorplan.</p>
<div align="center"><a name="menu"></a>
<h4>
<a href="http://www.vmwareinfo.com/search/label/iot">
Blog
</a>
<span> | </span>
<a href="https://github.com/CCOSTAN/Home-AssistantConfig#devices">
Devices
</a>
<span> | </span>
<a href="https://github.com/CCOSTAN/Home-AssistantConfig/issues">
Todo List
</a>
<span> | </span>
<a href="https://twitter.com/BearStoneHA">
Smart Home Stats
</a>
<span> | </span>
<a href="https://www.facebook.com/BearStoneHA">
Facebook
</a>
</h4>
Be sure to :star: my repo so you can keep up to date on the daily progress!
This is a Custom Component by pkozul to allow me to use my Floorplan installation as a Media Player. This allows me to send all TTS and home notifications to the Fire Tablets I use with Floorplan.
#Still have questions on my Config?
Follow me on twitter : [@CCostan](https://twitter.com/ccostan)
You can also vist my [Blog](http://www.vmwareinfo.com/search/label/iot) for all of my [Home Automation Posts](http://www.vmwareinfo.com/search/label/iot).
<a name="bottom" href="https://github.com/CCOSTAN/Home-AssistantConfig#logo"><img align="right" border="0" src="https://scontent-mxp1-1.xx.fbcdn.net/v/t34.0-12/28511153_10155579658673155_2146314492_n.png?_nc_ad=z-m&_nc_cid=0&oh=0d6dd551695860471c45d5b7b17c3cd8&oe=5A99DB47" width="50" ></a>
**Still have questions on my Config?**
**Message me on twitter :** [@CCostan](https://twitter.com/ccostan) or [@BearStoneHA](https://twitter.com/BearStoneHA)

View File

@ -1,15 +1,42 @@
# [![Build Status](https://travis-ci.org/CCOSTAN/Home-AssistantConfig.svg?branch=master)](https://travis-ci.org/CCOSTAN/Home-AssistantConfig) Home-Assistant Config by [@ccostan](http://www.twitter.com/ccostan)
[Home Assistant](https://home-assistant.io/) configuration files (YAMLs)
<h1 align="center">
<a name="logo" href="http://www.vmwareinfo.com/search/label/iot"><img src="https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/www/custom_ui/floorplan/images/branding/twitter_profile.png" alt="Bear Stone Smart Home" width="200"></a>
<br>
Bear Stone Smart Home Configuration
</h1>
<h4 align="center">Be sure to :star: my repo so you can keep up to date on the daily progress!.</h4>
<div align="center">
<h4>
<img src="https://travis-ci.org/CCOSTAN/Home-AssistantConfig.svg?branch=master"/>
<img src="https://img.shields.io/github/stars/CCOSTAN/Home-AssistantConfig.svg?style=plasticr"/>
<img src="https://img.shields.io/github/last-commit/google/skia.svg?style=plasticr"/>
</h4>
</div>
<p><font size="3">
We use the NMAP component for device tracking. I've considered using the Unifi component since i have the Unifi contrainer running but haven't seen the need yet. The NMAP presence sensing is SOLID so why mess with it?</p>
<div align="center"><a name="menu"></a>
<h4>
<a href="http://www.vmwareinfo.com/search/label/iot">
Blog
</a>
<span> | </span>
<a href="https://github.com/CCOSTAN/Home-AssistantConfig#devices">
Devices
</a>
<span> | </span>
<a href="https://github.com/CCOSTAN/Home-AssistantConfig/issues">
Todo List
</a>
<span> | </span>
<a href="https://twitter.com/BearStoneHA">
Smart Home Stats
</a>
<span> | </span>
<a href="https://www.facebook.com/BearStoneHA">
Facebook
</a>
</h4>
Be sure to :star: my repo so you can keep up to date on the daily progress!
<a name="bottom" href="https://github.com/CCOSTAN/Home-AssistantConfig#logo"><img align="right" border="0" src="https://scontent-mxp1-1.xx.fbcdn.net/v/t34.0-12/28511153_10155579658673155_2146314492_n.png?_nc_ad=z-m&_nc_cid=0&oh=0d6dd551695860471c45d5b7b17c3cd8&oe=5A99DB47" width="50" ></a>
For presence detection, I basically just use NMAP. I've used it from the beginning and it's been rock solid ever since. No issues at all and if it ain't broken, why fix it?
#Still have questions on my Config?
Follow me on twitter : [@CCostan](https://twitter.com/ccostan)
You can also vist my [Blog](http://www.vmwareinfo.com/search/label/iot) for all of my [Home Automation Posts](http://www.vmwareinfo.com/search/label/iot).
<a target='_blank' rel='nofollow' href='https://app.codesponsor.io/link/3MkgeKFUVKPNW45Vtwu9Abd4/CCOSTAN/Home-AssistantConfig'>
<img alt='Sponsor' width='888' height='68' src='https://app.codesponsor.io/embed/3MkgeKFUVKPNW45Vtwu9Abd4/CCOSTAN/Home-AssistantConfig.svg' />
</a>
**Still have questions on my Config?**
**Message me on twitter :** [@CCostan](https://twitter.com/ccostan) or [@BearStoneHA](https://twitter.com/BearStoneHA)

View File

@ -1,36 +1,42 @@
# [![Build Status](https://travis-ci.org/CCOSTAN/Home-AssistantConfig.svg?branch=master)](https://travis-ci.org/CCOSTAN/Home-AssistantConfig) Home-Assistant Config by [@ccostan](http://www.twitter.com/ccostan)
[Home Assistant](https://home-assistant.io/) configuration files (YAMLs)
<h1 align="center">
<a name="logo" href="http://www.vmwareinfo.com/search/label/iot"><img src="https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/www/custom_ui/floorplan/images/branding/twitter_profile.png" alt="Bear Stone Smart Home" width="200"></a>
<br>
Bear Stone Smart Home Configuration
</h1>
<h4 align="center">Be sure to :star: my repo so you can keep up to date on the daily progress!.</h4>
<div align="center">
<h4>
<img src="https://travis-ci.org/CCOSTAN/Home-AssistantConfig.svg?branch=master"/>
<img src="https://img.shields.io/github/stars/CCOSTAN/Home-AssistantConfig.svg?style=plasticr"/>
<img src="https://img.shields.io/github/last-commit/google/skia.svg?style=plasticr"/>
</h4>
</div>
<p><font size="3">
I love packages. This will probably become the most used directory in my repo. I love the ability to just drop in a package or disable it just as easily. In fact, there are a few disabled ones right now ready to go when issues are straightened out. All in one place, packages make defining devices, booleans, automations and customizations a snap.</p>
<div align="center"><a name="menu"></a>
<h4>
<a href="http://www.vmwareinfo.com/search/label/iot">
Blog
</a>
<span> | </span>
<a href="https://github.com/CCOSTAN/Home-AssistantConfig#devices">
Devices
</a>
<span> | </span>
<a href="https://github.com/CCOSTAN/Home-AssistantConfig/issues">
Todo List
</a>
<span> | </span>
<a href="https://twitter.com/BearStoneHA">
Smart Home Stats
</a>
<span> | </span>
<a href="https://www.facebook.com/BearStoneHA">
Facebook
</a>
</h4>
Be sure to :star: my repo so you can keep up to date on the daily progress!
<a name="bottom" href="https://github.com/CCOSTAN/Home-AssistantConfig#logo"><img align="right" border="0" src="https://scontent-mxp1-1.xx.fbcdn.net/v/t34.0-12/28511153_10155579658673155_2146314492_n.png?_nc_ad=z-m&_nc_cid=0&oh=0d6dd551695860471c45d5b7b17c3cd8&oe=5A99DB47" width="50" ></a>
This section is for the packages. (It's being slowly built out)
**Twitter Account**
-You can see my home in action by following it's Twitter account [@BearStoneHA](https://twitter.com/BearStoneHA)
-Home Assistant live tweets activities in the house on it's own dedicated Social Media Account.
**Alarm System**
You can find out about how I swapped out my ADT for 3 NodeMCUs [here](http://www.vmwareinfo.com/2017/06/building-my-home-alarm-system-hardware.html).
**Landscape Lighting**
For the ladnscape lights, I have 2 12v transformers in the backyard. One powers the front landscape lights and the other the backyard landscaping lights.
I have put 2 [GE ZWave Outdoor Power Module](http://amzn.to/2q17R4S) conneted to the transformers and controlled by my [Wink Hub](http://amzn.to/2orGEWo). They are set to turn on landscape lighting at sunset and turn off at random times before sunrise.
![Screenshot of Landscape Lighting](https://i.imgur.com/CFSWGXW.png)
**Nest Protects**
You can find my [Nest protects](http://amzn.to/2poqKhu) write up [here](http://www.vmwareinfo.com/2017/06/psa-check-out-your-smoke-detectors-once.html).
![Screenshot of Protects](https://i.imgur.com/hUAaIiF.png) and thermostats [here](http://www.vmwareinfo.com/2018/02/smart-home-basics-thermostats.html)
<td>
<tr>
<a href="https://www.amazon.com/Nest-Protect-Carbon-Monoxide-Generation/dp/B00XV1RD0K/ref=as_li_ss_il?s=hi&ie=UTF8&qid=1519154145&sr=1-4&keywords=nest+protect&linkCode=li1&tag=vmw0a-20&linkId=7002d3f6bb9c7680a653a1658a89d453" target="_blank"><img border="0" src="https://ws-na.amazon-adsystem.com/widgets/q?_encoding=UTF8&ASIN=B00XV1RD0K&Format=_SL110_&ID=AsinImage&MarketPlace=US&ServiceVersion=20070822&WS=1&tag=vmw0a-20" ></a><img src="https://ir-na.amazon-adsystem.com/e/ir?t=vmw0a-20&l=li1&o=1&a=B00XV1RD0K" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></tr></td>
**Neato Vacuum**
I can control my [Neato Vacuum](http://amzn.to/2kqnnqu) with Home Assistant.
![Screenshot of D7 Vacuum](https://i.imgur.com/jLikEk6.png)
#Still have questions on my Config?
Follow me on twitter : [@CCostan](https://twitter.com/ccostan)
Follow the Smart Home on twitter : [@BearStoneHA](https://twitter.com/BearStoneHA)
You can also vist my [Blog](http://www.vmwareinfo.com/search/label/iot) for all of my [Home Automation Posts](http://www.vmwareinfo.com/search/label/iot).
**Still have questions on my Config?**
**Message me on twitter :** [@CCostan](https://twitter.com/ccostan) or [@BearStoneHA](https://twitter.com/BearStoneHA)

View File

@ -1,202 +1,42 @@
# [![Build Status](https://travis-ci.org/CCOSTAN/Home-AssistantConfig.svg?branch=master)](https://travis-ci.org/CCOSTAN/Home-AssistantConfig) Home-Assistant Config by [@ccostan](http://www.twitter.com/ccostan)
[Home Assistant](https://home-assistant.io/) configuration files (YAMLs)
Be sure to :star: my repo so you can keep up to date on the daily progress!
All of my Scripts are in this directory. These scripts can be used over and over by different automations. I try to modulize most of my scripts so that they can be passed variables from different automations and still keep all the settings normailized and centralized.
#Still have questions on my Config?
Follow me on twitter : [@CCostan](https://twitter.com/ccostan)
You can also vist my [Blog](http://www.vmwareinfo.com/search/label/iot) for all of my [Home Automation Posts](http://www.vmwareinfo.com/search/label/iot).
<a target='_blank' rel='nofollow' href='https://app.codesponsor.io/link/3MkgeKFUVKPNW45Vtwu9Abd4/CCOSTAN/Home-AssistantConfig'>
<img alt='Sponsor' width='888' height='68' src='https://app.codesponsor.io/embed/3MkgeKFUVKPNW45Vtwu9Abd4/CCOSTAN/Home-AssistantConfig.svg' />
</a>
Original mapping work by @beed2112
Modified by [@CCOSTAN](https://twitter.com/ccostan)
Repo : https://github.com/beed2112/condo
This is a map of the script references from my repo.
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/amp_settings.yaml
amp_settings
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/System/door_chime.yaml: - service: script.amp_settings
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/dog_bark.yaml
dog_bark
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/customize/scripts.yaml:script.dog_bark:
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/dog_bark.yaml: # service: script.dog_bark
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/front_house_motion.yaml: - service: script.dog_bark
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/guard_dog.yaml: - service: script.dog_bark
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/emergency.yaml
emergency
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/emergency.yaml:# - service: script.emergency
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/nest_protects.yaml: - service: script.emergency
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/High_Wind_Speed_Check.yaml: - service: script.emergency
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/flash_notify.yaml
flash_notify
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/customize/scripts.yaml:script.flash_notify:
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/skybell_pressed.yaml: - service: script.flash_notify
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/flash_notify.yaml:# - service: script.flash_notify
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/ifttt_calendar.yaml: - service: script.flash_notify
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/front_house_motion.yaml
front_house_motion
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/customize/scripts.yaml:script.front_house_motion:
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/front_house_motion.yaml:# - service: script.front_house_motion
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/skybellhd.yaml: - service: script.front_house_motion
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/interior_off.yaml
interior_off
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/customize/scripts.yaml:script.interior_off:
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/interior_off.yaml:# - service: script.interior_off
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/away.yaml: - service: script.interior_off
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/good_night.yaml: - service: script.interior_off
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Timed_Triggers/sunrise_turn_off.yaml: - service: script.interior_off
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/monthly_color_scene.yaml
monthly_color_scene
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/customize/scripts.yaml:script.monthly_color_scene:
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/front_house_motion.yaml: - service: script.monthly_color_scene
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/monthly_color_scene.yaml:# - service: script.monthly_color_scene
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/late_night_outside_helper.yaml: - service: script.monthly_color_scene
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Timed_Triggers/sunset_turn_on.yaml: - service: script.monthly_color_scene
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/notify_engine.yaml
notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/customize/scripts.yaml:script.notify_engine:
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/notify_engine.yaml: # service: script.notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/hasspodcast.yaml: - service: script.notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/epson_printer.yaml: - service: script.notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/network.yaml: - service: script.notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/nest_protects.yaml: - service: script.notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/nest_protects.yaml: - service: script.notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/battery_levels.yaml: - service: script.notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/processmonitor.yaml: - service: script.notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/processmonitor.yaml: - service: script.notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/processmonitor.yaml: - service: script.notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/space.yaml: - service: script.notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/space.yaml: - service: script.notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/fitbit.yaml: - service: script.notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/alarm.yaml: - service: script.notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/juicenet.yaml: - service: script.notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/juicenet.yaml: - service: script.notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/garadget.yaml: - service: script.notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/garadget.yaml: - service: script.notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/garadget_Wind_Speed_Check.yaml: - service: script.notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/door_opened.yaml: - service: script.notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/High_Wind_Speed_Check.yaml: - service: script.notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/medicine_logger.yaml: - service: script.notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/System/update_notification.yaml: - service: script.notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/System/bad_logins.yaml: - service: script.notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/System/ip_change.yaml: - service: script.notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/System/Wink_update_notification.yaml: - service: script.notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Timed_Triggers/startup_notification.yaml: - service: script.notify_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/skybell_pressed.yaml
skybell_pressed
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/customize/scripts.yaml:script.skybell_pressed:
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/skybell_pressed.yaml:# - service: script.skybell_pressed
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/skybellhd.yaml: - service: script.skybell_pressed
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/speech_engine.yaml
speech_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/customize/scripts.yaml:script.speech_engine:
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/speech_engine.yaml: # service: script.speech_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/speech_processing.yaml: # service: script.speech_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/skybell_pressed.yaml: - service: script.speech_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/front_house_motion.yaml: - service: script.speech_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/triggers/sleepy_dog.yaml: - service: script.speech_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/network.yaml: - service: script.speech_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/nest_protects.yaml: - service: script.speech_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/alarm.yaml: - service: script.speech_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/juicenet.yaml: - service: script.speech_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/garadget.yaml: - service: script.speech_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/new_device.yaml: - service: script.speech_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/garadget_Wind_Speed_Check.yaml: - service: script.speech_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/garage_closed.yaml: - service: script.speech_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/responsibilities.yaml: - service: script.speech_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/announcements.yaml: - service: script.speech_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/garage_opened.yaml: - service: script.speech_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/door_opened.yaml: - service: script.speech_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/High_Wind_Speed_Check.yaml: - service: script.speech_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/nest.yaml: - service: script.speech_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/home_stats.yaml: - service: script.speech_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/good_night.yaml: - service: script.speech_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/dark_rainy_day.yaml: - service: script.speech_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Timed_Triggers/sunset_turn_on.yaml: - service: script.speech_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Timed_Triggers/sunset_turn_on.yaml: - service: script.speech_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Timed_Triggers/2200.yaml: - service: script.speech_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/speech_processing.yaml
speech_processing
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/customize/scripts.yaml:script.speech_processing:
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/speech_engine.yaml: - service: script.speech_processing
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/switch_turn_off_all.yaml
switch_turn_off_all
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/customize/scripts.yaml:script.switch_turn_off_all:
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/interior_off.yaml: - service: script.switch_turn_off_all
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/switch_turn_off_all.yaml:# - service: script.switch_turn_off_all
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/tweet.yaml
tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/logger.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/hasspodcast.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/epson_printer.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/skybellhd.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/neato.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/pihole.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/pihole.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/nest_protects.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/nest_protects.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/processmonitor.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/space.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/space.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/space.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/fitbit.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/twitter.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/twitter.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/twitter.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/holiday.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/new_device.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/garadget_Wind_Speed_Check.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/High_Wind_Speed_Check.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/ifttt_logger.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/System/update_notification.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/System/Self_heal.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/System/bad_logins.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/System/ip_change.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/System/rachio_rain_delay.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/System/Wink_update_notification.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Timed_Triggers/sunrise_turn_off.yaml: - service: script.tweet_engine
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Timed_Triggers/sunset_turn_on.yaml: - service: script.tweet_engine
<h1 align="center">
<a name="logo" href="http://www.vmwareinfo.com/search/label/iot"><img src="https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/www/custom_ui/floorplan/images/branding/twitter_profile.png" alt="Bear Stone Smart Home" width="200"></a>
<br>
Bear Stone Smart Home Configuration
</h1>
<h4 align="center">Be sure to :star: my repo so you can keep up to date on the daily progress!.</h4>
<div align="center">
<h4>
<img src="https://travis-ci.org/CCOSTAN/Home-AssistantConfig.svg?branch=master"/>
<img src="https://img.shields.io/github/stars/CCOSTAN/Home-AssistantConfig.svg?style=plasticr"/>
<img src="https://img.shields.io/github/last-commit/google/skia.svg?style=plasticr"/>
</h4>
</div>
<p><font size="3">
The Scripts in this folder are basically reusable. That's my philosophy on scripts. Pass them variables and then have them run different things based on those variables. But when you need to make a global change, you can just visit the single script. </p>
<div align="center"><a name="menu"></a>
<h4>
<a href="http://www.vmwareinfo.com/search/label/iot">
Blog
</a>
<span> | </span>
<a href="https://github.com/CCOSTAN/Home-AssistantConfig#devices">
Devices
</a>
<span> | </span>
<a href="https://github.com/CCOSTAN/Home-AssistantConfig/issues">
Todo List
</a>
<span> | </span>
<a href="https://twitter.com/BearStoneHA">
Smart Home Stats
</a>
<span> | </span>
<a href="https://www.facebook.com/BearStoneHA">
Facebook
</a>
</h4>
<a name="bottom" href="https://github.com/CCOSTAN/Home-AssistantConfig#logo"><img align="right" border="0" src="https://scontent-mxp1-1.xx.fbcdn.net/v/t34.0-12/28511153_10155579658673155_2146314492_n.png?_nc_ad=z-m&_nc_cid=0&oh=0d6dd551695860471c45d5b7b17c3cd8&oe=5A99DB47" width="50" ></a>
**Still have questions on my Config?**
**Message me on twitter :** [@CCostan](https://twitter.com/ccostan) or [@BearStoneHA](https://twitter.com/BearStoneHA)

View File

@ -1,14 +1,43 @@
# [![Build Status](https://travis-ci.org/CCOSTAN/Home-AssistantConfig.svg?branch=master)](https://travis-ci.org/CCOSTAN/Home-AssistantConfig) Home-Assistant Config by [@ccostan](http://www.twitter.com/ccostan)
[Home Assistant](https://home-assistant.io/) configuration files (YAMLs)
Be sure to :star: my repo so you can keep up to date on the daily progress!
<h1 align="center">
<a name="logo" href="http://www.vmwareinfo.com/search/label/iot"><img src="https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/www/custom_ui/floorplan/images/branding/twitter_profile.png" alt="Bear Stone Smart Home" width="200"></a>
<br>
Bear Stone Smart Home Configuration
</h1>
<h4 align="center">Be sure to :star: my repo so you can keep up to date on the daily progress!.</h4>
<div align="center">
<h4>
<img src="https://travis-ci.org/CCOSTAN/Home-AssistantConfig.svg?branch=master"/>
<img src="https://img.shields.io/github/stars/CCOSTAN/Home-AssistantConfig.svg?style=plasticr"/>
<img src="https://img.shields.io/github/last-commit/google/skia.svg?style=plasticr"/>
</h4>
</div>
<p><font size="3">
We use the NMAP component for device tracking. I've considered using the Unifi component since i have the Unifi contrainer running but haven't seen the need yet. The NMAP presence sensing is SOLID so why mess with it?</p>
<div align="center"><a name="menu"></a>
<h4>
<a href="http://www.vmwareinfo.com/search/label/iot">
Blog
</a>
<span> | </span>
<a href="https://github.com/CCOSTAN/Home-AssistantConfig#devices">
Devices
</a>
<span> | </span>
<a href="https://github.com/CCOSTAN/Home-AssistantConfig/issues">
Todo List
</a>
<span> | </span>
<a href="https://twitter.com/BearStoneHA">
Smart Home Stats
</a>
<span> | </span>
<a href="https://www.facebook.com/BearStoneHA">
Facebook
</a>
</h4>
![Screenshot of SmartHome](https://lh3.googleusercontent.com/-vKGF5gdz_VY/WVpP7qjsmjI/AAAAAAADVZ4/sGyiS1PjouUQxrEbWVfot6raxcElv4r-wCHMYCw/s1600/clip_image001%255B4%255D)
<a name="bottom" href="https://github.com/CCOSTAN/Home-AssistantConfig#logo"><img align="right" border="0" src="https://scontent-mxp1-1.xx.fbcdn.net/v/t34.0-12/28511153_10155579658673155_2146314492_n.png?_nc_ad=z-m&_nc_cid=0&oh=0d6dd551695860471c45d5b7b17c3cd8&oe=5A99DB47" width="50" ></a>
This is the first directory you need for a successful Floorplan installation!
#Still have questions on my Config?
Follow me on twitter : [@CCostan](https://twitter.com/ccostan)
Follow the Smart Home on twitter : [@BearStoneHA](https://twitter.com/BearStoneHA)
You can also vist my [Blog](http://www.vmwareinfo.com/search/label/iot) for all of my [Home Automation Posts](http://www.vmwareinfo.com/search/label/iot).
**Still have questions on my Config?**
**Message me on twitter :** [@CCostan](https://twitter.com/ccostan) or [@BearStoneHA](https://twitter.com/BearStoneHA)