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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 9,696
» Latest member: ruchishah
» Forum threads: 4,196
» Forum posts: 20,852

Full Statistics

Online Users
There are currently 64 online users.
» 0 Member(s) | 54 Guest(s)
Amazonbot, Baidu, Bing, Crawl, PetalBot, bot

Latest Threads
N60 power supply - power ...
Forum: N60
Last Post: admin
4 hours ago
» Replies: 1
» Views: 2
KC868-meter-7pv-rs485
Forum: Development
Last Post: admin
Yesterday, 10:20 AM
» Replies: 7
» Views: 3,748
N60 configure yaml for ES...
Forum: N60
Last Post: admin
08-23-2026, 01:42 AM
» Replies: 7
» Views: 1,927
KCS VERSUS ESPHOME
Forum: "KCS" v3 firmware
Last Post: EDVALDO DE MARINGA
08-22-2026, 01:31 PM
» Replies: 2
» Views: 58
KC868-AGv3
Forum: Getting Started with ESPHome and Home Assistant
Last Post: admin
08-20-2026, 10:18 PM
» Replies: 5
» Views: 132
[arduino code examples fo...
Forum: KC868-A32/A32 Pro
Last Post: huanmarie
08-19-2026, 07:09 AM
» Replies: 2
» Views: 1,629
KC868-H32B V5.08 firmware
Forum: News
Last Post: meoowu77
08-18-2026, 11:46 AM
» Replies: 24
» Views: 8,489
KinCony B2 Smart Controll...
Forum: News
Last Post: admin
08-17-2026, 01:07 PM
» Replies: 0
» Views: 71
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: 94
CT Clamp Compatibility
Forum: KC868-M16 / M1 / MB / M30
Last Post: admin
08-16-2026, 11:08 PM
» Replies: 12
» Views: 2,223

  Lesson3- How to use Arduino to control relay by wall switch button
Posted by: admin - 06-19-2021, 08:21 AM - Forum: KC868-A series and Uair Smart Controller - No Replies

Print this item

  Lesson2 - How to use Arduino to control relay ON/OFF
Posted by: admin - 06-19-2021, 08:19 AM - Forum: KC868-A series and Uair Smart Controller - Replies (9)

Print this item

  KC868-A4 bluetooth android phone app source code
Posted by: admin - 06-11-2021, 12:05 PM - Forum: KC868-A4 - No Replies

arduino IDE source code BlueTooth control relay function for KC868-A4 and Google App Inventor source code download:

.zip   bluetooth.zip (Size: 32.76 KB / Downloads: 1201)

Print this item

  KC868H16 and Home Assistant ?
Posted by: Max - 06-09-2021, 07:29 PM - Forum: KC868-HxB series Smart Controller - Replies (3)

Hi, the KC868H16 is supported by Home Assistant ? If yes, there is a youtube tutorial ?
Thanks.

Print this item

  customer project photo by H32L and COLB from Saudi Arabia
Posted by: admin - 06-01-2021, 12:53 PM - Forum: DIY Project - No Replies

Made by
KC868-H32L relay controller
KC868-COLB logical controller
       

Print this item

  Issues with software
Posted by: Eugene - 06-01-2021, 09:23 AM - Forum: KC868-HxB series Smart Controller - Replies (3)

Hello everyone!

We are using KC868-H32 via Ethernet connection and have problems with PC app:

1. We cannot check the connection status while the application is running. So after the first successful connection, we don't know the current status. If something goes wrong, we will not know about it.

2. If there is no connection between the PC and the relay module, we can still turn the relays on and off in the app, but the relays will not switch in reality! And if we do this remotely, it is very difficult or impossible to check if the relays are actually switching.
Dear Kincony Team, what should we do? Maybe you have a new version of the app?
Thanks in advance!

Print this item

  KC868-A4 ESP32 I/O pin define in Arduino IDE
Posted by: admin - 05-31-2021, 01:29 AM - Forum: KC868-A4 - Replies (2)

#define DAC1 25
#define DAC2 26

#define ANALOG_A3  32
#define ANALOG_A4  33

#define ANALOG_A1  34
#define ANALOG_A2  35

const int Relay1 = 2;
const int Relay2 = 15;
const int Relay3 = 5;
const int Relay4 = 4;

const int DI1 = 36;
const int DI2 = 39;
const int DI3 = 27;
const int DI4 = 14;

const int BEEP = 18;

DS18B20 ds(13);

Print this item

Wink Lesson1-config Arduino IDE for ESP32 module
Posted by: admin - 05-30-2021, 03:03 AM - Forum: KC868-A series and Uair Smart Controller - No Replies

1. Download and install Arduino from https://www.arduino.cc/
2. add "https://dl.espressif.com/dl/package_esp32_index.json" to your "Additional Boards Manager URLs"
[Image: config-arduino-ESP32-1.png]
3. Search "ESP32" install esp32 by Espressif Systems board.
[Image: config-arduino-ESP32-2.png]
4. complete.

Print this item

  Timer
Posted by: bostjan - 05-27-2021, 08:00 PM - Forum: KC868-HxB series Smart Controller - Replies (7)

Hello

I have a 32 channel relay board to control the blinds on the house. Is it possible to set the relay to turn off after a certain time (1 minute)?

Print this item

  KC868-A4 released! You can write any code by Arduino IDE
Posted by: admin - 05-27-2021, 08:14 AM - Forum: News - Replies (4)

KC868-A4 smart controller , many hareware resource for you to use, you can write any code by Arduino IDE to ESP32 wifi/bluetooth module. We will supply demo code for different samples. Everyone can modify and change the code for your own smart home automation system project.
[Image: kc868-a4-2_pix550.jpg]
Here is resource list:
WiFi/Bluetooth*1
RS232*1
Relay Output*4
Digital Input*4
433M Transmit PCB port*1
433M Receiver PCB port*1
IR receiver*1
IR sender*1
Analog input (DC0-5V)*2
Analog input (4-20mA)*2
Analog output(DC0-10V)*2
temperature and humidity sensor port*1
Buzzer*1

Print this item