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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 9,224
» Latest member: TimDavid16
» Forum threads: 4,095
» Forum posts: 20,534

Full Statistics

Online Users
There are currently 31 online users.
» 0 Member(s) | 19 Guest(s)
AhrefsBot, Amazonbot, Baidu, Google, PetalBot, bot

Latest Threads
Need Advice for New 3-Flo...
Forum: Suggestions and feedback on KinCony's products
Last Post: admin
5 hours ago
» Replies: 1
» Views: 6
N series Energy Meter for...
Forum: N60
Last Post: admin
Yesterday, 12:49 PM
» Replies: 2
» Views: 116
Request for free sample
Forum: Apply for free sample product
Last Post: oscarsoler
Yesterday, 09:02 AM
» Replies: 0
» Views: 8
KCS v2 relay state after ...
Forum: "KCS" v2 firmware system
Last Post: admin
Yesterday, 04:33 AM
» Replies: 1
» Views: 16
Multiple phase L1,L2,L3
Forum: N20
Last Post: admin
Yesterday, 02:35 AM
» Replies: 7
» Views: 365
Request for 230VAC LEDs /...
Forum: Development
Last Post: admin
06-17-2026, 11:09 PM
» Replies: 5
» Views: 45
KC868-a6 2 analog output...
Forum: KC868-A6
Last Post: admin
06-17-2026, 01:21 PM
» Replies: 7
» Views: 133
Single-family home automa...
Forum: DIY Project
Last Post: Jan_W
06-16-2026, 06:07 AM
» Replies: 3
» Views: 169
Kincony A4s
Forum: KC868-A4S
Last Post: admin
06-15-2026, 11:27 PM
» Replies: 1
» Views: 77
"KCS" v3.25.0 firmware BI...
Forum: "KCS" v3 firmware
Last Post: admin
06-15-2026, 11:26 PM
» Replies: 9
» Views: 879

  F24 work with TS RS485 sensor
Posted by: admin - 05-29-2026, 04:15 AM - Forum: F24 - No Replies

Here is sample, KinCony F24 connect with one TS RS485 sensor, you can connect with multi TS sensors.
   

for example:

set F24 RS485 protocol = "Modbus-RTU", baud rate= 9600bps. the RS485 address should be different with TS' RS485 address.
   

TS sensor default address is 1, so set in "SENSOR" webpage:
   
   

Then it will work in monitor webpage:
   

Print this item

  KC868-A16v3 schematic
Posted by: Alx - 05-28-2026, 11:25 AM - Forum: KC868-A series and Uair Smart Controller - Replies (1)

Hello!

Recently, I bought a KC868-A16v3.
Could you please confirm whether this schematic is valid for my KC868-A16v3?

https://www.kincony.com/download/KC868-A...ematic.pdf

Thank you in advance for your prompt reply.

Print this item

  Weak wifi signal/range
Posted by: Nicodomo - 05-27-2026, 07:50 PM - Forum: KC868-A16v3 - Replies (3)

Hello, 

Glad to join the forum, there are a lot of interesting things here.

I just received my Kincony A16v3 board equipped with the display. I planned to run it directly under ESPHome. 
I flashed my YAML file, but upon reboot, it wouldn't get an IP address. I finally found the issue: it worked when I placed it right next to the Wi-Fi router. 

At best, I get a signal at 2.4 meters away. It's as if the built-in antenna isn't working. Is this normal? 

What kind of performance/behavior are you experiencing?

Thanks for your answers!

Print this item

  KC868-A16v3 PCB layout CAD file
Posted by: admin - 05-27-2026, 12:59 PM - Forum: Schematic & diagram & Dimensions of KinCony PCB layout CAD file - No Replies

KC868-A16v3 PCB layout CAD file

.zip   KC868-A16-V3.1_DWG.zip (Size: 3.27 MB / Downloads: 83)

Print this item

  how to use KC868-A8 with PLC ladder diagram using OpenPLC video tour
Posted by: admin - 05-26-2026, 11:20 AM - Forum: KC868-A8 - No Replies

