devices.esphome.io

KinCony KC868-AM

KinCony KC868-AM

Device Type: relay
Electrical Standard: global
Board: esp32

GPIO Pinout

PinFunction
GPIO15Relay
GPIO51-Wire GPIO
GPIO141-Wire GPIO
GPIO131-Wire GPIO
GPIO331-Wire GPIO
GPIO23ETH_MDC
GPIO18ETH_MDIO
GPIO35RS485_RXD
GPIO32RS485_TXD
GPIO4IIC_SDA
GPIO16IIC_SCL
GPIO36Free GPIOs for user
GPIO37Free GPIOs for user
GPIO38Free GPIOs for user
GPIO39Free GPIOs for user
GPIO34Free GPIOs for user

Additional pinout/design details

Basic Configuration

# Basic Config
esphome:
name: KC868-AM
esp32:
board: esp32dev
framework:
type: arduino
# OTA flashing
ota:
- platform: esphome
wifi: # Your Wifi network details
# Enable fallback hotspot in case wifi connection fails
ap:
# Enabling the logging component
logger:
# Enable Home Assistant API
api:
# Enable the captive portal
captive_portal:
# Example configuration entry
ethernet:
type: LAN8720
mdc_pin: GPIO23
mdio_pin: GPIO18
clk_mode: GPIO17_OUT
phy_addr: 0
switch:
- platform: gpio
name: "am-light1"
pin: 15
inverted: False
Edit this page on GitHub