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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 9,434
» Latest member: tylekeonhanhcom
» Forum threads: 4,136
» Forum posts: 20,695

Full Statistics

Online Users
There are currently 15 online users.
» 0 Member(s) | 8 Guest(s)
Bytespider, bot

Latest Threads
IFFT Settings Do Not Save...
Forum: KC868-AG / AG Pro / AG8 / Z1
Last Post: admin
Today, 04:05 AM
» Replies: 1
» Views: 9
Kincony Server 16 User Ma...
Forum: KinCony Server-Mini / Server-16 Raspberry Pi4 relay module
Last Post: admin
Yesterday, 10:05 PM
» Replies: 7
» Views: 2,646
flash kc868-a4
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
Yesterday, 10:00 PM
» Replies: 23
» Views: 3,829
Ethernet static address
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
07-19-2026, 11:39 AM
» Replies: 7
» Views: 80
"KCS" v3.26.1 firmware BI...
Forum: "KCS" v3 firmware
Last Post: admin
07-19-2026, 01:14 AM
» Replies: 0
» Views: 60
How to get started
Forum: KC868-A16
Last Post: admin
07-18-2026, 01:32 AM
» Replies: 35
» Views: 8,485
KC868 A8 + Home Assistant...
Forum: Development
Last Post: admin
07-18-2026, 01:31 AM
» Replies: 9
» Views: 101
KC868-A4 slide gate retro...
Forum: DIY Project
Last Post: admin
07-17-2026, 12:35 AM
» Replies: 1
» Views: 33
Questions on the B4M
Forum: B4M
Last Post: admin
07-16-2026, 11:43 AM
» Replies: 1
» Views: 23
KCS firmware wishlist
Forum: "KCS" v2 firmware system
Last Post: admin
07-16-2026, 07:52 AM
» Replies: 3
» Views: 96

Video Make KinCony KC868-A4 and ESP32 ready for Loxone introduction to Loxone part-2
Posted by: admin - 04-05-2022, 06:34 AM - Forum: KinCony integrate with Loxone home automation - No Replies

This video is made by Calin from UK. Thanks for him help us let KC868-A4 relay controller integrate with Loxone smart home automation system.

Print this item

Video Make KinCony KC868-A4 ready for Loxone introduction to Loxone Limitless part-1
Posted by: admin - 04-05-2022, 06:33 AM - Forum: KinCony integrate with Loxone home automation - No Replies

This video is made by Calin from UK. Thanks for him help us let KC868-A4 relay controller integrate with Loxone smart home automation system.

Print this item

Video KC868-H16B work with Loxone Smart Home Mini Server Virtual Output case
Posted by: admin - 04-05-2022, 06:32 AM - Forum: KinCony integrate with Loxone home automation - No Replies

This video is made by made by Mr. wilson fernandes from Kuwait.

Print this item

Video KinCony relay controller work with Loxone Smart Home Virtual Output case
Posted by: admin - 04-05-2022, 06:31 AM - Forum: KinCony integrate with Loxone home automation - No Replies

This video is made by made by Mr. wilson fernandes from Kuwait.

Print this item

Video KinCony-H32B relay board integrate with Loxone home automation-2 update relay status
Posted by: admin - 04-05-2022, 06:29 AM - Forum: KinCony integrate with Loxone home automation - No Replies

This video is made by Calin from UK. Thanks for him help us let KC868-H32B relay controller integrate with Loxone smart home automation system.

Print this item

Video KinCony-H32B relay board integrate with Loxone home automation-1 turn ON/OFF
Posted by: admin - 04-05-2022, 06:27 AM - Forum: KinCony integrate with Loxone home automation - No Replies

This video is made by Calin from UK. Thanks for him help us let KC868-H32B relay controller integrate with Loxone smart home automation system.

Print this item

  button switch module for KC868-Hx
Posted by: Dm81 - 04-04-2022, 05:37 AM - Forum: KC868-HxB series Smart Controller - Replies (7)

