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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 8,864
» Latest member: jiso610
» Forum threads: 3,883
» Forum posts: 19,803

Full Statistics

Online Users
There are currently 50 online users.
» 0 Member(s) | 36 Guest(s)
AhrefsBot, Amazonbot, Applebot, Bytespider, Google, bot

Latest Threads
AIO Hybrid wiring diagram
Forum: AIO Hybrid
Last Post: admin
4 hours ago
» Replies: 0
» Views: 3
false start with KC868 A1...
Forum: KC868-A16v3
Last Post: admin
11 hours ago
» Replies: 1
» Views: 8
Interface T16M E/S et AIO
Forum: News
Last Post: admin
11 hours ago
» Replies: 7
» Views: 88
KCS_Z1_V3.24.2.zip firmwa...
Forum: "KCS" v3 firmware
Last Post: admin
Yesterday, 02:37 AM
» Replies: 6
» Views: 69
KC868-COLB - How to Conne...
Forum: KC868-HxB series Smart Controller
Last Post: upstream
04-03-2026, 11:26 PM
» Replies: 6
» Views: 50
New TA web interface unav...
Forum: TA
Last Post: admin
04-03-2026, 11:11 PM
» Replies: 1
» Views: 8
Instal ESP HA with ethern...
Forum: Getting Started with ESPHome and Home Assistant
Last Post: admin
04-03-2026, 11:09 PM
» Replies: 3
» Views: 30
KC868-A4 USB not detected...
Forum: KC868-A series and Uair Smart Controller
Last Post: stansvec
04-03-2026, 02:04 AM
» Replies: 4
» Views: 1,621
N10 wire case diagram for...
Forum: N10
Last Post: admin
04-03-2026, 12:22 AM
» Replies: 0
» Views: 11
"KCS" v2.2.20 firmware BI...
Forum: "KCS" v2 firmware system
Last Post: admin
04-03-2026, 12:15 AM
» Replies: 0
» Views: 56

  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

  A24 wiring circuit diagram
Posted by: KinCony Support - 12-25-2023, 12:43 AM - Forum: KinCony A24 - Replies (7)

   

Print this item

  KC868-A32
Posted by: Sunoc - 12-24-2023, 01:47 PM - Forum: News - Replies (9)

Good morning ! I recently purchased the KC868-A32 card. My question is: can Kincony KCS and Home Assistant be used together? Thanks for your help.

Print this item