Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 9,692
» Latest member: purpleshopcanna
» Forum threads: 4,195
» Forum posts: 20,850

Full Statistics

Online Users
There are currently 26 online users.
» 0 Member(s) | 14 Guest(s)
Amazonbot, Baidu, Crawl, DataForSeoBot, PetalBot, bot

Latest Threads
KC868-meter-7pv-rs485
Forum: Development
Last Post: admin
6 hours ago
» Replies: 7
» Views: 3,744
N60 configure yaml for ES...
Forum: N60
Last Post: admin
08-23-2026, 01:42 AM
» Replies: 7
» Views: 1,911
KCS VERSUS ESPHOME
Forum: "KCS" v3 firmware
Last Post: EDVALDO DE MARINGA
08-22-2026, 01:31 PM
» Replies: 2
» Views: 55
KC868-AGv3
Forum: Getting Started with ESPHome and Home Assistant
Last Post: admin
08-20-2026, 10:18 PM
» Replies: 5
» Views: 125
[arduino code examples fo...
Forum: KC868-A32/A32 Pro
Last Post: huanmarie
08-19-2026, 07:09 AM
» Replies: 2
» Views: 1,627
KC868-H32B V5.08 firmware
Forum: News
Last Post: meoowu77
08-18-2026, 11:46 AM
» Replies: 24
» Views: 8,482
KinCony B2 Smart Controll...
Forum: News
Last Post: admin
08-17-2026, 01:07 PM
» Replies: 0
» Views: 68
KC868-A8v3 PCB layout CAD...
Forum: Schematic & diagram & Dimensions of KinCony PCB layout CAD file
Last Post: admin
08-17-2026, 08:44 AM
» Replies: 0
» Views: 92
CT Clamp Compatibility
Forum: KC868-M16 / M1 / MB / M30
Last Post: admin
08-16-2026, 11:08 PM
» Replies: 12
» Views: 2,219
N60 Sensor channel label
Forum: N60
Last Post: marekd1
08-14-2026, 09:14 PM
» Replies: 18
» Views: 2,583

  KC868-AM ESP32 IO Expansion Board released
Posted by: admin - 03-18-2023, 02:31 AM - Forum: News - No Replies

We have designed ESP32 IO Expansion (development) Board — KC868-AM (Mini) . it’s ESP32 module + many free GPIOs for home automation DIYer to use. 4 GPIOs in greent terminal already added pull up resistance, so that you can conveniently connect with 1-wire sensor device. some others input GPIOs on the PCB center for user. Support add to home assistant by ESPHome.
[Image: KC868-AM-1_small.jpg]

Print this item

  KCS Question.
Posted by: Philadam - 03-17-2023, 04:12 AM - Forum: "KCS" v2 firmware system - Replies (7)

Two questions:

1) Is it possible to have an ADC sensor trigger an Input on an A16 with KCS?
2) Will a KC868-HA work with the A16 over RS485?

Print this item

  KC868-A256 configure yaml for ESPhome
Posted by: admin - 03-16-2023, 05:46 AM - Forum: KC868-A256 - No Replies

   

.txt   HA_A256.txt (Size: 74.43 KB / Downloads: 1223)

Print this item

  KC868-A256 ESP32 I/O pin define
Posted by: admin - 03-16-2023, 05:42 AM - Forum: KC868-A256 - Replies (2)

#define ANALOG_A1  GPIO36
#define ANALOG_A2  GPIO39
#define ANALOG_A3  GPIO34
#define ANALOG_A4  GPIO35

Ethernet (LAN8720) I/O define:

#define ETH_ADDR        0
#define ETH_POWER_PIN  -1
#define ETH_MDC_PIN    23
#define ETH_MDIO_PIN  18
#define ETH_TYPE      ETH_PHY_LAN8720
#define ETH_CLK_MODE  ETH_CLOCK_GPIO17_OUT

RS485:
RXD:GPIO13
TXD:GPIO14

74HC595 for output:
Data: GPIO5
Clock:GPIO16
Latch:GPIO4