As I wrote in my other post, I connected the push button switch module to rs232 to the LAN converter, I would know if it is possible to change the push button switch module firmware to get a message every time I press and leave a contact from the input like in your video (https://www.kincony.com/momentary-latch-...n-diy.html)
If I press and hold a button I receive RELAY-KEY-255, X, 1,
If I release the button I receive RELAY-KEY-255, X, 0

do you think is possible?
thank you in advance

Print this item

  KinCony KC868-HxB relay module integration with Loxone RS232 extension
Posted by: admin - 04-03-2022, 08:43 AM - Forum: KinCony integrate with Loxone home automation - No Replies

Thanks for zgabi from Hungary made the document for KC868-H32B integrate with Loxone by RS232.

   
   

.pdf   KC868 HxB Integration with Loxone RS232.pdf (Size: 193.79 KB / Downloads: 1103)

Print this item

  KC868-H32B V4.43 new firmware update
Posted by: admin - 04-03-2022, 08:08 AM - Forum: News - Replies (19)

improvement:

mainly support integrate to Loxone Mini-Server by RS232 port.

1. after INPUT trigger (when released input with GND) will auto feedback "DIARM" message to TCP client and RS232.

such as if you let INPUT short with GND, will send "RELAY-ALARM-1,OK" , that means: INPUT-1 is trigger.
when released, will send "RELAY-DIARM-1,OK" , that means: INPUT-1 is released, just "disable alarm".

2. It supports sending multiple control relay commands to the KC868-H32B at one time by RS232 or TCP. The controller will process them in a queue without discarding the commands. At most, MAX 32 commands can be received at the same time

such as you can send these command at one time by RS232 or TCP:
RELAY-SET-255,1,1
RELAY-SET-255,2,1
RELAY-SET-255,3,1
RELAY-SET-255,4,1
RELAY-SET-255,5,1
RELAY-SET-255,6,1
RELAY-SET-255,7,1
RELAY-SET-255,8,1
RELAY-SET-255,9,1
RELAY-SET-255,10,1
RELAY-SET-255,11,1
RELAY-SET-255,12,1
RELAY-SET-255,13,1
RELAY-SET-255,14,1
RELAY-SET-255,15,1
RELAY-SET-255,16,1
RELAY-SET-255,17,1
RELAY-SET-255,18,1
RELAY-SET-255,19,1
RELAY-SET-255,20,1
RELAY-SET-255,21,1
RELAY-SET-255,22,1
RELAY-SET-255,23,1
RELAY-SET-255,24,1
RELAY-SET-255,25,1
RELAY-SET-255,26,1
RELAY-SET-255,27,1
RELAY-SET-255,28,1
RELAY-SET-255,29,1
RELAY-SET-255,30,1
RELAY-SET-255,31,1
RELAY-SET-255,32,1


.zip   Relay32_V443_220402.zip (Size: 47.02 KB / Downloads: 925)
download the ZIP file , unzip update the bin file for KC868-H32B relay controller by USB-RS232 cable.

Print this item

  Lesson11 - how to use by own 433MHz RF / infrared remoter
Posted by: admin - 03-31-2022, 01:28 PM - Forum: Home automation training courses - Replies (24)


1. install ESP32 USB driver for KC868-Server, download from: https://www.kincony.com/download/CH341SER.zip

2. install ESP32 USB driver

3. download arduino IDE: https://www.arduino.cc/en/software/

4. install arduino IDE

5. config for ESP32: https://www.kincony.com/forum/showthread.php?tid=281

6. install rc-switch arduino library

7. download this RF / IR decode demo source code: 
.zip   KC868-Server-wireless-decode.zip (Size: 3.89 KB / Downloads: 1275)

8. detect your RF or IR remoter's key code

9. replace your own RF or IR remoter's key code

10. download firmware to KC868-Server by TYPE-C USB cable

Print this item