02-02-2026, 11:18 PM
the easiest way is download KCS v3 firmware to TA. enable mqtt auto discovery for home assistant.
here is KCS v3 firmware download link: https://www.kincony.com/forum/showthread.php?tid=8961
if you MUST want to use esphome, just remove wifi command in esphome yaml, add these code for ethernet:
here is KCS v3 firmware download link: https://www.kincony.com/forum/showthread.php?tid=8961
if you MUST want to use esphome, just remove wifi command in esphome yaml, add these code for ethernet:
Code:
ethernet:
type: W5500
clk_pin: GPIO1
mosi_pin: GPIO2
miso_pin: GPIO41
cs_pin: GPIO42
interrupt_pin: GPIO43
reset_pin: GPIO44
YouTube: https://www.youtube.com/c/KinCony
Online Store: https://shop.kincony.com
Alibaba Store: https://kincony.en.alibaba.com/
Online Store: https://shop.kincony.com
Alibaba Store: https://kincony.en.alibaba.com/

