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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 8,844
» Latest member: Techvault
» Forum threads: 3,871
» Forum posts: 19,761

Full Statistics

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

Latest Threads
KC868-A2v3 FILES
Forum: KC868-A2v3
Last Post: admin
3 hours ago
» Replies: 1
» Views: 2
KC868-A2v3
Forum: KC868-A2
Last Post: admin
3 hours ago
» Replies: 1
» Views: 2
KC868-A2v3 PCB layout CAD...
Forum: Schematic & diagram & Dimensions of KinCony PCB layout CAD file
Last Post: admin
3 hours ago
» Replies: 0
» Views: 2
N30 wire case diagram for...
Forum: N30
Last Post: admin
Today, 01:23 AM
» Replies: 0
» Views: 5
N30 wire case diagram for...
Forum: N30
Last Post: admin
Today, 01:20 AM
» Replies: 0
» Views: 8
Incoming SMS not reported...
Forum: G1
Last Post: JCh
Yesterday, 02:15 PM
» Replies: 5
» Views: 171
"KCS" v3.24.2 firmware BI...
Forum: "KCS" v3 firmware
Last Post: admin
Yesterday, 12:02 AM
» Replies: 2
» Views: 239
RS485 Modbus SHT30 sensor...
Forum: "KCS" v3 firmware
Last Post: admin
Yesterday, 12:01 AM
» Replies: 1
» Views: 21
Bulk IFTTT mapping
Forum: "KCS" v3 firmware
Last Post: npekpacHo
03-28-2026, 08:55 AM
» Replies: 2
» Views: 271
Connecting Nextion NX3224...
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
03-28-2026, 01:38 AM
» Replies: 1
» Views: 24

  USB serial not working
Posted by: mikesloper - 06-04-2025, 09:35 PM - Forum: KC868-A6v3 - Replies (6)

I just received the A6v3 board but it won't connect to my computer properly. I have to reconnected the cable about 30-40 times before I get a working serial connection. I have tried 5 different usbc and usba cables and it makes no difference. I also tried it on 2 computers using all available usb ports. I have also tried reinstalling all USB drivers. 

I have never had a problem with any ESP32 board including A6v1, A4 or any esp32 dev module including the espressif esp32-s3 devkit module.

What am I doing wrong or is this board faulty?

Board was purchased from Kincony controller store on aliexpress.

[Image: Screenshot-2025-06-04-221731.png]

Print this item

  Home Assistant
Posted by: foxbru - 06-04-2025, 07:10 PM - Forum: KC868-A16 - Replies (1)

Hello

I have a Kc868 A16 and i use esphome on Home Assistant.

My EPS Home is online but with this yaml file isn't possible to have the control of input digital. ? i shunt the ground of input one ...  no reaction  

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

Thank you for the help

Print this item

  KC868-A16 with KCS firmware
Posted by: geko - 06-04-2025, 04:29 PM - Forum: KC868-A16 - Replies (3)

hello

I have KC868-A16 board (green pcb, not v3)
To this board I first upload KCS firmware - latest possible V2.2.13
Firmware loaded, first login - no problem

When I put one or all outputs no one light turn on 
Why ?
(nothing connected to outputs)



Attached Files Thumbnail(s)
   
Print this item

  How to send temperature sensor data via custom protocol
Posted by: sebfromgermany - 06-04-2025, 06:08 AM - Forum: KC868-A16 - Replies (1)

Hello.
I am trying to send the current temperature of a sensor to an external server. In order to do that, I set up a custom HTTP POST protocol with an URL to a PHP webpage which processes the received data.
Unfortunately I am lacking of information of how to send values via HTTP POST. There is a good documententation about how to request data from the board, but I was not able to find information about sending data from the board to an external URL.
It would be great if you could help me.
Kind regards,
Seb

Print this item

  KC868-A4 Free Sample request
Posted by: bccostin - 06-03-2025, 04:10 PM - Forum: Apply for free sample product - No Replies

I would like to request a KC868-A4 Free Sample to start a new project (B) for a smart home product for clean air.
Thank you.

Print this item

  Temperature is not send to Loxone
Posted by: kotrmelec - 06-03-2025, 10:39 AM - Forum: T16M - Replies (3)

