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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 8,334
» Latest member: indianexpress
» Forum threads: 3,636
» Forum posts: 18,784

Full Statistics

Online Users
There are currently 14 online users.
» 0 Member(s) | 5 Guest(s)
AhrefsBot, Amazonbot, Bing, bot

Latest Threads
WHATS FIRMWARE
Forum: "KCS" v3 firmware
Last Post: kamarguinho
2 hours ago
» Replies: 6
» Views: 629
OUTPUT DO1
Forum: KC868-AIO
Last Post: Lupi84
8 hours ago
» Replies: 8
» Views: 68
sample code to receive ht...
Forum: F16
Last Post: admin
11 hours ago
» Replies: 10
» Views: 49
Goes Offline
Forum: KC868-E16S/E16P
Last Post: admin
Yesterday, 06:45 PM
» Replies: 1
» Views: 14
N20 Problem with Home Ass...
Forum: N20
Last Post: Luismical1
Yesterday, 04:13 PM
» Replies: 5
» Views: 40
Loxone RS485
Forum: KinCony integrate with Loxone home automation
Last Post: admin
Yesterday, 01:36 PM
» Replies: 11
» Views: 1,166
adaptor V2 and KC868 h32b...
Forum: KC868-ATC / Tuya adapter V2
Last Post: admin
Yesterday, 08:25 AM
» Replies: 3
» Views: 53
Problems and general Feed...
Forum: N30
Last Post: admin
12-28-2025, 11:58 PM
» Replies: 1
» Views: 18
Voltage for KC868-16
Forum: KC868-A16
Last Post: admin
12-28-2025, 11:54 PM
» Replies: 1
» Views: 11
16-Channel Lighting Contr...
Forum: News
Last Post: admin
12-28-2025, 10:52 AM
» Replies: 1
» Views: 17

  how to change IIC SDA SCL pin in arduino config file
Posted by: admin - 11-26-2022, 12:58 AM - Forum: KC868-A series and Uair Smart Controller - Replies (2)

find that file, replace SDA and SCL with your board's.
   

Print this item

  KC868-A8 input 230V
Posted by: oxc - 11-25-2022, 11:34 PM - Forum: KC868-A series and Uair Smart Controller - Replies (3)

Hello,

I want to use the outputs of a KC868-A8 to control 8 of my heating valves. They require 230V and not too much power, this should work fine.

However, I would like to use the inputs to read the state of the wall thermostats. These are usually connected directly to the valves, and are therefore delivering 230V if closed. Can you recommend a good way how I could connect these to the KC868-A8 inputs?

Thanks you!

Print this item

  KC868-AK ESP32 Programmable Keyboard Released
Posted by: admin - 11-25-2022, 07:03 AM - Forum: News - No Replies

We have designed the new version of "switch terminal board" -- KC868-AK. This is a powerful ESP32 programmable keyborad , support by home assistant via ESPHome for home automation DIYer. It also can work with KinCony's smart relay controller. let your wall switch panel can work with "1-click" , "2-click" and "hold on" actions.
 
[Image: KC868-AK-1_01.png]
[Image: KC868-AK-1_02.jpg]
[Image: KC868-AK-1_03.jpg]

Print this item

  KC868-A64_V1.3 PCB size diagram
Posted by: admin - 11-24-2022, 10:52 PM - Forum: KC868-A64 - No Replies


.pdf   KC868_A64_V103_PCB_size_diagram.pdf (Size: 1.49 MB / Downloads: 664)

Print this item

  KC868-H32B_Pro V1.14 firmware
Posted by: admin - 11-24-2022, 01:59 AM - Forum: News - No Replies

support KC868-AK switch terminal board for 1-click, 2-click , hold on actions.

.zip   H32B_Pro_V114_221103.zip (Size: 53.93 KB / Downloads: 653)

Print this item

Photo Details about RF pins at KC868-A8-schematic
Posted by: kontas - 11-23-2022, 09:54 AM - Forum: KC868-A8 - Replies (3)

The detail about RF pins at KC868-A8-schematic is not clear.
With try and error and help of a multimeter as the pins are covered. 

The pins are as in picture.



Attached Files Thumbnail(s)
   
Print this item

  how to use tasmota firmware with KC868-A6
Posted by: admin - 11-23-2022, 08:18 AM - Forum: KC868-A6 - Replies (22)

firmware:
.zip   tasmota_KC868-A6.zip (Size: 991.5 KB / Downloads: 1063)
                                           

Print this item

  What is the size of the Button switch module
Posted by: engmohades - 11-22-2022, 09:51 AM - Forum: DIY Project - Replies (1)

What is the size of the Button switch module and the contactor 25A and 45A and 100A