Print this item

  Request for firmware H32
Posted by: belar - 05-26-2026, 10:31 AM - Forum: KC868-HxB series Smart Controller - Replies (1)

I have two of your controllers that need to be restored. Please send me the bootloaders and the latest stable firmware versions.

1. H32B rev 7.2 controller
MCU: AT32F403AVGT7
Need: Bootloader + latest firmware

2. H32 rev 7.1 controller
MCU: STM32F103VCTB
Need: Bootloader + original firmware for KC868-H32

Print this item

  automations yaml for read analog value print on SSD1306 OLED
Posted by: admin - 05-25-2026, 11:22 PM - Forum: Pi5R16 - No Replies

here is automations.yaml file show analog data on SSD1306 OLED every 5 seconds.

Code:
- id: ads1115_ssd1306_display
  alias: "ADS1115 to SSD1306 (A1-A4)"
  trigger:
    - platform: time_pattern
      seconds: "/5"
  action:
    - service: ssd1306_i2c.print_text
      data:
        x: 0
        y: 0
        clear: true
        font_size: 12
        text: "A1: {{ states('sensor.a1') | float(0) | round(3) }} V\nA2: {{ states('sensor.a2') | float(0) | round(3) }} V\nA3: {{ states('sensor.a3') | float(0) | round(3) }} mA\nA4: {{ states('sensor.a4') | float(0) | round(3) }} mA"

Print this item

  automations yaml for read analog value print on SSD1306 OLED
Posted by: admin - 05-25-2026, 11:22 PM - Forum: Pi5R8 - No Replies

here is automations.yaml file show analog data on SSD1306 OLED every 5 seconds.

Code:
- id: ads1115_ssd1306_display
  alias: "ADS1115 to SSD1306 (A1-A4)"
  trigger:
    - platform: time_pattern
      seconds: "/5"
  action:
    - service: ssd1306_i2c.print_text
      data:
        x: 0
        y: 0
        clear: true
        font_size: 12
        text: "A1: {{ states('sensor.a1') | float(0) | round(3) }} V\nA2: {{ states('sensor.a2') | float(0) | round(3) }} V\nA3: {{ states('sensor.a3') | float(0) | round(3) }} mA\nA4: {{ states('sensor.a4') | float(0) | round(3) }} mA"

Print this item

  automations yaml for read analog value print on SSD1306 OLED
Posted by: admin - 05-25-2026, 11:22 PM - Forum: Pi5M8 - No Replies

here is automations.yaml file show analog data on SSD1306 OLED every 5 seconds.

Code:
- id: ads1115_ssd1306_display
  alias: "ADS1115 to SSD1306 (A1-A4)"
  trigger:
    - platform: time_pattern
      seconds: "/5"
  action:
    - service: ssd1306_i2c.print_text
      data:
        x: 0
        y: 0
        clear: true
        font_size: 12
        text: "A1: {{ states('sensor.a1') | float(0) | round(3) }} V\nA2: {{ states('sensor.a2') | float(0) | round(3) }} V\nA3: {{ states('sensor.a3') | float(0) | round(3) }} mA\nA4: {{ states('sensor.a4') | float(0) | round(3) }} mA"

Print this item

  automations yaml for read analog value print on SSD1306 OLED
Posted by: admin - 05-25-2026, 11:22 PM - Forum: Pi5M16 - No Replies

here is automations.yaml file show analog data on SSD1306 OLED every 5 seconds.

Code:
- id: ads1115_ssd1306_display
  alias: "ADS1115 to SSD1306 (A1-A4)"
  trigger:
    - platform: time_pattern
      seconds: "/5"
  action:
    - service: ssd1306_i2c.print_text
      data:
        x: 0
        y: 0
        clear: true
        font_size: 12
        text: "A1: {{ states('sensor.a1') | float(0) | round(3) }} V\nA2: {{ states('sensor.a2') | float(0) | round(3) }} V\nA3: {{ states('sensor.a3') | float(0) | round(3) }} mA\nA4: {{ states('sensor.a4') | float(0) | round(3) }} mA"

Print this item