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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 9,104
» Latest member: 119
» Forum threads: 4,056
» Forum posts: 20,376

Full Statistics

Online Users
There are currently 47 online users.
» 0 Member(s) | 33 Guest(s)
Amazonbot, Baidu, Bing, Bytespider, Google, PetalBot, bot

Latest Threads
KC868-HA-V21 24v supply
Forum: Getting Started with ESPHome and Home Assistant
Last Post: admin
Today, 12:20 AM
» Replies: 3
» Views: 29
DM4 ESPHome yaml for home...
Forum: Getting Started with ESPHome and Home Assistant
Last Post: admin
Yesterday, 08:57 PM
» Replies: 1
» Views: 18
KC868-H32B configuration ...
Forum: DIY Project
Last Post: ahmed
Yesterday, 04:51 AM
» Replies: 6
» Views: 1,574
KC868-A16v3 integration w...
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
05-29-2026, 01:17 PM
» Replies: 1
» Views: 42
F24 work with TS RS485 se...
Forum: F24
Last Post: admin
05-29-2026, 04:15 AM
» Replies: 0
» Views: 20
Weak wifi signal/range
Forum: KC868-A16v3
Last Post: admin
05-28-2026, 11:37 PM
» Replies: 3
» Views: 76
KC868-A16v3 schematic
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
05-28-2026, 12:35 PM
» Replies: 1
» Views: 33
KC868-A16v3 PCB layout CA...
Forum: Schematic & diagram & Dimensions of KinCony PCB layout CAD file
Last Post: admin
05-27-2026, 12:59 PM
» Replies: 0
» Views: 47
[arduino code examples fo...
Forum: F24
Last Post: admin
05-26-2026, 10:55 PM
» Replies: 2
» Views: 891
Cant flash esphom
Forum: B16M
Last Post: lulu01
05-26-2026, 04:58 PM
» Replies: 23
» Views: 911

  KC868-A16 Analog readings on Home Assistant
Posted by: enochjason - 11-25-2025, 08:15 AM - Forum: KC868-A16 - Replies (5)

Hello Admin, 
Could you please provide solution to discover  Analog readings of A16 board on Home Assistant?
How can I make A16 functions available on Home Assitant? 
Please provide code either mqtt or esp home. Anything is fine. I want to use Anaolg readings of A16 board n Home Assistant. Kindly help please.

Print this item

  flash kc868-a4
Posted by: Michel.nadin - 11-24-2025, 03:46 PM - Forum: KC868-A series and Uair Smart Controller - Replies (21)

HelloHello
I need to flash my kc868-a4 so that it works with Tasmota.
The light blinks up to 100%, but then nothing
Hello
i need to flash my KC868-a4 so that it work with tasmota
I'm using ESP flacher for windows and Tasmota32.bin file
the instructions are displayed up to 100% and stop 

see following writing at the end of ESP flasher

Writing at 0x0020afbl ... (97 %)
Writing at 0x0021048f ... (98 %)
Writing at 0x002165bb ... (100 %)
Wrote 2132048 bytes (1316253 compressed) at 0x00010000 in 29.5 seconds (effective 577.3 kbit/s) ...
Hash of data verified.

Leaving ...
Hard Resetting.
Hard resetting via RTS pin ...
Done! Flashing is complete!

Showing logs:

Print this item

  Problem with A16 inputs 9-16
Posted by: jarekD - 11-23-2025, 07:25 PM - Forum: KC868-A16 - Replies (7)

On my A16, inputs 9-16 show all on, while nothing is physically connected.
I tested with a multimeter and there is +12V between GND and any input pin. It's the same on Inputs 1-8 btw, but they work just fine.

My device is connected to Home Assistant as ESPHome, below is the programmed YAML's relevant parts. I compared this with the recommended settings and it looks pretty much the same. Any clue what is wrong, or am I missing something in the config?

Code:
i2c:
  sda: 4
  scl: 5
  scan: true
  id: bus_a

pcf8574:
  - id: 'pcf8574_hub_out_1'  # for output channel 1-8
    address: 0x24
    pcf8575: false

  - id: 'pcf8574_hub_out_2'  # for output channel 9-16
    address: 0x25
    pcf8575: false

  - id: 'pcf8574_hub_in_1'  # for input channel 1-8
    address: 0x22
    pcf8575: false

  - id: 'pcf8574_hub_in_2'  # for input channel 9-16
    address: 0x21
    pcf8575: false
Code:
binary_sensor:
#skipped inputs 1-8, they work fine
  - platform: gpio
    name: ${input9_name}
    pin:
      pcf8574: pcf8574_hub_in_2
      number: 0
      mode: INPUT
      inverted: true

  - platform: gpio
    name: ${input10_name}
    pin:
      pcf8574: pcf8574_hub_in_2
      number: 1
      mode: INPUT
      inverted: true
# and so on for 11-16...

Print this item

  TA details about RTC and RF
Posted by: 5310h - 11-23-2025, 03:40 PM - Forum: TA - Replies (1)

Hi. I am working on code for TA and have the following questions:

What RTC is used?

What is the RF Receiver type?

Thanks

Print this item

  KC-868-A1 linked Home Assistant
Posted by: Powerdata44 - 11-21-2025, 10:56 PM - Forum: News - Replies (3)

Try to linked up with my home assistant. I am getting these error from ESPHOME see photo:


why?


I get responded from kincony that - esphome new version have new syntax.

So what do i do to solve these problems?  What do I have to do, advise please.



[Image: A2c3321349c4c49909eccbc72379d5ea2d.jpg]



Attached Files
.txt   KC868-ai for Home Assistant.txt (Size: 7.9 KB / Downloads: 173)
Print this item

Information Schematic
Posted by: thawad - 11-21-2025, 05:03 PM - Forum: Schematic & diagram & Dimensions of KinCony PCB layout CAD file - Replies (1)

hi dear, can send me the schematic of the

KinCony F32 or F24 or F16 or F8.

and

KinCony B24M or B16M.

and 

KinCony AIO Hybrid.

I want to study some circuit on it and how you make because I'm developing my board and your schematic are helpfully. Help me as much as you can.

thiabatawad09@gmail.com

Print this item

  N60 ESP Home Dallas sensor
Posted by: tapsakoo - 11-21-2025, 03:01 PM - Forum: N60 - Replies (7)

Hello All,

I have a n60  which I´m ore than happy as metering devise, but I´d like to add a Dallas sensor to it. 
With Kinconys own programm it´s easy, but I´m using ESP Home and I just can´t figure out the right way to write it to YAML.

Could someone help me out?
DS18B2

Print this item

Photo a16v3 - reed switch and motion sensor connection
Posted by: bartasp - 11-20-2025, 07:53 PM - Forum: KC868-A16v3 - Replies (17)


Hello,

I have problem to connect reed switch (for doors and windows) and (motion sensor).
I trying to use a16v3 as alarm (connection with HA and Alarmo)

1. I have problem because when I connect reed switch Satel K-2 2E the Input alway ON. and when I bring the magnet closer to the read switch nothing changed.
Two cables: 1 GND , 2 DI1

A16v3 is connected to ESP Home.

.txt   sphomel.txt (Size: 8.9 KB / Downloads: 174)
Sensors configuration:

binary_sensor:
- platform: gpio
  name: "Contectron Doors"
  device_class: door
  pin:
    pcf8574: pcf8554_hub_in_1
    number: 0
    modę: INPUT
    inverted: true
  filters:
    - deleyted_on: 100ms
    - deleyted_off: 3s



2. I have second problem with Motion Sensor Satel Graphite. Connect to 12V, GND and Input and is Enabling only when push "tamper switch" and its enabling always. but should enable only when motion sensor it detects movement.

Connection
12v in sensor to 12v in a16v3
COM in sensor to GDN
NC in sensor to Input PIR DI13

Configuration
- platform: glio
  name: "PIR DI13"
  device_class: motion
  pin:
    pcf8574: pcf8554_hub_in_2
    number: 4
    modę: INPUT
    inverted: true
    filters:
      - deleyted_on: 100ms
      - deleyted_off: 3s

In LOGS: 
D binary_sensor:041 PIR DI13 New state is ON, pull down form tamper switch and state is OFF.

   



Attached Files Thumbnail(s)
   
Print this item

Photo GPIO numbers for Weigand
Posted by: surfmk - 11-20-2025, 06:33 PM - Forum: KC868-A16v3 - Replies (10)

Hi,

I am finding the documentation for GPIO numbers a bit confusing.

Am I correct :

   

HT1 = GPIO1
HT2 = GPIO2
HT3 = GPIO3

Am I correct :

   

P39 = GPIO39
P40 = GPIO40
P41 = GPIO41

Finally, Can any of these pins be assigned for TX/RX for D0/D1 with Weigand Protocol?

Hopefully, this will allow me to configure my entry alarm system.

Many thanks in advance.

Paul

Print this item

  Home Assistant Setup with Voice, Tablet & App Control Using KinCony ESP32 Relay Board
Posted by: Newcomer1 - 11-19-2025, 05:48 PM - Forum: DIY Project - Replies (1)

Hi everyone! This is my first post here — excited to join the community and learn from all of you. Looking forward to sharing ideas and getting your advice.

I would like to set up a system using Home Assistant, which will be controlled by voice commands, as well as via a tablet mounted on the wall and a smartphone app.

I found your device KinCony F32 ESP32-S3 16A Removable Relay Board released, and here is the question: is this device capable of handling all the listed components?

I am at the stage of cable routing in the house:

1. 3x2.5 cables for power outlets
   
2. 3x1.5 cables for light bulbs
   
3. Ethernet Cat 5 cables for switches/buttons that will control the bulbs
   
4. Ethernet Cat 5 cables for sensors
   
5. Ethernet Cat 6 cables for 6 reolink cameras
   
6. Ethernet Cat 5 cables for sensors/detectors
   
7. LED cables for lighting
   
8. 3x1.5 cable for garden lamps
   
9. 3x2.5 cable for the deep well pump
   
10. Underground cable 11x1 for the irrigation system
   
11. 3x1.5 cable for external blinds
   
12. 3x2.5 cable that in the future may be used for more powerful garden equipment
   
13. 3x2.5 cable for the sliding entrance gate and a separate cable for the garage gate. 

    Additionally, a LAN network and 2 APs will be installed in the house.
   

The devices I want to connect to your system are:

1. Hitachi heat pump model Yutaki S8kW, for water heating and underfloor heating on the ground floor and first floor.
   
2. Domekt R450V LA/Z ventilation system (heat recovery).
   
3. 2 separate air conditioning units and an additional air conditioning unit that will support the ventilation system.
   
4. Cameras, NVR Frigate with CORAL AI module.
   
5. 11 external blinds on Yooda motors that can be connected to a micro control panel 1-channel DC 73 and wall remotes DC 315.
   
6. Irrigation system with 10 zones.
   
7. Entrance and garage gates.
   
8. Photovoltaic panels with an energy storage system.
   
9. All lighting points: 
    16 zones in the house, 2 zones will have staircase switches. Additionally, some places will have LED strips installed.
   
10. Sensors:
   

- Presence/motion sensors
   
- Door/window opening sensors (contact sensors)
   
- Vibration sensors
   
- Smoke detectors
   
- Flood sensors
   
- CO detectors
   
- Temperature and humidity sensors
   
- Wind and rain sensors
   

Connection diagram:

Distribution board number 1 will contain only "power outlets," and all 3x2.5 cables are routed here. Initially, I did not consider integrating them with smart/automation solutions, but if this is possible, I will consider it. Additionally, the photovoltaic installation will also be connected here.

Distribution board number 2 will contain everything else listed.

Both distribution boards are located in different rooms. 
How to connect these 2 distribution boards using your solution?

Can you recommend your sensors and everything needed to assemble this system?
All recommendations, enhancements, and any tips are highly welcome.

Print this item