[HomeAssistant] Install ESPHome
Writed: 03 Mar 2020
Index
1. HomeHardware(ESP8266)
2. Install ESPHome
3. Set up Node
4. Compile and Upload
5. Control LED using Slide button
6. Control ESP8266 GPIO D4 LED
1. Hardware(ESP8266)
2. Install ESPHome
1) Input "https://github.com/esphome/hassio"
3. Set up Node
1) Input Name of Node
2) Select Device Type
3) Input Wifi Name and Password
4) Press "SUBMIT" button
5) Check Node of configuration file of ".yaml"
4. Compile and Upload
1) Add "switch"
https://esphome.io/cookbook/relay.html
Relay
Instructions for using relays in ESPHome.
esphome.io
2) Basic LED GPIO( D4 )
3) Select Port
4) Check Node's IP
5) Complete Upload
5. Control LED using Slide button
6. Control ESP8266 GPIO D4 LED
Reference:
ESPHome
ESPHome Homepage - Reimagining DIY Home Automation. ESPHome is a framework that tries to provide the best possible use experience for using ESP8266 and ESP32 microcontrollers for Home Automation. Just write a simple YAML configuration file and get your own
esphome.io