74HC165 for input:

Data: GPIO15
Clock: GPIO32
LD(load_pin): GPIO33

Print this item

  KC868-AM configure yaml for ESPhome
Posted by: admin - 03-16-2023, 05:39 AM - Forum: KC868-AM - Replies (2)

   

esphome:
  name: am

esp32:
  board: esp32dev
  framework:
    type: arduino

# Enable logging
logger:

# 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


.txt   ESPHome_KC868-AM.txt (Size: 340 bytes / Downloads: 692)

Print this item

  KC868-AM ESP32 I/O pin define
Posted by: admin - 03-16-2023, 05:38 AM - Forum: KC868-AM - No Replies

Relay1:15

1-wire GPIO for DS18B20/DHT11/DHT21/LED strip -1: 5
1-wire GPIO for DS18B20/DHT11/DHT21/LED strip -2: 14
1-wire GPIO for DS18B20/DHT11/DHT21/LED strip -3: 13
1-wire GPIO for DS18B20/DHT11/DHT21/LED strip -4: 33

Ethernet (LAN8720) I/O define:

#define ETH_ADDR        0
#define ETH_POWER_PIN  -1
#define ETH_MDC_PIN    23
#define ETH_MDIO_PIN  18
#define ETH_TYPE      ETH_PHY_LAN8720
#define ETH_CLK_MODE  ETH_CLOCK_GPIO17_OUT

RS485:
RXD:35
TXD:32

IIC BUS:
SDA:4
SCL:16

free GPIOs on PCB hole:
I36
I37
I38
I39
I34

Print this item

  KC868-A2 configure yaml for ESPhome
Posted by: admin - 03-16-2023, 05:32 AM - Forum: KC868-A2 - Replies (21)

KC868-A2 configure yaml for ESPhome by Ethernet or WiFi.
   

.txt   ESPHome_KC868-A2-ethernet.txt (Size: 732 bytes / Downloads: 1409)

.txt   ESPHome_KC868-A2-wifi.txt (Size: 875 bytes / Downloads: 1108)

Print this item

  KC868-A2 ESP32 I/O pin define
Posted by: admin - 03-16-2023, 05:31 AM - Forum: KC868-A2 - Replies (16)

Relay1:15
Relay2:2

DS18B20/DHT11/DHT21/LED strip -1: 33
DS18B20/DHT11/DHT21/LED strip -2: 14

Ethernet (LAN8720) I/O define:

#define ETH_ADDR        0
#define ETH_POWER_PIN  -1
#define ETH_MDC_PIN    23
#define ETH_MDIO_PIN  18
#define ETH_TYPE      ETH_PHY_LAN8720
#define ETH_CLK_MODE  ETH_CLOCK_GPIO17_OUT

RS485:
RXD:35
TXD:32

GSM:
RXD:34
TXD:13


DI1:36
DI2:39

IIC BUS:
SDA:4
SCL:16

Print this item

  wifi port as AP in home Assistant
Posted by: sve - 03-15-2023, 06:34 PM - Forum: KC868-A8S - Replies (1)

Hello friends,

Is there are possibility to use LAN port for connection to the local network, and wifi to be used like AP for connecting other smart devices? Everything of that configurated within esphome. Currently I use KC868-A8S with Home assistant, and it is connected with a wifi. Also I can't change the configuration to be connected with ethernet port.

Thanks a lot

Print this item

Thumbs Up How to connect PZEM004T AC Sensor in KC868 series products?
Posted by: kovalank - 03-15-2023, 01:51 AM - Forum: DIY Project - Replies (5)

Hi,
Your products are very useful and those are present & futuristic designs, I have planned for 16 relay control, 4 Analog sensors, 4 Temperature sensors, and Eneryg Monitor(like PZEM004T) 
before that, I have some doubts, Can I use the PZEM004T AC sensor in KC868 A16 or KC 868 A32? if yes how to use please explain in depth.
Or any other suggestions, please? advance Thanks for your reply  Smile

Print this item