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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 9,966
» Latest member: Gamblezen
» Forum threads: 4,245
» Forum posts: 21,029

Full Statistics

Online Users
There are currently 150 online users.
» 1 Member(s) | 132 Guest(s)
Amazonbot, Applebot, Baidu, Bytespider, Crawl, Google, Nutch, PetalBot, Yandex, bot, Gamblezen

Latest Threads
Modbus 485 extender kcs V...
Forum: N30
Last Post: admin
2 hours ago
» Replies: 11
» Views: 103
N10 with L1 and L2 suppor...
Forum: N10
Last Post: admin
11 hours ago
» Replies: 1
» Views: 3
KC868-A16v3 PCB layout CA...
Forum: Schematic & diagram & Dimensions of KinCony PCB layout CAD file
Last Post: admin
11 hours ago
» Replies: 2
» Views: 480
Ceiling fan control not w...
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
09-15-2026, 11:11 PM
» Replies: 9
» Views: 111
Case
Forum: KC868-A16S
Last Post: admin
09-15-2026, 02:26 AM
» Replies: 5
» Views: 73
KC868-A16S PCB layout CAD...
Forum: Schematic & diagram & Dimensions of KinCony PCB layout CAD file
Last Post: admin
09-14-2026, 11:23 PM
» Replies: 0
» Views: 24
flash kc868-a4
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
09-14-2026, 11:18 PM
» Replies: 25
» Views: 5,108
KC868-A16 – Using AI3/AI4...
Forum: KC868-A16
Last Post: admin
09-14-2026, 08:27 AM
» Replies: 1
» Views: 44
Questions on CO16
Forum: CO16
Last Post: admin
09-13-2026, 01:26 PM
» Replies: 3
» Views: 59
RED DIP switch function
Forum: Pi5M32
Last Post: admin
09-12-2026, 11:50 PM
» Replies: 0
» Views: 29

  KC868-A32M vs KC868-A16
Posted by: charlesrg - 01-01-2024, 02:51 AM - Forum: KC868-A series and Uair Smart Controller - Replies (1)

Wiring Diagrams for A32M show low side (Negative side) switching. While for A16 is shows high side (positive side) switching.

It makes the wiring for one of the other be very different. Since both are using P-Channel Mosfets are this diagrams correct ?
Is there a reason to make them very different and not interchangeable ?

Is it possible to do High side switching with the A32M ?


Thank you,

Print this item

  lost access to my module’s interface with IP address
Posted by: Lamri - 12-30-2023, 10:00 PM - Forum: KC868-A16S - Replies (7)

After configuring Home Assistant, I managed to control my KC868-A16S module with it. However, I lost access to my module’s interface with the IP address 192.168.1.76. It’s important to note that before setting up Home Assistant, I was always able to connect to the module’s interface with this IP address. Can you assist me with this problem?

Print this item

  KC868-A16S & Tuya & Alexa
Posted by: Lamri - 12-29-2023, 11:29 PM - Forum: KC868-A16S - Replies (3)

Hello, I have added my Kincony KC868-A16S module to the Tuya app and everything works fine. However, when integrating with Alexa via the Tuya app, Alexa starts up and tells me that my robot vacuum cleaner device is not yet supported in this language. But my module is not a vacuum cleaner. What should I do so that I can control my module with Alexa? Also, the language setting on my phone is French

Print this item

  Best product for application
Posted by: SwampHouse - 12-29-2023, 04:40 PM - Forum: DIY Project - Replies (9)

Hi

You have a large selection of products, so I thought I better ask to see what best fits my application. This project is fairly simple. Need to send a SMS TXT  when a digital input is triggered.  Can use IFTTT or some other means.  When the switch is open a TXT will be sent when switch closes TXT will be sent.  Will have WiFi at the location. You have so many different options using ESP32 and other, so let me know your recommendations.  Would prefer not to use TUYA if possible.

Print this item

  A16S Modbus control
Posted by: xsa - 12-29-2023, 04:04 PM - Forum: "KCS" v2 firmware system - Replies (7)

Hi,

I would like to control my A16S board with modbus protocol. The controller is an ESP32 with esphome firmware. The switch part of the esphome config is as follows:

switch:

  - platform: modbus_controller
    name: 'testsw1'
    address: 0
    register_type: coil
    bitmask: 1
…. to switch 8

  - platform: modbus_controller
    name: 'testsw8'
    address: 7
    register_type: coil
    bitmask: 1

  - platform: modbus_controller
    name: 'testsw9'
    address: 8
    register_type: coil
    bitmask: 1

Everything works perfectly as long as only the first 8 switches are defined. However, if relay 9 is also configured, when it is switched on, the 9th relay switches but the status feedback comes back from the first relay (in esphome 1st relay on - 9th relay off ; on the relay board 9th relay on 1st off) and vice versa. How to program esphome so that it works correctly? 

   
   

Print this item

  KC868-A32 temperature sensor
Posted by: stanchiam - 12-29-2023, 12:13 AM - Forum: "KCS" v2 firmware system - Replies (7)

Hi,

How can we use ds18b20 temperature sensor for KC868-A32 board? For KC868-A16 there is gpio input but this board does not have.
Does KC868-A32 support temperature sensor?

Print this item

  KC868 Server MQTT QOS and Retain?
Posted by: meer - 12-27-2023, 01:01 PM - Forum: KC868-Server Raspberry Pi4 local server - Replies (1)

Is there any way to edit QOS and Retain flag on KC868 Server? Thank you.

Print this item

  Timer on IFTTT DOES NOT WORKING
Posted by: spiroqosjak@gmail.com - 12-25-2023, 02:03 PM - Forum: KC868-A16 - Replies (5)

I use A16 board.
I have added an if by timer but does not working .

Print this item

  A24 arduino demo source code-07-analog out (DAC)
Posted by: KinCony Support - 12-25-2023, 07:56 AM - Forum: KinCony A24 - No Replies

Code:
#include "DFRobot_GP8403.h"
#include "Wire.h"
DFRobot_GP8403 dac(&Wire,0x58);

void setup() {
  Serial.begin(115200);
  Wire.begin(16,5);
  while(dac.begin()!=0){
    Serial.println("init error");
    delay(1000);
   }
  Serial.println("init succeed");
  //Set DAC output range
  dac.setDACOutRange(dac.eOutputRange10V);
  dac.setDACOutVoltage(10000, 0);
  dac.setDACOutVoltage(10000, 1);
  delay(1000);
  //Store data in the chip
  dac.store();
}

void loop(){
}
   

Print this item

  AK circuit diagram
Posted by: KinCony Support - 12-25-2023, 03:04 AM - Forum: KC868-AK - No Replies

   
   
   

Print this item