diff --git a/README.md b/README.md index a8efcf96..8a1a355a 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- Bear Stone Smart Home + Bear Stone Smart Home
Bear Stone Smart Home Configuration

@@ -16,7 +16,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 to.

- + Blog | @@ -52,7 +52,7 @@ This Repo is designed for Smart Home inspiration. The configuration, devices, l ![Screenshot of Home Assistant Header](https://i.imgur.com/vjDH1LJ.png) As of 2018, I have migrated everything to a Docker based platform. You can read all about it here: -[Migration Blog Post](http://www.vmwareinfo.com/2018/02/journey-to-docker.html) +[Migration Blog Post](http://www.vCloudInfo.com/2018/02/journey-to-docker.html)
#### Notable Software on my Laptop Host: @@ -145,7 +145,7 @@ Here is how all the parts talk to each other. Keep reading to see code examples +[Tesla Powerwall 2](http://www.vCloudInfo.com/2018/01/going-green-to-save-some-green-in-2018.html) + +
-#### Battery Backups - [UPS Blog write-up](http://www.vmwareinfo.com/2017/06/home-protection-from-power-outages-sort.html) +#### Battery Backups - [UPS Blog write-up](http://www.vCloudInfo.com/2017/06/home-protection-from-power-outages-sort.html)
@@ -155,10 +155,10 @@ Here is how all the parts talk to each other. Keep reading to see code examples [2 Prong UPS](http://amzn.to/2CijVG3) -[Tesla Powerwall 2](http://www.vmwareinfo.com/2018/01/going-green-to-save-some-green-in-2018.html)
- +
@@ -191,7 +191,7 @@ Using the APs (3 of them), The house monitors all Connected devices for Online/O
-#### Alexa Echo Devices - [Alexa Device Blog Post](http://www.vmwareinfo.com/2017/09/new-alexa-goodies-announced.html) +#### Alexa Echo Devices - [Alexa Device Blog Post](http://www.vCloudInfo.com/2017/09/new-alexa-goodies-announced.html)
@@ -214,7 +214,7 @@ Using the APs (3 of them), The house monitors all Connected devices for Online/O
-The Alexa devices in my house are for automation overrides. They are primarily an input device into Home Assistant. Using HA `Cloud` component, I am able to turn on /off most HA devices even if they don't have native Alexa support. The DOTs are littered around the house, the Tap is for Shower and Garage since it is super portable and the main echo fills the upstairs with Music. Voice input and playing [Whole House Music](http://www.vmwareinfo.com/2017/08/multi-room-audio-for-echo-its-finally.html) are where Echoes excel! The Wand is pool side for quick commands and controlling the music if need be. +The Alexa devices in my house are for automation overrides. They are primarily an input device into Home Assistant. Using HA `Cloud` component, I am able to turn on /off most HA devices even if they don't have native Alexa support. The DOTs are littered around the house, the Tap is for Shower and Garage since it is super portable and the main echo fills the upstairs with Music. Voice input and playing [Whole House Music](http://www.vCloudInfo.com/2017/08/multi-room-audio-for-echo-its-finally.html) are where Echoes excel! The Wand is pool side for quick commands and controlling the music if need be.
Ability to ask Alexa to repeat the last Voice notification - 'Alexa, Turn on Last message'.

@@ -236,7 +236,7 @@ Responsibility Speech Code - /config/script/speech_engine.yaml#L56-L68

Context aware lighting control.

- + Read about it here on vCloudInfo.com

@@ -249,7 +249,7 @@ Be sure to Like and Subscribe if you enjoy this type of content.
-#### Mobile Devices and Tablets - [FloorPlan Blog post](http://www.vmwareinfo.com/2017/07/visualizing-smart-home-using-home.html) +#### Mobile Devices and Tablets - [FloorPlan Blog post](http://www.vCloudInfo.com/2017/07/visualizing-smart-home-using-home.html)
@@ -266,7 +266,7 @@ Be sure to Like and Subscribe if you enjoy this type of content.
-
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. @@ -299,7 +299,7 @@ Kiosk TTS Custom component - /config/custom_components/media_player
-#### Nest Products and SleepIQ - [Thermostat Basics Blog post](http://www.vmwareinfo.com/2018/02/smart-home-basics-thermostats.html) +#### Nest Products and SleepIQ - [Thermostat Basics Blog post](http://www.vCloudInfo.com/2018/02/smart-home-basics-thermostats.html)
@@ -319,7 +319,7 @@ Kiosk TTS Custom component - /config/custom_components/media_player
-This group of devices is basically for additional presence control. The Nest thermostats and Protects basically run themselves. The thermostat 'away' mode triggers my away scripts which turn items off. The Protects are SOLID [smoke detectors](http://www.vmwareinfo.com/2017/06/psa-check-out-your-smoke-detectors-once.html). They really came in handy during [Irma](http://www.vmwareinfo.com/2017/09/smart-home-lessons-from-hurricane-irma.html). The SleepIQ bed adds to my presence detection. It will notify HA if either side of the bed is occupied. More controls are coming but I use this extensively. The WiThings scale also triggers morning and goodnight routines depending on when I step on it during the day. +This group of devices is basically for additional presence control. The Nest thermostats and Protects basically run themselves. The thermostat 'away' mode triggers my away scripts which turn items off. The Protects are SOLID [smoke detectors](http://www.vCloudInfo.com/2017/06/psa-check-out-your-smoke-detectors-once.html). They really came in handy during [Irma](http://www.vCloudInfo.com/2017/09/smart-home-lessons-from-hurricane-irma.html). The SleepIQ bed adds to my presence detection. It will notify HA if either side of the bed is occupied. More controls are coming but I use this extensively. The WiThings scale also triggers morning and goodnight routines depending on when I step on it during the day.
Turn off lights when Nest Thermostats detects we are away. (Upstairs and Downstairs)

@@ -357,7 +357,7 @@ AMP redirect script - /config/script/amp_settings.yam

-#### Voice Notifications - [Giving Voice to the Smart Home Blog Post](http://www.vmwareinfo.com/2017/07/giving-voice-to-smart-home.html) +#### Voice Notifications - [Giving Voice to the Smart Home Blog Post](http://www.vCloudInfo.com/2017/07/giving-voice-to-smart-home.html)
@@ -407,7 +407,7 @@ Once you can teach your house to talk, you just keep expanding on it's vocabular
-#### Various Hubs - [Smart Home Parts/Sum Blog Post](http://www.vmwareinfo.com/2017/07/my-smart-home-look-at-parts-that-make.html) +#### Various Hubs - [Smart Home Parts/Sum Blog Post](http://www.vCloudInfo.com/2017/07/my-smart-home-look-at-parts-that-make.html)
@@ -451,7 +451,7 @@ Think of the Hubs each as bridges for HA to talk to various hardware around the
-#### Lights [Smart Home Parts/Sum Blog Post](http://www.vmwareinfo.com/2017/07/my-smart-home-look-at-parts-that-make.html) +#### Lights [Smart Home Parts/Sum Blog Post](http://www.vCloudInfo.com/2017/07/my-smart-home-look-at-parts-that-make.html)
@@ -542,7 +542,7 @@ Interior Turn off Script - /config/script/interior_off.yaml
-The ESPs while technically not a Hub do bridge the connection to all the windows and door sensors that are hardwired in my house. One set acts as my [DIY alarm system](http://www.vmwareinfo.com/2017/06/building-my-home-alarm-system-hardware.html) while the other act as [DIY Motion Sensors](http://www.vmwareinfo.com/2017/11/yet-another-inexpensive-motion-sensor.html). The Aura system uses Wifi waves to detect motion through walls. It covers the entire house. Scenes are activated via IFTTT/HA integration. When all else fails though, a good recording of a Bull Mastiff is sure to do the trick! +The ESPs while technically not a Hub do bridge the connection to all the windows and door sensors that are hardwired in my house. One set acts as my [DIY alarm system](http://www.vCloudInfo.com/2017/06/building-my-home-alarm-system-hardware.html) while the other act as [DIY Motion Sensors](http://www.vCloudInfo.com/2017/11/yet-another-inexpensive-motion-sensor.html). The Aura system uses Wifi waves to detect motion through walls. It covers the entire house. Scenes are activated via IFTTT/HA integration. When all else fails though, a good recording of a Bull Mastiff is sure to do the trick!
Shut down HVAC system if a Window or Door is left open for more than 5 minutes.

@@ -617,13 +617,13 @@ Dog Bark script - /config/automation/guard_dog.yaml
[Phyn Smart Water Main ShutOff/Leak Detector](http://www.phyn.com/)

-[Outdoor LED Lighting](http://www.vmwareinfo.com/2017/08/diy-outdoor-smart-home-led-strips.html) +[Outdoor LED Lighting](http://www.vCloudInfo.com/2017/08/diy-outdoor-smart-home-led-strips.html)
-
The great outdoors can be automated too! Mainly lights but also the sprinkler system and water supply. The Phyn leak detector was announced in CES. It looks for abnormal flows and if senses them, alerts me and shuts water main. The GE Outlets are hooked up to my 12v transformers allowing me to turn the landscaping lights on and off. The LED strips are DIY and the recipe is in the next section. @@ -656,7 +656,7 @@ Good Night automation - /config/automation/good_night.yaml
-#### Outdoor LED Accents - [DIY Blog Post](http://www.vmwareinfo.com/2017/08/diy-outdoor-smart-home-led-strips.html) - [#71](https://github.com/CCOSTAN/Home-AssistantConfig/issues/71) +#### Outdoor LED Accents - [DIY Blog Post](http://www.vCloudInfo.com/2017/08/diy-outdoor-smart-home-led-strips.html) - [#71](https://github.com/CCOSTAN/Home-AssistantConfig/issues/71)
@@ -713,13 +713,13 @@ Motion automations - /config/script/front_house_motion.yaml
[Chevy Bolt Electric Car](http://amzn.to/2DRP83a)
-[Siri, are my garage doors closed?](http://www.vmwareinfo.com/2017/07/my-smart-home-look-at-parts-that-make.html) +[Siri, are my garage doors closed?](http://www.vCloudInfo.com/2017/07/my-smart-home-look-at-parts-that-make.html)
- +
@@ -861,6 +861,6 @@ Feel free to join the conversations there.



- + Affiliate Disclosure

diff --git a/_Navigation_NOTICE_.md b/_Navigation_NOTICE_.md index 61e11b46..e90a0b00 100755 --- a/_Navigation_NOTICE_.md +++ b/_Navigation_NOTICE_.md @@ -1,5 +1,5 @@

- Bear Stone Smart Home + Bear Stone Smart Home
Bear Stone Smart Home Configuration

@@ -15,7 +15,7 @@ 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.

- + Blog | diff --git a/config/README.md b/config/README.md index 21b0241e..e2d08724 100755 --- a/config/README.md +++ b/config/README.md @@ -1,5 +1,5 @@

- Bear Stone Smart Home + Bear Stone Smart Home
Bear Stone Smart Home Configuration

@@ -15,7 +15,7 @@ This is the main directory of the Repo. You will find more helpful ReadMe files in the directoies as you browse them. Not all but each day I add more. I use a configuration type called split configuration. So my main configuration.yaml file is broken out into many different files located in the directories. Be sure to visit the package directory where practically self contained YAML files exist that you can easily drop into your configurations to be up and running fast with various automations and components. You can also subscribe via RSS to every commit I make in this repo by clicking the Feed icon on the bottom of this page.

- + Blog | diff --git a/config/automation/README.md b/config/automation/README.md index 812ad09e..91b4a0aa 100755 --- a/config/automation/README.md +++ b/config/automation/README.md @@ -1,5 +1,5 @@

- Bear Stone Smart Home + Bear Stone Smart Home
Bear Stone Smart Home Configuration

@@ -15,7 +15,7 @@ This is the basic sub-directory in my home assistant repo. Slowly everything is mainly moving to packages. Be sure to check them out.

- + Blog | diff --git a/config/automation/Speech/README.md b/config/automation/Speech/README.md index 0159f559..df9dd4c5 100755 --- a/config/automation/Speech/README.md +++ b/config/automation/Speech/README.md @@ -1,5 +1,5 @@

- Bear Stone Smart Home + Bear Stone Smart Home
Bear Stone Smart Home Configuration

@@ -15,7 +15,7 @@ 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.

- + Blog | diff --git a/config/automation/System/README.md b/config/automation/System/README.md index 08dafeb9..46ab0c7c 100755 --- a/config/automation/System/README.md +++ b/config/automation/System/README.md @@ -1,5 +1,5 @@

- Bear Stone Smart Home + Bear Stone Smart Home
Bear Stone Smart Home Configuration

@@ -15,7 +15,7 @@ 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.

- + Blog | diff --git a/config/automation/Timed_Triggers/README.md b/config/automation/Timed_Triggers/README.md index f67941cb..c151b127 100755 --- a/config/automation/Timed_Triggers/README.md +++ b/config/automation/Timed_Triggers/README.md @@ -1,5 +1,5 @@

- Bear Stone Smart Home + Bear Stone Smart Home
Bear Stone Smart Home Configuration

@@ -13,7 +13,7 @@

- + Blog | diff --git a/config/custom_components/README.md b/config/custom_components/README.md index 89c67d5c..d1d2286d 100755 --- a/config/custom_components/README.md +++ b/config/custom_components/README.md @@ -1,5 +1,5 @@

- Bear Stone Smart Home + Bear Stone Smart Home
Bear Stone Smart Home Configuration

@@ -15,7 +15,7 @@ Custom Components. Comstimes I use them for temporary fixes to existing components. Sometimes I use them to extend functionality with niche components other people have written but haven't merged into the main HASS branch. Either way, a great way to extend the power of Home Assistant

- + Blog | diff --git a/config/custom_components/media_player/README.md b/config/custom_components/media_player/README.md index c0ad849f..efe35cda 100755 --- a/config/custom_components/media_player/README.md +++ b/config/custom_components/media_player/README.md @@ -1,5 +1,5 @@

- Bear Stone Smart Home + Bear Stone Smart Home
Bear Stone Smart Home Configuration

@@ -15,7 +15,7 @@ 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.

- + Blog | diff --git a/config/customize/README.md b/config/customize/README.md index 578c7e01..179edcd9 100755 --- a/config/customize/README.md +++ b/config/customize/README.md @@ -1,5 +1,5 @@

- Bear Stone Smart Home + Bear Stone Smart Home
Bear Stone Smart Home Configuration

@@ -14,7 +14,7 @@

Recent Commits to Bear Stone Smart Home

- + Blog | diff --git a/config/device_tracker/README.md b/config/device_tracker/README.md index 578c7e01..179edcd9 100755 --- a/config/device_tracker/README.md +++ b/config/device_tracker/README.md @@ -1,5 +1,5 @@

- Bear Stone Smart Home + Bear Stone Smart Home
Bear Stone Smart Home Configuration

@@ -14,7 +14,7 @@

Recent Commits to Bear Stone Smart Home

- + Blog | diff --git a/config/group/README.md b/config/group/README.md index 578c7e01..179edcd9 100755 --- a/config/group/README.md +++ b/config/group/README.md @@ -1,5 +1,5 @@

- Bear Stone Smart Home + Bear Stone Smart Home
Bear Stone Smart Home Configuration

@@ -14,7 +14,7 @@

Recent Commits to Bear Stone Smart Home

- + Blog | diff --git a/config/input_boolean/README.md b/config/input_boolean/README.md index 578c7e01..179edcd9 100755 --- a/config/input_boolean/README.md +++ b/config/input_boolean/README.md @@ -1,5 +1,5 @@

- Bear Stone Smart Home + Bear Stone Smart Home
Bear Stone Smart Home Configuration

@@ -14,7 +14,7 @@

Recent Commits to Bear Stone Smart Home

- + Blog | diff --git a/config/packages/README.md b/config/packages/README.md index ef50629e..5cc73f69 100755 --- a/config/packages/README.md +++ b/config/packages/README.md @@ -1,5 +1,5 @@

- Bear Stone Smart Home + Bear Stone Smart Home
Bear Stone Smart Home Configuration

@@ -15,7 +15,7 @@ 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.

- + Blog | diff --git a/config/packages/triggers/README.md b/config/packages/triggers/README.md index ef50629e..5cc73f69 100755 --- a/config/packages/triggers/README.md +++ b/config/packages/triggers/README.md @@ -1,5 +1,5 @@

- Bear Stone Smart Home + Bear Stone Smart Home
Bear Stone Smart Home Configuration

@@ -15,7 +15,7 @@ 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.

- + Blog | diff --git a/config/scene/README.md b/config/scene/README.md index 578c7e01..179edcd9 100755 --- a/config/scene/README.md +++ b/config/scene/README.md @@ -1,5 +1,5 @@

- Bear Stone Smart Home + Bear Stone Smart Home
Bear Stone Smart Home Configuration

@@ -14,7 +14,7 @@

Recent Commits to Bear Stone Smart Home

- + Blog | diff --git a/config/script/README.md b/config/script/README.md index 219091bf..365cab6a 100755 --- a/config/script/README.md +++ b/config/script/README.md @@ -1,5 +1,5 @@

- Bear Stone Smart Home + Bear Stone Smart Home
Bear Stone Smart Home Configuration

@@ -15,7 +15,7 @@ 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.

- + Blog | diff --git a/config/sensor/README.md b/config/sensor/README.md index 578c7e01..179edcd9 100755 --- a/config/sensor/README.md +++ b/config/sensor/README.md @@ -1,5 +1,5 @@

- Bear Stone Smart Home + Bear Stone Smart Home
Bear Stone Smart Home Configuration

@@ -14,7 +14,7 @@

Recent Commits to Bear Stone Smart Home

- + Blog | diff --git a/config/shell_command/README.md b/config/shell_command/README.md index 578c7e01..179edcd9 100755 --- a/config/shell_command/README.md +++ b/config/shell_command/README.md @@ -1,5 +1,5 @@

- Bear Stone Smart Home + Bear Stone Smart Home
Bear Stone Smart Home Configuration

@@ -14,7 +14,7 @@

Recent Commits to Bear Stone Smart Home

- + Blog | diff --git a/config/shell_scripts/README.md b/config/shell_scripts/README.md index 578c7e01..179edcd9 100755 --- a/config/shell_scripts/README.md +++ b/config/shell_scripts/README.md @@ -1,5 +1,5 @@

- Bear Stone Smart Home + Bear Stone Smart Home
Bear Stone Smart Home Configuration

@@ -14,7 +14,7 @@

Recent Commits to Bear Stone Smart Home

- + Blog | diff --git a/config/sounds/README.md b/config/sounds/README.md index 578c7e01..179edcd9 100755 --- a/config/sounds/README.md +++ b/config/sounds/README.md @@ -1,5 +1,5 @@

- Bear Stone Smart Home + Bear Stone Smart Home
Bear Stone Smart Home Configuration

@@ -14,7 +14,7 @@

Recent Commits to Bear Stone Smart Home

- + Blog | diff --git a/config/sounds/custom/README.md b/config/sounds/custom/README.md index 578c7e01..179edcd9 100755 --- a/config/sounds/custom/README.md +++ b/config/sounds/custom/README.md @@ -1,5 +1,5 @@

- Bear Stone Smart Home + Bear Stone Smart Home
Bear Stone Smart Home Configuration

@@ -14,7 +14,7 @@

Recent Commits to Bear Stone Smart Home

- + Blog | diff --git a/config/sounds/gf_clock/README.md b/config/sounds/gf_clock/README.md index 578c7e01..179edcd9 100755 --- a/config/sounds/gf_clock/README.md +++ b/config/sounds/gf_clock/README.md @@ -1,5 +1,5 @@

- Bear Stone Smart Home + Bear Stone Smart Home
Bear Stone Smart Home Configuration

@@ -14,7 +14,7 @@

Recent Commits to Bear Stone Smart Home

- + Blog | diff --git a/config/sounds/speechcons/README.md b/config/sounds/speechcons/README.md index 578c7e01..179edcd9 100755 --- a/config/sounds/speechcons/README.md +++ b/config/sounds/speechcons/README.md @@ -1,5 +1,5 @@

- Bear Stone Smart Home + Bear Stone Smart Home
Bear Stone Smart Home Configuration

@@ -14,7 +14,7 @@

Recent Commits to Bear Stone Smart Home

- + Blog | diff --git a/config/switch/README.md b/config/switch/README.md index 578c7e01..179edcd9 100755 --- a/config/switch/README.md +++ b/config/switch/README.md @@ -1,5 +1,5 @@

- Bear Stone Smart Home + Bear Stone Smart Home
Bear Stone Smart Home Configuration

@@ -14,7 +14,7 @@

Recent Commits to Bear Stone Smart Home

- + Blog | diff --git a/config/www/custom_ui/floorplan/README.md b/config/www/custom_ui/floorplan/README.md index e63c9e65..0d6ff3e4 100755 --- a/config/www/custom_ui/floorplan/README.md +++ b/config/www/custom_ui/floorplan/README.md @@ -1,5 +1,5 @@

- Bear Stone Smart Home + Bear Stone Smart Home
Bear Stone Smart Home Configuration

@@ -15,7 +15,7 @@

- + Blog | diff --git a/config/www/custom_ui/floorplan/images/branding/README.md b/config/www/custom_ui/floorplan/images/branding/README.md index 578c7e01..179edcd9 100755 --- a/config/www/custom_ui/floorplan/images/branding/README.md +++ b/config/www/custom_ui/floorplan/images/branding/README.md @@ -1,5 +1,5 @@

- Bear Stone Smart Home + Bear Stone Smart Home
Bear Stone Smart Home Configuration

@@ -14,7 +14,7 @@

Recent Commits to Bear Stone Smart Home

- + Blog | diff --git a/config/www/custom_ui/floorplan/images/branding/solar_readings.png b/config/www/custom_ui/floorplan/images/branding/solar_readings.png index 41dba1d0..830c9a3d 100644 Binary files a/config/www/custom_ui/floorplan/images/branding/solar_readings.png and b/config/www/custom_ui/floorplan/images/branding/solar_readings.png differ