From 2067e94a3051fc07be8d2b21107ab55374d637b2 Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Wed, 14 Dec 2016 21:28:54 +0000 Subject: [PATCH] New LED Strips! --- README.md | 2 ++ automation/watchdog.yaml | 4 +++- configuration.yaml | 12 +++++++++--- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8d6a5f90..b38fb66c 100755 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Software on the Pi : [Home Assistant](https://home-assistant.io/) , [Dasher](htt * 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. :( ] * [iTeadStudio goodies](https://twitter.com/ccostan/status/793119824008384512) - SonOff and SonOn with a Slampher! +* [LED RGB Wifi Controller - flux_led compatible](http://amzn.to/2hxpAL7) with [LED Strips](http://amzn.to/2gJYfZ5) **Automations:** * Guest mode to disable certain interior automations. Trigger via Alexa & IFTTT. @@ -126,6 +127,7 @@ https://www.reddit.com/r/amazonecho/comments/5he8o7/diy_ir_blaster_10_instructio For the led strips. https://home-assistant.io/components/light.flux_led/ +Compatible Lihts: https://www.amazon.com/gp/product/B01DY56N8U/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1 - platform: flux_led devices: 192.168.1.22: diff --git a/automation/watchdog.yaml b/automation/watchdog.yaml index 2da6e029..d058e78e 100755 --- a/automation/watchdog.yaml +++ b/automation/watchdog.yaml @@ -49,6 +49,7 @@ trigger: - platform: time minutes: '/47' + seconds: 0 condition: - condition: state @@ -68,7 +69,8 @@ hide_entity: True trigger: - platform: time - minutes: '/43' + minutes: 43 + seconds: 0 action: - service: script.reliability diff --git a/configuration.yaml b/configuration.yaml index 253b8476..2a79becc 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -29,9 +29,15 @@ updater: sun: light: - platform: hue - host: 192.168.10.75 - allow_unreachable: true + - platform: hue + host: 192.168.10.75 + allow_unreachable: true + + - platform: flux_led + devices: + 192.168.10.150: + mode: "rgb" + name: Test Strip emulated_hue: host_ip: 192.168.10.10