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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 9,030
» Latest member: toachdiechngiec
» Forum threads: 3,977
» Forum posts: 20,163

Full Statistics

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

Latest Threads
N60 N30 N20 N10 ARM CPU f...
Forum: N30
Last Post: pvana
4 hours ago
» Replies: 24
» Views: 921
How can I control 170 sma...
Forum: Development
Last Post: yosetadi4321
Today, 08:16 AM
» Replies: 2
» Views: 354
RS485 Modbus SHT30 sensor...
Forum: "KCS" v3 firmware
Last Post: admin
Yesterday, 02:30 AM
» Replies: 4
» Views: 292
Current and Power not add...
Forum: N60
Last Post: edalquist
05-09-2026, 03:58 AM
» Replies: 10
» Views: 317
Python and arduino code
Forum: News
Last Post: admin
05-08-2026, 12:38 PM
» Replies: 1
» Views: 34
[SOLVED] N10 - no KWH sho...
Forum: N10
Last Post: admin
05-07-2026, 05:56 AM
» Replies: 7
» Views: 130
B24 Smart Controller Wiri...
Forum: B24
Last Post: admin
05-06-2026, 10:12 PM
» Replies: 2
» Views: 101
AIO Hybrid ESP32-S3 IO pi...
Forum: AIO Hybrid
Last Post: H_spadacini
05-06-2026, 10:03 AM
» Replies: 3
» Views: 596
T32M issue with Output 1
Forum: DIY Project
Last Post: BarbaraVikuvis
05-06-2026, 06:49 AM
» Replies: 4
» Views: 372
RTC DS3231 yaml code
Forum: KC868-A16v3
Last Post: admin
05-05-2026, 01:38 PM
» Replies: 1
» Views: 66

  K868-Uair proper GPIO assignation ?
Posted by: vincen - 03-09-2022, 09:34 AM - Forum: KC868-Uair - Replies (13)

Hi

I'm tyring to use a K868-Uair with ESPHome but I have some problems ! According at Kincony ducomentation it should GPIO32 and 33 to control RGB LEDs of bottom ring and vertical bar ! Unhappy these two GPIOs are doing exactly the same thing: control the ring only and only 3 LEDs of it Sad
Someone has the proper GPIO configuration of that board ?
Noticed also that the Dallas temperature sensor is a chinese copy I think as it's 4/5° offset of other temperature sensors I have in the room Sad

Code used so far in ESPHome for LEDs:

Code:
light:
  - platform: neopixelbus
    type: GRB
    variant: WS2812X
    pin: GPIO33
    num_leds: 4
    name: "Barre"
  - platform: neopixelbus
    type: GRB
    variant: WS2812X
    pin: GPIO32
    num_leds: 4
    name: "Ring"


Thanks for help

Vincèn

Print this item

  how to send command and debug with KC868-COLB by yourself
Posted by: admin - 03-08-2022, 02:01 PM - Forum: Development - Replies (1)

KC868-COLB support use by MQTT or TCP Server or TCP Client work mode. When using MQTT, use Json format send command. When using TCP by HEX format command. KC868-COLB's PC software support "DEBUG" mode for programmer developing.
   
open your KC868-COLB PC software, use mouse left button quick click > 5 times will enable "DEBUG" mode.


   
this page for debug relay


   
this page for read digital input, analog input and DS18B20 temperature sensor data.

   
this page for debug set temperature and analog input threshold and RTC clock

   
This is write RTC clock example.

for example, set RTC clock:
we set 2022-03-08  21:38:00 to KC868-COLB

send command is:
5E 01 32 C0 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 16 03 08 15 26 00

0x5E 01 : begin byte, never change it.
0x32 C0: command type
0x06 00: message length  now the message is "16 03 08 15 26 00"  total 6 bytes
0x00 ... ... 00  38 of 0x00 retain bytes, not chang it.
0x16 03 08 15 26 00 is year,month,date, hour,minute,second
0x16=22 use two last number of year, default begin with20 so year=2022
0x03=03
0x08=08
0x15=21
0x26=38
0x00=00

Print this item

  how to install ZigBee dongle for KC868-Server
Posted by: admin - 03-08-2022, 12:51 AM - Forum: KC868-Server Raspberry Pi4 local server - No Replies

install the ZigBee dongle will support ZigBee 3.0 device by zigbee2mqtt in home assistant.

   

Print this item

  how to install extend IR launching tube for KC868-Server
Posted by: admin - 03-08-2022, 12:50 AM - Forum: KC868-Server Raspberry Pi4 local server - No Replies

A is +, K is - for IR tube
   

This cable is extend IR for 3 meter.
   

Print this item

  free raspberry pi CM4 GPIO pins on KC868-Server's PCB
Posted by: admin - 03-08-2022, 12:34 AM - Forum: KC868-Server Raspberry Pi4 local server - No Replies

   

Print this item

  ESP32 pins define of KC868-Server
Posted by: admin - 03-08-2022, 12:32 AM - Forum: KC868-Server Raspberry Pi4 local server - Replies (8)

IR receiver: GPIO22
IR sender: GPIO23
433MHz wireless receiver: GPIO13
GPIO-1: GPIO4
GPIO-2: GPIO5
GPIO-3: GPIO18
GPIO-4: GPIO19

GPIO1-4 can use for LED Strip/DS18B20/DHT11/21 Temperature and humidity sensor.

Print this item

  telegram bot with KC868-A series ESP32 board
Posted by: admin - 03-07-2022, 02:31 PM - Forum: KC868-A series and Uair Smart Controller - No Replies

https://www.kincony.com/telegram-bot-esp32.html

Print this item

  Firmware Download Tool for KC868-Server
Posted by: admin - 03-07-2022, 01:41 PM - Forum: KC868-Server Raspberry Pi4 local server - No Replies

KC868-Server support 2 ways for update firmware:

1. firmware update tool by network for KC868-Server

.zip   KC868-Download-Tool-Network.zip (Size: 8.88 KB / Downloads: 854)

2. firmware update tool by RS232 or RS485 for KC868-Server

.zip   KC868-Download-Tool-Serial.zip (Size: 8.56 KB / Downloads: 854)
RS232 Baud rate: 115200bps
RS485 Baud rate: 38400bps

Print this item

  KC868-Server hardware interface and resource
Posted by: admin - 03-07-2022, 01:20 PM - Forum: KC868-Server Raspberry Pi4 local server - No Replies

KC868-Server is a super smart controller for smart home automation and industrial automation control. KC868-Server smart controller support MOSFET output and wall switch connect to it directly. Also have analog input and digital input ports. The most important is integrated Raspberry pi CM4 module. Also integrated ESP32 module for you to write your own code. It’s very powerful and flexible.


.pdf   KC868-Server-interface-resource.pdf (Size: 12.64 MB / Downloads: 1194)

Print this item

  KC868-H32B V4.41 new firmware update
Posted by: admin - 03-07-2022, 12:18 AM - Forum: News - No Replies

improvement:

1. Fixed an issue where mqtt would disconnect under certain circumstances
2. Fixed the bug that some times more than 23 relays could not be controlled at the some time


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

Print this item