![]() |
|
Instal ESP HA with ethernet - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1) +--- Forum: Getting Started with ESPHome and Home Assistant (https://www.kincony.com/forum/forumdisplay.php?fid=54) +--- Thread: Instal ESP HA with ethernet (/showthread.php?tid=9203) |
Instal ESP HA with ethernet - kulibin - 04-02-2026 Good day . I have module ESP32 B24 with ethernet port. How I can install ESP HA ? Thanks RE: Instal ESP HA with ethernet - admin - 04-02-2026 if you want to use home assistant, you should have a local server, such as kincony Pi5 server. it running home assistant software, install ESPHome addon , then you can download ESPHome yaml for ESP32. RE: Instal ESP HA with ethernet - kulibin - 04-03-2026 I installed it and everything works. Two questions. If I don't use Tuya, can I document this? tuya_wifi_mcu: # tuya mcu product id product_id: vyznobv3bahs2pwl uart_id: tuya_mcu_uart wifi_reset_pin: 28 wifi_led_pin: 16 And how do I add the WiFi login and password to the file? I'm currently using Ethernet, but I want to use WiFi when I'm away. Thanks RE: Instal ESP HA with ethernet - admin - 04-03-2026 sure, you can remove all config of tuya. ethernet can wifi can't work at the same time by ESPHome. if you want use wifi, just delete all ethernet config line. just add wifi command line for ssid and password: Code: wifi: |