devices.esphome.io

KinCony KC868-ASR

KinCony KC868-ASR

Device Type: relay
Electrical Standard: global
Board: esp32

GPIO Pinout

PinFunction
GPIO19Relay1
GPIO5Relay2
GPIO23LED1
GPIO22LED2
GPIO18Beep
GPIO32TH1:1-Wire GPIO
GPIO33TH2:1-Wire GPIO
GPIO26IIC_SDA
GPIO27IIC_SCL
GPIO16Free GPIOs for user
GPIO17Free GPIOs for user

Additional pinout/design details

Basic Configuration

# Basic Config
esphome:
name: KC868-ASR
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:
i2c:
sda: 26
scl: 27
scan: true
id: bus_a
switch:
- platform: gpio
pin: GPIO19
name: "asr-relay1"
- platform: gpio
pin: GPIO5
name: "asr-relay2"
- platform: gpio
pin: GPIO23
name: "asr-led1"
- platform: gpio
pin: GPIO22
name: "asr-led2"
- platform: gpio
pin: GPIO18
name: "asr-beep"
binary_sensor:
- platform: gpio
pin:
number: 0
inverted: true
name: "asr-button"
dallas:
- pin: 32
update_interval: 5s
sensor:
- platform: dallas
address: 0x7b062162cfe98128
name: "asr-t2"
Edit this page on GitHub