Support this repo by using the amazon affiliate links please. Thanks.

This commit is contained in:
CCOSTAN 2017-01-16 17:14:29 +00:00
parent be4fa059b2
commit c25baddf4e
17 changed files with 319 additions and 290 deletions

View File

@ -11,7 +11,7 @@ Software on the Pi : [Home Assistant](https://home-assistant.io/) , [Dasher](htt
* [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)
* [ Amazon Fire TV](http://amzn.to/2iiuaNT)
* [Amazon Fire TV](http://amzn.to/2iiuaNT)
* [Phillips Hue Hub Gen 2](http://amzn.to/2eoQTJy)
* [Circle by Disney](http://amzn.to/2eAgaA6)
* [Rachio Sprinkler system](http://amzn.to/2eoPKBW)
@ -21,7 +21,7 @@ Software on the Pi : [Home Assistant](https://home-assistant.io/) , [Dasher](htt
* ChromeCast Audios
* [Etekcity Outlets](http://amzn.to/2efNoBP)
* [Door Sensors (AEON Labs)](http://amzn.to/2e3xDxY)
* [Garadget](garadget.com) - Garage Door opener/sensor
* [Garadget](http://amzn.to/2jQLpVQ) - Garage Door opener/sensor
* Nintendo Wii
* Emulated Hue pushes all Switch, Group, input_boolean, script and scene information to Alexa for First Class Control!
* [iTeadStudio goodies](https://twitter.com/ccostan/status/793119824008384512) - SonOff and SonOn with a Slampher!

View File

@ -1,5 +1,5 @@
###################################
## Press a dash Button and then stuff happens.
## Press an [Amazon Dash Buttons](http://amzn.to/2dPKZhM) and then stuff happens.
###################################
- alias: 'Toggle Office Light on/off'

View File

@ -1,5 +1,6 @@
###################################
## Garadget Stuff
## Garadget Stuff - [Garadget](http://amzn.to/2jQLpVQ) - Garage Door opener/sensor
##
###################################
- alias: Garadget Reflection Rates

View File

@ -1,5 +1,6 @@
###################################
## ZWave Healing Section
## ZWave Healing Section -
## Home Assistant runs on my [Raspberry Pi 3](http://amzn.to/2e3DOBY) with [Aeon Labs Z Wave Stick (GEN 5)](http://amzn.to/2eAiAP0).
###################################
- alias: Heal ZWave Nightly

View File

@ -1,5 +1,7 @@
###################################
## Holiday Lights on/off with IFTTT/Alexa support
## [Etekcity Outlets](http://amzn.to/2efNoBP)
## [433Mhz Transmitter and receiver](http://amzn.to/2dceNY2)
###################################
- alias: 'Holiday Stuff on'

View File

@ -1,5 +1,5 @@
###################################
## LOG IFTTT Stuff - SkyBell
## LOG IFTTT Stuff - [SkyBell HD](http://amzn.to/2dcexIB)
###################################
- alias: 'Log SkyBell Pressed Activity'

View File

@ -1,5 +1,8 @@
###################################
## Turn on/off Living Room AMPs via ALexa/IFTTT event.
## Currently using this [AMP] (http://amzn.to/2joRrk1)
## [Etekcity Outlets](http://amzn.to/2efNoBP)
## [433Mhz Transmitter and receiver](http://amzn.to/2dceNY2)
###################################
- alias: 'IFTTT Turn AMP on'

View File

@ -1,5 +1,7 @@
#####################################################################################
### If the Kitchen Lights go on for more than 10 minutes, turn off the accent lights
### connected to [Etekcity Outlets](http://amzn.to/2efNoBP)
## [433Mhz Transmitter and receiver](http://amzn.to/2dceNY2)
#####################################################################################
- alias: Kitchen lights on - Accent lights off

View File

@ -1,5 +1,5 @@
###################################
## LOG IFTTT Stuff - SkyBell
## LOG IFTTT Stuff - [SkyBell HD](http://amzn.to/2dcexIB)
###################################
- alias: 'Log SkyBell Pressed Activity'

View File

@ -1,3 +1,8 @@
###################################
## ZWave Section -
## Home Assistant runs on my [Raspberry Pi 3](http://amzn.to/2e3DOBY) with [Aeon Labs Z Wave Stick (GEN 5)](http://amzn.to/2eAiAP0).
###################################
##############################################################
- alias: Hallway ZWave Enerwave Door Sensors Open
hide_entity: True

View File

@ -1,5 +1,7 @@
######################################################################################################
###Script to run every 30 minutes to check if 433 RF Switches are in the state they should be.
### connected to [Etekcity Outlets](http://amzn.to/2efNoBP)
## [433Mhz Transmitter and receiver](http://amzn.to/2dceNY2)
### Sample Call
# action:
# - service: script.reliability

View File

@ -1,5 +1,5 @@
######################################################################################################
###Script to turn on Front light FULL bright for 15m when motion is detected and then return to the normal colors.
###[SkyBell HD](http://amzn.to/2dcexIB) Script to turn on Front light FULL bright for 15m when motion is detected and then return to the normal colors.
# action:
# - service: script.front_house_motion
#

View File

@ -1,5 +1,7 @@
######################################################################################################
###Script to shut switches with a 30 second delay to not trample codes
### connected to [Etekcity Outlets](http://amzn.to/2efNoBP)
## [433Mhz Transmitter and receiver](http://amzn.to/2dceNY2)
### Sample Call
# action:
# - service: script.holiday_switches_on

View File

@ -1,5 +1,6 @@
######################################################################################################
###Script to turn on Front light FULL bright for 15m when motion is detected and then return to the normal colors.
###[SkyBell HD](http://amzn.to/2dcexIB)
# Script to turn on Front light FULL bright for 15m when motion is detected and then return to the normal colors.
# action:
# - service: script.skybell_pressed
#

View File

@ -1,3 +1,7 @@
###################################
## Garadget Stuff - [Garadget](http://amzn.to/2jQLpVQ) - Garage Door opener/sensor
###################################
- platform: template
sensors:
garadget_small_status:

View File

@ -1,3 +1,7 @@
###################################################
## * [Nest Thermostats](http://amzn.to/2eAhB1k)
###################################################
- platform: template
sensors:
upstairs_away_mode:

View File

@ -1,5 +1,7 @@
######################################################################
## Awesome Elekcity Outlet control via RF
## Awesome [Etekcity Outlets](http://amzn.to/2efNoBP) control via RF
### connected to
## [433Mhz Transmitter and receiver](http://amzn.to/2dceNY2)
######################################################################
- platform: rpi_rf