made-for-esphome

KC868-A4 wifi work with home assistant by ESPHome configure

This is ESPHome configure for KC868-A4 smart home automation board. example for use output1-4 and input1-4 by GPIOs. esphome: name: kc868-a4 platform: ESP32 board: esp32dev # Enable logging logger: # Enable Home Assistant API api: ota: password: “4d5a388de4f759bf88e71cde7a31af6f” wifi: ssid: “KinCony” password: “a12345678” # Enable fallback hotspot (captive portal) in case wifi connection fails ap:…

made-for-esphome

KC868-A8 ethernet work with home assistant by ESPHome configure

This is ESPHome configure for KC868-A8 smart home automation board. example for use output1-8 and input1-8 by PCF8574 IIC chip. esphome: name: kc868-a8 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…