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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 9,648
» Latest member: nk88eccom
» Forum threads: 4,195
» Forum posts: 20,845

Full Statistics

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

Latest Threads
KCS VERSUS ESPHOME
Forum: "KCS" v3 firmware
Last Post: admin
08-20-2026, 10:20 PM
» Replies: 1
» Views: 16
KC868-AGv3
Forum: Getting Started with ESPHome and Home Assistant
Last Post: admin
08-20-2026, 10:18 PM
» Replies: 5
» Views: 72
[arduino code examples fo...
Forum: KC868-A32/A32 Pro
Last Post: huanmarie
08-19-2026, 07:09 AM
» Replies: 2
» Views: 1,589
KC868-H32B V5.08 firmware
Forum: News
Last Post: meoowu77
08-18-2026, 11:46 AM
» Replies: 24
» Views: 8,420
KinCony B2 Smart Controll...
Forum: News
Last Post: admin
08-17-2026, 01:07 PM
» Replies: 0
» Views: 45
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: 51
CT Clamp Compatibility
Forum: KC868-M16 / M1 / MB / M30
Last Post: admin
08-16-2026, 11:08 PM
» Replies: 12
» Views: 2,045
N60 Sensor channel label
Forum: N60
Last Post: marekd1
08-14-2026, 09:14 PM
» Replies: 18
» Views: 2,449
solar production and cons...
Forum: N30
Last Post: admin
08-14-2026, 01:46 AM
» Replies: 3
» Views: 124
Current direction detecti...
Forum: N30
Last Post: admin
08-14-2026, 01:44 AM
» Replies: 3
» Views: 113

  KC868-E8T Factory Original Firmware and arduino source code
Posted by: admin - 08-22-2023, 06:46 AM - Forum: KC868-E8T - Replies (4)

the firmware support use by Tuya app, INPUT trigger OUTPUT and RF remote control 1-8 relay and ALL ON and ALL OFF. (need learn RF signal for every relay)

how to learn RF signal:   
[Image: attachment.php?aid=2714]   
[Image: attachment.php?aid=2897]
firmware BIN file download:

.zip   KC868-E8T_RF20230822.zip (Size: 429.31 KB / Downloads: 1011)

arduino IDE source code download:

.zip   KC868-E8T_arduino_Tuya_RF.zip (Size: 8.97 KB / Downloads: 1011)

Tuya module arduino library download:

.zip   Tuya_WiFi_MCU_SDK.zip (Size: 55.73 KB / Downloads: 1103)

Print this item

  how to add Raspberry Pi GPIO integration to home assistant for SERVER-MINI
Posted by: admin - 08-22-2023, 04:50 AM - Forum: KinCony Server-Mini / Server-16 Raspberry Pi4 relay module - Replies (6)

1. make home assistant SD card for KinCony Server-16.

download  https://www.raspberrypi.com/software/

2. install HACS addon (use by SSH)

https://hacs.xyz/docs/setup/download/

3. install "rpi_gpio" through HACS.

https://github.com/thecode/ha-rpi_gpio

4. config ymal for CM4 GPIOs.

install file edit add-on for HA , then config yaml

-------------------------------------
switch:
  - platform: rpi_gpio
    switches:
      - port: 5
        name: "CM4 relay1"
      - port: 22
        name: "CM4 relay2"
      - port: 17
        name: "CM4 relay3"
      - port: 4
        name: "CM4 relay4"
      - port: 6
        name: "CM4 relay5"
      - port: 13
        name: "CM4 relay6"
      - port: 19
        name: "CM4 relay7"
      - port: 26
        name: "CM4 relay8"
       
binary_sensor:
  - platform: rpi_gpio
    sensors:
      - port: 18
        name: "CM4 IN1"
        invert_logic: true
      - port: 23
        name: "CM4 IN2"
        invert_logic: true
      - port: 24
        name: "CM4 IN3"
        invert_logic: true
      - port: 25
        name: "CM4 IN4"
        invert_logic: true
      - port: 12
        name: "CM4 IN5"
        invert_logic: true
      - port: 16
        name: "CM4 IN6"
        invert_logic: true
      - port: 20
        name: "CM4 IN7"
        invert_logic: true
      - port: 21
        name: "CM4 IN8"
        invert_logic: true

Print this item

  "KCS" v2.1.1 firmware BIN file download
Posted by: admin - 08-22-2023, 02:52 AM - Forum: "KCS" v2 firmware system - Replies (20)

Here is "KCS" firmware for KinCony KC868-A series (ESP32) board.
How to download and use, online guide: https://www.kincony.com/esp32-kcsv2-firmware.html

v2.1.1 improment:
add IFTTT command for KC868-A64 up to 150



Attached Files
.zip   KCS_KC868_A4S_V2.1.1.zip (Size: 796.3 KB / Downloads: 894)
.zip   KCS_KC868_A2_V2.1.1.zip (Size: 785.72 KB / Downloads: 923)
.zip   KCS_KC868_A4_V2.1.1.zip (Size: 775.87 KB / Downloads: 906)
.zip   KCS_KC868_A6_V2.1.1.zip (Size: 771.64 KB / Downloads: 947)
.zip   KCS_KC868_A8_V2.1.1.zip (Size: 779.72 KB / Downloads: 1091)
.zip   KCS_KC868_A8M_V2.1.1.zip (Size: 796.04 KB / Downloads: 918)
.zip   KCS_KC868_A8S_V2.1.1.zip (Size: 797.44 KB / Downloads: 970)
.zip   KCS_KC868_A16_V2.1.1.zip (Size: 786.82 KB / Downloads: 967)
.zip   KCS_KC868_A16S_V2.1.1.zip (Size: 797.85 KB / Downloads: 822)
.zip   KCS_KC868_A32_V2.1.1.zip (Size: 780.72 KB / Downloads: 1011)
.zip   KCS_KC868_A32M_V2.1.1.zip (Size: 799.15 KB / Downloads: 952)
.zip   KCS_KC868_A64_V2.1.1.zip (Size: 780.73 KB / Downloads: 1010)
.zip   KCS_KC868_A128_V2.1.1.zip (Size: 780.6 KB / Downloads: 978)
.zip   KCS_KC868_AG_V2.1.1.zip (Size: 759.45 KB / Downloads: 997)
.zip   KCS_KC868_AI_V2.1.1.zip (Size: 783.23 KB / Downloads: 860)
.zip   KCS_KC868_AIO_V2.1.1.zip (Size: 797.13 KB / Downloads: 875)
.zip   KCS_KC868_AK_V2.1.1.zip (Size: 762.16 KB / Downloads: 861)
.zip   KCS_KC868_AM_V2.1.1.zip (Size: 772.85 KB / Downloads: 960)
.zip   KCS_KC868_AP_V2.1.1.zip (Size: 778.76 KB / Downloads: 899)
.zip   KCS_KC868_ASR_V2.1.1.zip (Size: 750.72 KB / Downloads: 849)
.zip   KCS_KC868_E16S_V2.1.1.zip (Size: 783.25 KB / Downloads: 933)
.zip   KCS_KC868_UAIR_V2.1.1.zip (Size: 762.65 KB / Downloads: 848)
Print this item

  KC868-A8 - question regarding safety shutdown
Posted by: Karle - 08-21-2023, 05:38 PM - Forum: KC868-A series and Uair Smart Controller - Replies (5)

Hi !

I think about buying the KC868-A8 module for controlling my heating system by external signals.

The KC868-A8 board shall be connected via ethernet to my home assistant device which will control the board (switching relais to control the temperature, set heating or cooling mode and so on).

This is clear so far and I think this can be done relatively easily.

What is not clear for me at the moment:

How does the KC868-A8 board react ....

... if home assistant freezes or the ethernet connection is gone ?

...  if there is a power loss and power comes back ?

Does it go always to the state "all relays" off -> which would mean a safe state in my case ?

Is there a way to supervise the board or turn off all relais in case of any failure coming from home assistant ?

Is there a way to control the proper functioning of the board itself respectively the relais ?

With the 8 relais I only want to switch "signals" no "load" -> Are this relais suitable for this purpose ?

For how many switching cycles are the relais designed ?


Thank you for your feedback.

Greets Karl

Print this item

  KC868-E16T Factory Original Firmware added RF remote code
Posted by: admin - 08-21-2023, 02:09 AM - Forum: KC868-E16T - Replies (9)

Here is Factory Original Firmware for KC868-E16T. You can use Tuya mobile phone application directly. it supprt remote control by internet and manual control buttons and on board. Support learn RF signal send control for relay.

firmware BIN file download: 
.zip   E16T-RF-Tuya.zip (Size: 416.47 KB / Downloads: 1011)

about ESP flash tool download link and details see here : https://www.kincony.com/esp-module-flash...tools.html
   

arduino source code download:

.zip   E16T-Tuya-RF.zip (Size: 5.6 KB / Downloads: 989)

How does KC868-E16T learn wireless signals see here: https://www.kincony.com/forum/showthread.php?tid=3169

Print this item

  How does KC868-E16T learn wireless signals
Posted by: KinCony Support - 08-21-2023, 02:05 AM - Forum: KC868-E16T - No Replies

Download the following program, you can turn on and turn off the relays by a wireless remoter

.zip   E16T-test-2022_RF_study.zip (Size: 5.88 KB / Downloads: 775)
       

Print this item

Wink easy way to export/import everything from ESP32 - CLONE/BACKUP Tool
Posted by: admin - 08-20-2023, 11:32 AM - Forum: KC868-A series and Uair Smart Controller - Replies (7)

click "dump.bat" to read ESP32 board. it will save file as "firmware.bin".
click "flash.bat" to write any other new ESP32 board by "firmware.bin".
   

.zip   esptool.zip (Size: 30.94 MB / Downloads: 3027)

Print this item

  KC868-D16 inputs
Posted by: Valter - 08-20-2023, 09:47 AM - Forum: KC868-AP / ADR - Replies (3)

Good Morning,


Is it possible to have the inputs independent of the dimmers in MQTT ?

The ideia is to use these inputs in home assistant to actuate others elements in my house. 

The ideia is to publish the state of these inputs.

Is this available in any firmware version for KC868-D16 ?

Thank you

Best regards

Print this item

  Status led model?
Posted by: tatu - 08-19-2023, 04:52 PM - Forum: KC868-A64 - Replies (2)

Hi!

Two leds (output status led) accidentally damaged on board during installation, what model number are them that I can search for replacements? Or do you sell spares?

Print this item

  KC868-D16 first connection
Posted by: Valter - 08-18-2023, 08:06 PM - Forum: KC868-HxB series Smart Controller - Replies (1)

Hello,


I'm a newbie for Kincony.

I have some KC868-A32 boards, I just connect and all work perfect.

However, with a KC868-D16, I connect the ethernet cable and my router do not detect them and no IP given ?

Is this normal ?

How to connect to the board in the very first time?

Thank you

Print this item