Hello, over the weekend, I got the T16M module up and running, and I was able to establish communication with my second-generation Loxone miniserver without any problems. Using UDP, I am able to read the on/off states of the DO, etc.
The only thing that isn't working, and I don't know if I'm doing something wrong, is reading the temperature status. I have a standard DS18B20 1-wire temperature sensor connected to the T16M board, I set the sensor in the board configuration and I can see the temperature(channel 1). Everything works without any problems. However, after setting the virtual input in Loxone, nothing happens. I monitored the UDP monitor in Loxone and no UDP command carrying temperature information reaches Loxone. Only commands for reading/controlling DI and DO. Is this a firmware error? Or does something else need to be set/enabled in the configuration for the temperature to be sent to Loxone?

Just to note, I am using the latest version of KCS3 firmware available right now.

Thank you in advance for your help.

Print this item

  A8S/A8Sv2 home assistant yaml for KCS mqtt digital input and output
Posted by: admin - 06-03-2025, 05:49 AM - Forum: KC868-A8S - No Replies

   

Code:
  switch:
   - name: 'a8s-kcs-output-1'
     unique_id: a8s-kcs-output-1
     state_topic: 'KC868_A8S/AC1518A88BE0/STATE'
     command_topic: 'KC868_A8S/AC1518A88BE0/SET'
     payload_on:  '{"output1":{"value":true}}'
     payload_off: '{"output1":{"value":false}}'
     value_template: '{{ value_json.output1.value }}'
     state_on: true
     state_off: false

   - name: 'a8s-kcs-output-2'
     unique_id: a8s-kcs-output-2
     state_topic: 'KC868_A8S/AC1518A88BE0/STATE'
     command_topic: 'KC868_A8S/AC1518A88BE0/SET'
     payload_on:  '{"output2":{"value":true}}'
     payload_off: '{"output2":{"value":false}}'
     value_template: '{{ value_json.output2.value }}'
     state_on: true
     state_off: false

   - name: 'a8s-kcs-output-3'
     unique_id: a8s-kcs-output-3
     state_topic: 'KC868_A8S/AC1518A88BE0/STATE'
     command_topic: 'KC868_A8S/AC1518A88BE0/SET'
     payload_on:  '{"output3":{"value":true}}'
     payload_off: '{"output3":{"value":false}}'
     value_template: '{{ value_json.output3.value }}'
     state_on: true
     state_off: false

   - name: 'a8s-kcs-output-4'
     unique_id: a8s-kcs-output-4
     state_topic: 'KC868_A8S/AC1518A88BE0/STATE'
     command_topic: 'KC868_A8S/AC1518A88BE0/SET'
     payload_on:  '{"output4":{"value":true}}'
     payload_off: '{"output4":{"value":false}}'
     value_template: '{{ value_json.output4.value }}'
     state_on: true
     state_off: false

   - name: 'a8s-kcs-output-5'
     unique_id: a8s-kcs-output-5
     state_topic: 'KC868_A8S/AC1518A88BE0/STATE'
     command_topic: 'KC868_A8S/AC1518A88BE0/SET'
     payload_on:  '{"output5":{"value":true}}'
     payload_off: '{"output5":{"value":false}}'
     value_template: '{{ value_json.output5.value }}'
     state_on: true
     state_off: false

   - name: 'a8s-kcs-output-6'
     unique_id: a8s-kcs-output-6
     state_topic: 'KC868_A8S/AC1518A88BE0/STATE'
     command_topic: 'KC868_A8S/AC1518A88BE0/SET'
     payload_on:  '{"output6":{"value":true}}'
     payload_off: '{"output6":{"value":false}}'
     value_template: '{{ value_json.output6.value }}'
     state_on: true
     state_off: false

   - name: 'a8s-kcs-output-7'
     unique_id: a8s-kcs-output-7
     state_topic: 'KC868_A8S/AC1518A88BE0/STATE'
     command_topic: 'KC868_A8S/AC1518A88BE0/SET'
     payload_on:  '{"output7":{"value":true}}'
     payload_off: '{"output7":{"value":false}}'
     value_template: '{{ value_json.output7.value }}'
     state_on: true
     state_off: false

   - name: 'a8s-kcs-output-8'
     unique_id: a8s-kcs-output-8
     state_topic: 'KC868_A8S/AC1518A88BE0/STATE'
     command_topic: 'KC868_A8S/AC1518A88BE0/SET'
     payload_on:  '{"output8":{"value":true}}'
     payload_off: '{"output8":{"value":false}}'
     value_template: '{{ value_json.output8.value }}'
     state_on: true
     state_off: false

  binary_sensor:

   - name: 'a8s-kcs-input-1'
     unique_id: a8s-kcs-input-1
     state_topic: 'KC868_A8S/AC1518A88BE0/STATE'
     value_template: '{{ value_json.input1.value }}'
     payload_on: true
     payload_off: false
     
   - name: 'a8s-kcs-input-2'
     unique_id: a8s-kcs-input-2
     state_topic: 'KC868_A8S/AC1518A88BE0/STATE'
     value_template: '{{ value_json.input2.value }}'
     payload_on: true
     payload_off: false     

   - name: 'a8s-kcs-input-3'
     unique_id: a8s-kcs-input-3
     state_topic: 'KC868_A8S/AC1518A88BE0/STATE'
     value_template: '{{ value_json.input3.value }}'
     payload_on: true
     payload_off: false

   - name: 'a8s-kcs-input-4'
     unique_id: a8s-kcs-input-4
     state_topic: 'KC868_A8S/AC1518A88BE0/STATE'
     value_template: '{{ value_json.input4.value }}'
     payload_on: true
     payload_off: false

   - name: 'a8s-kcs-input-5'
     unique_id: a8s-kcs-input-5
     state_topic: 'KC868_A8S/AC1518A88BE0/STATE'
     value_template: '{{ value_json.input5.value }}'
     payload_on: true
     payload_off: false

   - name: 'a8s-kcs-input-6'
     unique_id: a8s-kcs-input-6
     state_topic: 'KC868_A8S/AC1518A88BE0/STATE'
     value_template: '{{ value_json.input6.value }}'
     payload_on: true
     payload_off: false

   - name: 'a8s-kcs-input-7'
     unique_id: a8s-kcs-input-7
     state_topic: 'KC868_A8S/AC1518A88BE0/STATE'
     value_template: '{{ value_json.input7.value }}'
     payload_on: true
     payload_off: false

   - name: 'a8s-kcs-input-8'
     unique_id: a8s-kcs-input-8
     state_topic: 'KC868_A8S/AC1518A88BE0/STATE'
     value_template: '{{ value_json.input8.value }}'
     payload_on: true
     payload_off: false
