Louie NRT Story

[HomeAssistant] Install ESPHome 본문

스마트홈

[HomeAssistant] Install ESPHome

hyeok0724.kim@gmail.com 2020. 3. 1. 12:27
반응형

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"

 

If you see the 502 Code, check log. ESPHome dashboard may be booted.

 

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:

https://esphome.io/

 

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

 

반응형

'스마트홈' 카테고리의 다른 글

[HomeAssistant] ESP8266 Temperature&Humidity Sensor  (0) 2020.03.11
[HomeAssistant] Install Hass.io  (0) 2020.03.01
[HomeAssistant] Introduce  (0) 2020.02.28
[제품분해] 탄소 발열매트  (0) 2019.12.27
[Nuvoton] M058 - UART Interrupt  (0) 2019.05.15
Comments