From 2f986ecf25fa37f7e2bc1fb37b096ffb8c249cbf Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Wed, 19 Oct 2016 20:56:00 +0000 Subject: [PATCH] Got more Outlets! --- Misc Stuff.md | 2 ++ README.md | 8 +++++++- switch/rf_outlets.yaml | 37 ++++++++++++++++++++++++++++++++++++- 3 files changed, 45 insertions(+), 2 deletions(-) diff --git a/Misc Stuff.md b/Misc Stuff.md index 7d4b65c1..a32a03ed 100755 --- a/Misc Stuff.md +++ b/Misc Stuff.md @@ -1,4 +1,6 @@ + + - alias: 'Get Random Time' trigger: platform: time diff --git a/README.md b/README.md index 39de96c4..604a05ea 100755 --- a/README.md +++ b/README.md @@ -44,4 +44,10 @@ Software on the Pi : [Home Assistant](https://home-assistant.io/) , [Dasher](htt * Put Door Sensor in Mailbox * Put Door Sensor in Attic trap door to trigger light (GE LINK) * Add IFTTT to Set Guest MODE via Alexa. -* Add LetsEncrypt and [CertBot](https://certbot.eff.org/#debianjessie-other) for auto renewals. (or buy cheapo SSL cert) for advanced Alexa stuff. \ No newline at end of file +* Add LetsEncrypt and [CertBot](https://certbot.eff.org/#debianjessie-other) for auto renewals. (or buy cheapo SSL cert) for advanced Alexa stuff. +* This : http://groundp.in/2016/10/18/step-by-step-guide-to-setting-up-esp-easy-with-home-assistant/ +* http://www.pibakery.org/ +* http://www.esp8266.nu/index.php/ESPEasy +* https://translate.google.com/translate?hl=en&sl=de&tl=en&u=https%3A%2F%2Falexbloggt.com%2Funiversal-infrarot-websteuerung-ueber-esp8266%2F + + diff --git a/switch/rf_outlets.yaml b/switch/rf_outlets.yaml index 00eeee39..b8e1bc63 100755 --- a/switch/rf_outlets.yaml +++ b/switch/rf_outlets.yaml @@ -22,4 +22,39 @@ protocol: 1 pulselength: 186 code_on: 5264691 - code_off: 5264700 \ No newline at end of file + code_off: 5264700 + +# Outlet 311_1 + Outlet 311_1: + protocol: 1 + pulselength: 186 + code_on: 283955 + code_off: 283964 + +# Outlet 311_2 + Outlet 311_2: + protocol: 1 + pulselength: 186 + code_on: 284099 + code_off: 284108 + +# Outlet 311_3 + Outlet 311_3: + protocol: 1 + pulselength: 186 + code_on: 284419 + code_off: 284428 + +# Outlet 311_4 + Outlet 311_4: + protocol: 1 + pulselength: 186 + code_on: 285955 + code_off: 285964 + +# Outlet 311_5 + Outlet 311_5: + protocol: 1 + pulselength: 186 + code_on: 292099 + code_off: 292108 \ No newline at end of file