Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Instal ESP HA with ethernet
#1
Good day .
 I have module ESP32 B24 with ethernet port. 
How I can install ESP HA ? 
Thanks
Reply
#2
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.
Reply
#3
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
Reply
#4
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:
  ssid: "KinCony"
  password: "xxxxxxxx"

captive_portal:
Reply


Forum Jump:


Users browsing this thread:
1 Guest(s)