Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 2.72 KB

File metadata and controls

64 lines (38 loc) · 2.72 KB

Note

Hello, welcome to the SunFounder Raspberry Pi & Arduino & ESP32 Enthusiasts Community on Facebook! Dive deeper into Raspberry Pi, Arduino, and ESP32 with fellow enthusiasts.

Why Join?

  • Expert Support: Solve post-sale issues and technical challenges with help from our community and team.
  • Learn & Share: Exchange tips and tutorials to enhance your skills.
  • Exclusive Previews: Get early access to new product announcements and sneak peeks.
  • Special Discounts: Enjoy exclusive discounts on our newest products.
  • Festive Promotions and Giveaways: Take part in giveaways and holiday promotions.

👉 Ready to explore and create with us? Click [|link_sf_facebook|] and join today!

Add DIY Device with ESP32

You can add your purchased smart devices to Home Assistant, such as smart sound, smart desk lamp, etc. You can also make your DIY device with ESP32 and add it in.

In this section, you will learn how to add your DIY device.

Before you start the following operations, you need to complete :ref:`Install and configure ESPHome`.

Add Integration

  1. Now, visit http://ip:8123 to access your Home Assistant, then click Configuration in the left column and select Intergrations.

img/image12.png

2. If Home Assistant finds a device on your network, it will display the corresponding integration, which can be easily added with just a few clicks. If your smart device is not yet discovered, don't worry, you can add it via the + ADD INTERGATION button at the bottom right.

img/sp210917_111709.png

  1. Search for ESPHome in the pop-up window and fill in the Host (the IP recorded after the INSTALL step in chapter:ref:Install and configure ESPHome), with the option to place your esp-light in the bedroom, kitchen or other area of your choice.

img/add_esphome.png

  1. After clicking Finish, you will see it in the list.

img/add_esphome1.png

Edit Dashboard

Now a CARD needs to be added to control this esp-light.

Click Overview --> Edit Dashboard --> ADD CARD, you can select the corresponding CARD according to your needs, for example, select Button here, and then select the corresponding Entity.

img/edit_dashboard.png

After clicking SAVE, you will be able to use this Button to control the esp-light (if you connect an LED to GPIO16 in ESP32 board, click on the Button to make the LED light up or turn off).

img/sp210917_115819.png

For more styles, you can refer to Official Demo.