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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 8,713
» Latest member: parkangalychyna
» Forum threads: 3,821
» Forum posts: 19,546

Full Statistics

Online Users
There are currently 32 online users.
» 0 Member(s) | 13 Guest(s)
AhrefsBot, Amazonbot, Bytespider, Crawl, Google, Semrush, bot

Latest Threads
N10 port modbus
Forum: N10
Last Post: admin
31 minutes ago
» Replies: 11
» Views: 97
N60/N30/N20/N10 PC softwa...
Forum: N60
Last Post: admin
32 minutes ago
» Replies: 3
» Views: 599
N60 N30 N20 N10 ARM CPU f...
Forum: N60
Last Post: admin
37 minutes ago
» Replies: 0
» Views: 5
KinCony ALR ESP32 I/O pin...
Forum: KinCony ALR
Last Post: admin
7 hours ago
» Replies: 6
» Views: 1,535
KC868-A6v3 ESP32-S3 6 cha...
Forum: KC868-A6
Last Post: admin
7 hours ago
» Replies: 1
» Views: 20
RF fo KC868-A6
Forum: KC868-A6
Last Post: admin
7 hours ago
» Replies: 5
» Views: 807
Device change after damag...
Forum: Getting Started with ESPHome and Home Assistant
Last Post: admin
11 hours ago
» Replies: 1
» Views: 9
sample code to receive ht...
Forum: F16
Last Post: admin
Yesterday, 03:53 AM
» Replies: 14
» Views: 615
KinCony B32M Smart Contro...
Forum: News
Last Post: admin
Yesterday, 01:44 AM
» Replies: 0
» Views: 20
B32M ESPHome yaml for hom...
Forum: B32M
Last Post: admin
Yesterday, 01:32 AM
» Replies: 0
» Views: 14

  KC868-COL V1.0.19 new firmware update
Posted by: admin - 04-14-2021, 06:15 AM - Forum: News - No Replies

improvement:
add digital input auto upload function. Now not always to search or read the DI input. when every DI state changed will auto report.

.zip   AD_Sample_V1_0_19_210414.zip (Size: 19.06 KB / Downloads: 730)
Unzip file , use Bootloader tool update BIN file by USB-RS232 cable.

Print this item

  Impulse relay output
Posted by: zabolotiny - 04-10-2021, 07:07 AM - Forum: KC868-HxB series Smart Controller - Replies (1)

I am interested in your product to create HomeKit automation to control lightning.
But I have the question - is that possible to use impulse relay output?
Asking that because my home system is build in impulse relay switches 24v to toggle lights. And I am looking for a solution to control that from HomeKit
Thanks in advance for help and suggestions.

Print this item

  voice module arduino code for alexa speaker without third platform software
Posted by: admin - 04-01-2021, 01:12 AM - Forum: DIY Project - Replies (28)

this is arduino code for voice module (ESP8266) control by Amazon alexa. it not need use sinric or any third platform. just voice module connect to alexa cloud server directly.
MAX support device number :10pcs. if want to support more, need change the code, or you can use google find out some code solution.
make sure install espalexa.h library file on arduino IDE.

.zip   KC868-Alexa.zip (Size: 1.49 KB / Downloads: 1493)

Print this item

  KC868-COLB V1.2 new firmware update
Posted by: admin - 03-30-2021, 01:54 AM - Forum: News - No Replies

improvement:
add scan device Broadcast command for UDP. This command for software developer scan KC868-COLB in network.

use local network port=4000  send Ansi-String "scan" to remote IP:255.255.255.255 Port:4001
all KC868-COLB in same network device will feedback: device's IP,Port,UID,type
for example:
send->scan
feedback: 192.168.1.200:4196,uid:xxxxxxxxxxxxxxxxxxxxxxxx,type:COLB


.zip   AD_COLB_V1_1_2_210329.zip (Size: 38.78 KB / Downloads: 742)

Print this item

  Let KC868 relay controller support RF 315/433MHz sensor
Posted by: admin - 03-29-2021, 07:03 AM - Forum: DIY Project - Replies (1)

now you can weld a RF receiver module (315MHz or 433MHz) with ESP8266 module (voice module).
write some arduino code will support RF sensor decode ,it's easy to integrate RF sensors for trigger any relay output or do scene mode.
   
   
   

Print this item

  MulitiBoardCtrl software for KC868 visual studio C# source code
Posted by: admin - 03-26-2021, 02:25 AM - Forum: Development - No Replies

MulitiBoardCtrl tool is windows software for PC and tablet. it support use KC868 all relay controller model and all KC868-COL/COLB logical controller. 

1. one software window support MAX 254 device (relay board+COL/COLB board).  
if you add 254 units of KC868-H32B, then you can control total 254*32=8128 channels relay output.

2. we have add the log function, every relay state changed by ON/OFF, will save the data the time to log file.

3. software is open source, write code by visual studio C#. anyone can modify and update it.


source code download link: https://www.kincony.com/download/MulitiB...e-code.zip

Print this item

  MulitiBoardCtrl software for multi relay controller and logical controller released
Posted by: admin - 03-26-2021, 02:23 AM - Forum: News - No Replies

MulitiBoardCtrl tool is windows software for PC and tablet. it support use KC868 all relay controller model and all KC868-COL/COLB logical controller. 

1. one software window support MAX 254 device (relay board+COL/COLB board).  
if you add 254 units of KC868-H32B, then you can control total 254*32=8128 channels relay output.

2. we have add the log function, every relay state changed by ON/OFF, will save the data the time to log file.

3. software is open source, write code by visual studio C#. anyone can modify and update it.

download link: https://www.kincony.com/download/MulitiB...3.0324.zip

Print this item

  KC868-H32B V4.19 new firmware for MQTT update
Posted by: admin - 03-22-2021, 06:49 AM - Forum: News - Replies (2)

improvement:

1. add read input state http command for developer integrate to third-party software. you can send http command to get information of 6 channel digital input port state.

Command is like this, send:  http://192.168.1.xx/sw_ctl.cgi?RelayFF=RD&postpwd=XXXXXX
Then will feedback all state.

2. support use MQTT function by WiFi. it will easy integrate to third-party software, like home assistant...
how to integrate to home assistant by MQTT, see this link: https://www.kincony.com/kc868-h32b-integ...-mqtt.html

3. add option on config webpage, you can chose whether relay will remember the state before power off. Just whether receover relay sate when power on.

4. add option on config webpage, you can chose any relay channel for momentary work mode, and set the delay time for auto off.

KC868-H32B V4.19 firmware download: 
download the ZIP file , unzip update the bin file for KC868-H32B relay controller.


.zip   Relay32_V419_210321.zip (Size: 41.45 KB / Downloads: 823)

Print this item

Thumbs Up KC686 SMART COLB
Posted by: etaq2021 - 03-20-2021, 10:26 AM - Forum: KC868-HxB series Smart Controller - Replies (3)

HI, CAN I USE ONE KC868 COLB TO manage multiple Relay boards. for example :
Am working on a project that needs multiple KC686-H32B Relay assembly.
and i want to use one KC868 COLB to drive up to 2 units of KC686-H16 and i unit of KC686-H32 located at different remote location from each other.

Print this item

  Power outlet released with switch panel color style
Posted by: admin - 03-19-2021, 05:47 AM - Forum: News - Replies (2)

The power outlet products, with the same style as switch panel products, are used together with switch. You can DIY smart home automation by different color style as you like.  
[Image: all-3_pix750.jpg]

[Image: all-1_pix750.jpg]

Print this item