made-for-esphome

KC868-A16 ethernet work with home assistant by ESPHome configure

This is ESPHome configure for KC868-A16 smart home automation board. example for use output1-16 and input1-16 by PCF8574 IIC chip. esphome: name: kc868-a16 platform: ESP32 board: esp32dev # Example configuration entry for ESP32 i2c: sda: 4 scl: 5 scan: true id: bus_a # Example configuration entry ethernet: type: LAN8720 mdc_pin: GPIO23 mdio_pin: GPIO18 clk_mode: GPIO17_OUT…