![]() |
|
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) |
RE: KC868-A16 ethernet work with home assistant by ESPHome configure - admin - 01-20-2026 do you have set some IFTTT? maybe you can factory reset the board. there is a "factry reset" button in KCS webpage. click it then test again. RE: KC868-A16 ethernet work with home assistant by ESPHome configure - Konstantin - 01-21-2026 (01-20-2026, 09:03 PM)admin Wrote: do you have set some IFTTT? maybe you can factory reset the board. there is a "factry reset" button in KCS webpage. click it then test again. no, I did not install it, I do not know what IFTTT is. I'm new to this, this is my first experience using HA and ESP Home. So if you can tell me in more detail what I should do. thanks RE: KC868-A16 ethernet work with home assistant by ESPHome configure - admin - 01-21-2026 you can download KCS v3 firmware to test a long time , whether work well. here is KCS v3 online guide: https://www.kincony.com/how-to-use-kcsv3-firmware-esp32-board.html RE: KC868-A16 ethernet work with home assistant by ESPHome configure - Konstantin - 01-22-2026 (01-21-2026, 11:20 PM)admin Wrote: you can download KCS v3 firmware to test a long time , whether work well. here is KCS v3 online guide: https://www.kincony.com/how-to-use-kcsv3-firmware-esp32-board.html OK, I'll try. RE: KC868-A16 ethernet work with home assistant by ESPHome configure - Elgatoguiri - 02-22-2026 (01-11-2026, 12:53 PM)admin Wrote: updated yaml file for newest ESPHome. The framework uses type: arduino Currently I have a board set up and in use over wifi. It uses type: esp_idf. I want to change to ethernet. Do I have to change the type to arduino? Thanks! RE: KC868-A16 ethernet work with home assistant by ESPHome configure - admin - 02-22-2026 ardunio or esp_idf all support use by ethernet. you can use any platform. RE: KC868-A16 ethernet work with home assistant by ESPHome configure - Elgatoguiri - 02-23-2026 (02-22-2026, 10:59 PM)admin Wrote: ardunio or esp_idf all support use by ethernet. you can use any platform. That's awesome, thanks! So, just to confirm. If delete the wifi section and add this to my current working .yaml then the ethernet should be working without any problems, right? Code: # Example configuration entryRE: KC868-A16 ethernet work with home assistant by ESPHome configure - admin - 02-23-2026 yes, it's right. RE: KC868-A16 ethernet work with home assistant by ESPHome configure - Elgatoguiri - 03-18-2026 (02-23-2026, 10:48 PM)admin Wrote: yes, it's right. So, I'm about to replace the wifi section of the KC868-A16 to this: Code: ethernet:Code: ethernet:RE: KC868-A16 ethernet work with home assistant by ESPHome configure - admin - 03-18-2026 A16 ethernet config yaml should be: Code: ethernet: |