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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 9,252
» Latest member: avajoseph375
» Forum threads: 4,103
» Forum posts: 20,562

Full Statistics

Online Users
There are currently 18 online users.
» 0 Member(s) | 13 Guest(s)
Amazonbot, bot

Latest Threads
DM16 output not turning o...
Forum: DM16
Last Post: VKAN
5 hours ago
» Replies: 23
» Views: 2,731
KinCony Pi5M32 – Raspberr...
Forum: News
Last Post: admin
7 hours ago
» Replies: 0
» Views: 7
RS485 issue
Forum: B4M
Last Post: admin
Today, 02:04 AM
» Replies: 6
» Views: 47
KinCony Pi5R32 – Raspberr...
Forum: News
Last Post: admin
Yesterday, 02:54 PM
» Replies: 0
» Views: 17
how to set "momentary" & ...
Forum: B16M
Last Post: admin
Yesterday, 08:06 AM
» Replies: 0
» Views: 18
[Bug] A16v3 (v3.24.3) - W...
Forum: "KCS" v3 firmware
Last Post: savingguillemot
06-23-2026, 08:22 AM
» Replies: 2
» Views: 306
Switching power supply wi...
Forum: KC868-A16v3
Last Post: admin
06-22-2026, 11:34 PM
» Replies: 1
» Views: 32
KCS v3 - Remote modificat...
Forum: KC868-A16
Last Post: admin
06-22-2026, 05:13 AM
» Replies: 9
» Views: 456
"KCS" v3.25.4 firmware BI...
Forum: "KCS" v3 firmware
Last Post: admin
06-22-2026, 05:11 AM
» Replies: 0
» Views: 110
A24 configure yaml for ES...
Forum: KinCony A24
Last Post: admin
06-21-2026, 12:52 PM
» Replies: 29
» Views: 8,669

  [Arduino demo source code for KC868-A4]-15 internet control by ESP Rainmaker
Posted by: admin - 07-19-2022, 05:39 AM - Forum: KC868-A4 - Replies (30)

this is a simple demo source code for KC868-A4 remote control relay by ESP RainMaker.


.zip   ESP-RAINMARKER-A4-4DO.zip (Size: 1.96 KB / Downloads: 1831)
1. install arduino IDE with "Additional Boards Manager URLs": https://raw.githubusercontent.com/espres...index.json
2. Arduino IDE "Board" chose: ESP32 DEV Module
3. Arduino IDE "Tools" -- "Partition Scheme" -- chose: "RainMaker"
4. Download code
5. Scan QRcode to add device.

Print this item

  switch terminal board or Dimmer controller remoter's battery
Posted by: admin - 07-19-2022, 12:19 AM - Forum: KC868-HxB series Smart Controller - No Replies

because product can't send by battery by air plane. so if you need to buy the battery in your local city, here is model "23A 12V"  and the photo.
   

Print this item

  KC868-A4 esphome yaml config for home assistant
Posted by: admin - 07-16-2022, 01:19 PM - Forum: KC868-A4 - Replies (6)

esphome:
  name: kc868-a4
  platform: ESP32
  board: esp32dev

# Enable logging
logger:

# Enable Home Assistant API
api:

ota:
  password: "4d5a388de4f759bf88e71cde7a31af6f"

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

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

captive_portal:

switch:
  - platform: gpio
    name: "light1"
    pin: 2
    inverted: false

  - platform: gpio
    name: "light2"
    pin: 15
    inverted: false
   
  - platform: gpio
    name: "light3"
    pin: 5
    inverted: false
   
  - platform: gpio
    name: "light4"
    pin: 4
    inverted: false
   
binary_sensor:
  - platform: gpio
    name: "input1"
    pin:
      number: 36
      inverted: true

  - platform: gpio
    name: "input2"
    pin:
      number: 39
      inverted: true
   
  - platform: gpio
    name: "input3"
    pin:
      number: 27
      inverted: true
     
  - platform: gpio
    name: "input4"
    pin:
      number: 14
      inverted: true



   

.txt   Made_for_ESPHome_KC868-A4.txt (Size: 1.1 KB / Downloads: 1127)

Print this item

  Reconexão após perda do sinal da internet.
Posted by: Adilson - 07-14-2022, 02:33 PM - Forum: KC868-HxB series Smart Controller - Replies (1)

Estou usando KC868-col com Node-red. Quando a internet cai, eu tenho que me reconectar manualmente clicando no botão de conexão no software de configuração Kincony. Como fazer com que o KC868-col se conecte automaticamente quando a internet ou a energia se apagam?


I'm using KC868-col with Node-red. When the internet goes down, I have to manually reconnect by clicking the connect button in the Kincony setup software. How to make the KC868-col automatically connect when the internet or power goes out?

Print this item

  SIM7100_SIM7500_SIM7600 Series Windows USB driver
Posted by: admin - 07-14-2022, 04:54 AM - Forum: KC868-A8S - No Replies

SIM7100_SIM7500_SIM7600 Series Windows USB driver_V1.00
https://www.kincony.com/download/SIM7100..._V1.00.rar

Print this item

  KC868-H4B Control DC 12V contactor
Posted by: KinCony Support - 07-12-2022, 06:19 AM - Forum: Schematic & diagram & Dimensions of KinCony PCB layout CAD file - No Replies

   
   

Print this item

Photo H32BS and COLB MINI Smart distribution box
Posted by: KinCony Support - 07-11-2022, 02:00 AM - Forum: Schematic & diagram & Dimensions of KinCony PCB layout CAD file - Replies (4)

   
   

Print this item

  KC868-H32BS control DC24V contactor
Posted by: KinCony Support - 07-08-2022, 02:50 AM - Forum: Schematic & diagram & Dimensions of KinCony PCB layout CAD file - No Replies

   

Print this item

  KC868-H32BS Switch press delayed update
Posted by: v1rtus - 07-07-2022, 07:12 PM - Forum: Development - Replies (9)

I have a KC868-H32BS controller that has many impulse switches connected to it.

When any switch is pressed the controller updates server with NODE-RED via mqtt about that. But there is a delay I think ~1 second between switch click and update received by NODE-RED.
Everything work via LAN.

Is it possible to do something with that?

Print this item

  New DIY Project Support
Posted by: ahmedk4444@yahoo.com - 07-07-2022, 01:55 AM - Forum: DIY Project - Replies (74)

Dear kincony support,
I bought those from Kincony 

1 server
1 A16 bundle E
2 D8 + 16 SSR 10A + 16 CB 6A
1 H32BS+ 2 E8 + 16 CB 10 A
1 power supply 220/12 volt 4.5A


I need to know the exact wiring diagram need it between Server ,A16 Bundle E , 2D8, H32BS to start build the distribution board.

Note the lesson 3 demo just showing server with A16 and connect the server directly to load through E16 only 

Thanks

Print this item