and DC12V 4.5A power supply



Attached Files Thumbnail(s)
   
Print this item

  KC868-HA RS485 Button Adapter Released
Posted by: admin - 11-21-2022, 02:15 PM - Forum: News - Replies (66)

We have designed KC868-HA RS485 button adapter, let your old switch or traditional switch become smart, work with KC868-H32B Pro smart relay controller, use any “Latch” or “Momentary” switch panel work with your smart home automation. This time, regular switch can be used in smart home system.
[Image: detail_05.jpg]

[Image: detail_06.jpg]

Print this item

  KC868-AK ESPHome demo config for home assistant
Posted by: admin - 11-20-2022, 12:17 PM - Forum: KC868-AK - No Replies

esphome:
  name: kc868-ak
  platform: ESP32
  board: esp32dev
 
 
# Example configuration entry for ESP32
i2c:
  sda: 4
  scl: 5
  scan: true
  id: bus_a

wifi:
  ssid: "KinCony"
  password: "a12345678"

  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: "A4 Fallback Hotspot"
    password: "ZvKhDPUYilHj"

captive_portal:



# Example configuration entry
pcf8574:
  - id: 'pcf8574_hub_in_1'  # for input channel 1-8
    address: 0x24

  - id: 'pcf8574_hub_in_2'  # for input channel 9-16
    address: 0x25

  - id: 'pcf8574_hub_in_3'  # for input channel 17-24
    address: 0x21

  - id: 'pcf8574_hub_in_4'  # for input channel 25-32
    address: 0x22

  - id: 'pcf8574_hub_in_5'  # for input channel 33-40
    address: 0x26



# Individual outputs

binary_sensor:
  - platform: gpio
    name: "ak-input1"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 0
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input2"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 1
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input3"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 2
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input4"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 3
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input5"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 4
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input6"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 5
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input7"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 6
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input8"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 7
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input9"
    pin:
      pcf8574: pcf8574_hub_in_2
      number: 0
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input10"
    pin:
      pcf8574: pcf8574_hub_in_2
      number: 1
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input11"
    pin:
      pcf8574: pcf8574_hub_in_2
      number: 2
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input12"
    pin:
      pcf8574: pcf8574_hub_in_2
      number: 3
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input13"
    pin:
      pcf8574: pcf8574_hub_in_2
      number: 4
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input14"
    pin:
      pcf8574: pcf8574_hub_in_2
      number: 5
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input15"
    pin:
      pcf8574: pcf8574_hub_in_2
      number: 6
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input16"
    pin:
      pcf8574: pcf8574_hub_in_2
      number: 7
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input17"
    pin:
      pcf8574: pcf8574_hub_in_3
      number: 0
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input18"
    pin:
      pcf8574: pcf8574_hub_in_3
      number: 1
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input19"
    pin:
      pcf8574: pcf8574_hub_in_3
      number: 2
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input20"
    pin:
      pcf8574: pcf8574_hub_in_3
      number: 3
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input21"
    pin:
      pcf8574: pcf8574_hub_in_3
      number: 4
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input22"
    pin:
      pcf8574: pcf8574_hub_in_3
      number: 5
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input23"
    pin:
      pcf8574: pcf8574_hub_in_3
      number: 6
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input24"
    pin:
      pcf8574: pcf8574_hub_in_3
      number: 7
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input25"
    pin:
      pcf8574: pcf8574_hub_in_4
      number: 0
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input26"
    pin:
      pcf8574: pcf8574_hub_in_4
      number: 1
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input27"
    pin:
      pcf8574: pcf8574_hub_in_4
      number: 2
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input28"
    pin:
      pcf8574: pcf8574_hub_in_4
      number: 3
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input29"
    pin:
      pcf8574: pcf8574_hub_in_4
      number: 4
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input30"
    pin:
      pcf8574: pcf8574_hub_in_4
      number: 5
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input31"
    pin:
      pcf8574: pcf8574_hub_in_4
      number: 6
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input32"
    pin:
      pcf8574: pcf8574_hub_in_4
      number: 7
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input33"
    pin:
      pcf8574: pcf8574_hub_in_5
      number: 0
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input34"
    pin:
      pcf8574: pcf8574_hub_in_5
      number: 1
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input35"
    pin:
      pcf8574: pcf8574_hub_in_5
      number: 2
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "ak-input36"
    pin:
      pcf8574: pcf8574_hub_in_5
      number: 3
      mode: INPUT
      inverted: true

# Enable logging
logger:

# Enable Home Assistant API
api:



.txt   KC868-AK_ESPhome.txt (Size: 6.06 KB / Downloads: 518)

Print this item