integrate ESP with home assistant
it can work locally, without wifi connection. switch: – platform: gpio pin: GPIO2 name: “room lamp” id: lamp binary_sensor: – platform: gpio pin: GPIO36 name: “room lamp Toggle Button” on_press:…
esphome: name: kc868-a4 platform: ESP32 board: esp32dev # Enable logging logger: # Enable Home Assistant API api: wifi: ssid: “KinCony” password: “xxxxxxxx” captive_portal: web_server: port: 80 remote_receiver: pin: number: 23…
This is ESPHome configure for KC868-Uair smart home automation box. example for use inside temperature sensor (DS18B20) and extend temperature sensor (SHT3x) and WS2812B RGB LED strip. esphome: name:…
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: #…
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…
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…
KC868-A8 and KC868-A4 smart controller, many hardware resources for you to use, you can write any code by Arduino IDE to ESP32 wifi/Bluetooth/ethernet module. We will supply demo codes for…
KC868-A8 smart controller, many hardware resources for you to use, you can write any code by Arduino IDE to ESP32 wifi/Bluetooth/ethernet module. We will supply demo codes for different samples.…
KC868-A4 smart controller, many hardware resources for you to use, you can write any code by Arduino IDE to ESP32 wifi/Bluetooth module