Smart Home Automation Forum
KC868-A16 ethernet work with home assistant by ESPHome configure - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20)
+--- Forum: KC868-A16 (https://www.kincony.com/forum/forumdisplay.php?fid=25)
+--- Thread: KC868-A16 ethernet work with home assistant by ESPHome configure (/showthread.php?tid=1628)

Pages: 1 2 3 4


RE: KC868-A16 ethernet work with home assistant by ESPHome configure - Elgatoguiri - 03-19-2026

(03-18-2026, 11:24 AM)admin Wrote: A16 ethernet config yaml should be:
Code:
ethernet:
  type: LAN8720
  mdc_pin: GPIO23
  mdio_pin: GPIO18
  clk:
    pin: GPIO17
    mode: CLK_OUT
  phy_addr: 0

Cool thanks!