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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,494
» Latest member: 247expresspackers
» Forum threads: 2,286
» Forum posts: 11,887

Full Statistics

Online Users
There are currently 48 online users.
» 1 Member(s) | 28 Guest(s)
Bing, Feedspot, Google, PetalBot, Semrush, Yandex, bot, help@dataminr.com

Latest Threads
PWM support?
Forum: KC868-A16
Last Post: admin
1 hour ago
» Replies: 1
» Views: 8
USB ports
Forum: KinCony Server-Mini / Server-16 Raspberry Pi4 relay module
Last Post: admin
1 hour ago
» Replies: 1
» Views: 3
Lesson23- How to connect ...
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
Yesterday, 10:11 AM
» Replies: 10
» Views: 7,155
KC868-AG RF - sending rep...
Forum: KC868-A series and Uair Smart Controller
Last Post: PhilW
Yesterday, 07:46 AM
» Replies: 3
» Views: 9
Usar entradas y oled i2c ...
Forum: KC868-A6
Last Post: sistemasyusa
Yesterday, 03:16 AM
» Replies: 4
» Views: 15
a16 as basis for a securi...
Forum: KC868-A16
Last Post: admin
09-18-2024, 11:58 PM
» Replies: 8
» Views: 53
GSM CALL RELAY
Forum: KC868-A2
Last Post: admin
09-18-2024, 11:53 PM
» Replies: 9
» Views: 4,107
KC868-A16S or KC868-A8S
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
09-18-2024, 11:51 PM
» Replies: 3
» Views: 38
KCS firmware
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
09-18-2024, 11:48 PM
» Replies: 10
» Views: 113
[Arduino IDE demo source ...
Forum: KC868-A6
Last Post: sistemasyusa
09-18-2024, 09:03 AM
» Replies: 8
» Views: 4,564

  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" 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" 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