yaml: 
.txt   A8S_KCS_HA_mqtt-input-output.txt (Size: 4.57 KB / Downloads: 251)

Print this item

  RF433 configure
Posted by: Psyos - 06-02-2025, 10:21 AM - Forum: KC868-Server Raspberry Pi4 local server - Replies (3)

Good morning, how can I use the RF433 on my KinCony Server16 Raspberry Pi IoT gateway? 
What do I need to install and configure? 
Thank you.

Print this item

  KC868-AG and RF projector screen
Posted by: seatrope - 06-01-2025, 10:31 PM - Forum: KC868-A series and Uair Smart Controller - Replies (1)

Hi Kincony!

I have been very pleased with the KC868-AG in Home Assistant so far. It's very strong and reliable for IR signals especially when I know the protocol like RC5, or NEC.

I have been struggling to get it working with my projector screen. The projector screen has RF, IR and 12V trigger, I would like to avoid having to wire the 12V trigger. We have generally used the RF 433Mhz as this is very reliable from the handheld controller, but I have tried multiple times to capture the RF signal using either RAW or Pronto format in esphome, and it never works when I send it.

By chance, can you figure out what the native protocol format is from these photos of the remote circuit board?
The manual is here, and you can tell the model also:  https://brochures.onlinebiz.com.au/broch...manual.pdf

I have attached some pictures of the remotes, the control box and the circuit boards for both RF and IR remotes.

I am hoping to get it working with RF 433Mhz with the KC868-AG. Any tips?

Thank you!



Attached Files Thumbnail(s)
               
Print this item

  can not login to ifttt
Posted by: henny - 06-01-2025, 10:45 AM - Forum: KC868-HxB series Smart Controller - Replies (1)

hello, as a newbie i recently bought a  kc868-a16 module and i programmed some automation with it,
but now i don't have access to the ifttt module it comes with a login promt but i 'am already logged in.
all other modules are accessible but not the ifttt one.

nothing changed with cables and /or passwords what is wrong with it ?

Print this item