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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 8,960
» Latest member: ramir lopez
» Forum threads: 3,949
» Forum posts: 20,032

Full Statistics

Online Users
There are currently 74 online users.
» 0 Member(s) | 56 Guest(s)
Amazonbot, Applebot, Baidu, Bing, Bytespider, Crawl, PetalBot, bot, github.com

Latest Threads
Web updates?
Forum: "KCS" v2 firmware system
Last Post: admin
4 hours ago
» Replies: 1
» Views: 7
DS3231 RTC module
Forum: KC868-A16S
Last Post: rosnoteh
5 hours ago
» Replies: 4
» Views: 969
Add uptime to board infor...
Forum: Suggestions and feedback on KinCony's products
Last Post: twostar
Yesterday, 07:48 AM
» Replies: 2
» Views: 31
AIO Hybrid Smart Controll...
Forum: AIO Hybrid
Last Post: admin
Yesterday, 06:58 AM
» Replies: 0
» Views: 14
m16v2 energy meter - cali...
Forum: KC868-M16 / M1 / MB / M30
Last Post: admin
Yesterday, 03:20 AM
» Replies: 9
» Views: 142
KC868-COLB V2.4 firmware ...
Forum: News
Last Post: admin
04-23-2026, 12:35 PM
» Replies: 10
» Views: 2,866
N60 N30 N20 N10 ARM CPU f...
Forum: N30
Last Post: admin
04-22-2026, 10:17 PM
» Replies: 18
» Views: 539
sample code to receive ht...
Forum: F16
Last Post: admin
04-22-2026, 10:15 PM
» Replies: 23
» Views: 1,615
Best Practices for Scalin...
Forum: Development
Last Post: admin
04-21-2026, 09:48 PM
» Replies: 1
» Views: 37
ERROR SIM not inserted SI...
Forum: KC868-E8T
Last Post: admin
04-21-2026, 01:34 AM
» Replies: 20
» Views: 1,096

  how to set KC868-COLB for KBOX android phone app remote control by internet via MQTT
Posted by: admin - 03-09-2022, 11:52 AM - Forum: KC868-HxB series Smart Controller - No Replies

IP: 47.96.253.237  PORT: 1883  is KinCony's MQTT cloud server.
   

Print this item

  how to set H32B/BS for KBOX android phone app remote control by internet via MQTT
Posted by: admin - 03-09-2022, 11:50 AM - Forum: KC868-HxB series Smart Controller - Replies (4)

IP: 47.96.253.237  PORT: 1883  is KinCony's MQTT cloud server.
   

Print this item

  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: 837)

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

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

Print this item