From b38d30c74731260c5cd3a3ae24743c42a327d668 Mon Sep 17 00:00:00 2001 From: tanshu Date: Fri, 26 Jul 2019 20:53:03 +0000 Subject: [PATCH] (Grav GitSync) Automatic Commit from tanshu --- pages/12.home-automation/docs.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages/12.home-automation/docs.md diff --git a/pages/12.home-automation/docs.md b/pages/12.home-automation/docs.md new file mode 100644 index 0000000..2fd8485 --- /dev/null +++ b/pages/12.home-automation/docs.md @@ -0,0 +1,32 @@ +--- +title: 'Home Automation' +--- + +# Step 1. - Switches & Firmware +Sonoff Basic [On Amazon Rs. 650](https://www.amazon.in/gp/product/B06WWNBD3Y/ref=ppx_yo_dt_b_asin_title_o03_s00?ie=UTF8&psc=1) +[ESPEasy](https://github.com/letscontrolit/ESPEasy/releases) + +# Step 2. - Load ESP Easy firmware on it +[A good blog](https://randomnerdtutorials.com/sonoff-basic-switch-esp-easy-firmware-node-red/) +The firware is ```ESP_Easy_mega-20190630_normal_ESP8266_1M``` +The pin connection is easy. Add the header to the pin out from the I2C programming board and connect the RX -> TX and TX -> RX. 3.3v. + +Just unplug the 3.3v line and press the reset button while connecting it to go into programming mode and then flash using the flasher which is downloaded with the firmware + +# Step 3. - Configure the firmware for Sonoff +Under "Hardware": +Wifi Status LED -> GPIO-13 (D7) +Inversed LED -> Checked + +Under "Devices": +Edit Task 1 +`Device:` is `Switch input - Switch` +`Name` is `Doesn't Matter` +`Enabled` is `Checked` +`GPIO` is `GPIO-12 (D6)` +`Switch Type` is `Switch` +`Switch Button Type` is `Normal Switch` + +# Step 4. - Test +`Off` = `http://${IP_ADDRESS}/control?cmd=GPIO,12,0` +`On` = `http://${IP_ADDRESS}/control?cmd=GPIO,12,0` \ No newline at end of file