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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 8,800
» Latest member: orientcctv
» Forum threads: 3,865
» Forum posts: 19,729

Full Statistics

Online Users
There are currently 22 online users.
» 0 Member(s) | 8 Guest(s)
AhrefsBot, Amazonbot, Google, Semrush, bot

Latest Threads
Channels always have curr...
Forum: KC868-AP / ADR
Last Post: admin
1 hour ago
» Replies: 19
» Views: 5,967
kWh resolution
Forum: N30
Last Post: admin
Yesterday, 09:22 AM
» Replies: 32
» Views: 1,020
"KCS" v3.24.2 firmware BI...
Forum: "KCS" v3 firmware
Last Post: admin
Yesterday, 05:58 AM
» Replies: 0
» Views: 41
N60 Energy RS485 Modbus P...
Forum: N60
Last Post: admin
Yesterday, 05:42 AM
» Replies: 1
» Views: 353
N30 Energy RS485 Modbus P...
Forum: N30
Last Post: admin
Yesterday, 05:41 AM
» Replies: 1
» Views: 418
N20 Energy RS485 Modbus P...
Forum: N20
Last Post: admin
Yesterday, 05:40 AM
» Replies: 1
» Views: 361
N10 Energy RS485 Modbus P...
Forum: N10
Last Post: admin
Yesterday, 05:35 AM
» Replies: 1
» Views: 434
N60 N30 N20 N10 ARM CPU f...
Forum: N60
Last Post: admin
Yesterday, 05:01 AM
» Replies: 3
» Views: 113
N60 N30 N20 N10 ARM CPU f...
Forum: N30
Last Post: admin
Yesterday, 04:59 AM
» Replies: 0
» Views: 15
N60 N30 N20 N10 ARM CPU f...
Forum: N20
Last Post: admin
Yesterday, 04:59 AM
» Replies: 0
» Views: 10

  help me choose the components of a smart system for 3 floors building
Posted by: engmohades - 09-21-2022, 07:25 AM - Forum: DIY Project - Replies (11)

I hope to help me choose the components of a smart system for 3 floors building, including controllers, circuit breakers, contactors, and ssr ......

[b]Ground floor:[/b]
20 lighting circuits on / off
9 dimmer lighting circuits
2 heater circuits with control switches
4 air conditioner circuits with control keys
1 garage control circuit
_________________________________________

 First floor
14 lighting circuits on / off
10 dimmer lighting circuit
3 heater circuit with control switches
4 air conditioner circuits with control keys
_________________________________________

Second floor
11 lighting circuits on / off
7 dimmer lighting circuit
3 heater circuit with control switches
5 air conditioner circuit with control switches
_________________________________________
 

No 26 dimmer switch
No 22 switch for aircondition and weter heater
No 4 switch 1 gang
No 16 switch 2 gang
No 6 switch 3 gang
No 5 switch 4 gang
No 2 switch 5 gang
No 2 switch 6 gang


 
 

Print this item

  [Arduino IDE demo source code for KC868-A8S]--#12-Send SMS to many phone numbers
Posted by: admin - 09-21-2022, 05:27 AM - Forum: KC868-A8S - No Replies

This demo source code, you just replace with your 10 phone numbers, then will send one SMS to 10 mobile phone, you can also send to many many mobile phone number in loop() function.
   
   
// make sure set your Serial2 pins in your "HardwareSerial.cpp" for ESP32 as follows:
//#define RX2  15
//#define TX2  13

   

Code:
//code use for KC868-A8S board

int data;
String message;
unsigned long int last;

void setup()
{
String phone1,phone2,phone3,phone4,phone5,phone6,phone7,phone8,phone9,phone10;
Serial.begin(115200);
Serial2.begin(115200);
 
 
  Serial.print("start test");
  phone1="15381100000";
  phone2="15381100001";
  phone3="15381100002";
  phone4="15381100003";
  phone5="15381100004";
  phone6="15381100005";
  phone7="15381100006";
  phone8="15381100007";
  phone9="15381100008";
  phone10="15381100009";
 
  send_sms("Test message from KinCony KC868-A8S",phone1);
  send_sms("Test message from KinCony KC868-A8S",phone2);
  send_sms("Test message from KinCony KC868-A8S",phone3);
  send_sms("Test message from KinCony KC868-A8S",phone4);
  send_sms("Test message from KinCony KC868-A8S",phone5);
  send_sms("Test message from KinCony KC868-A8S",phone6);
  send_sms("Test message from KinCony KC868-A8S",phone7);
  send_sms("Test message from KinCony KC868-A8S",phone8);
  send_sms("Test message from KinCony KC868-A8S",phone9);
  send_sms("Test message from KinCony KC868-A8S",phone10);

}

void loop()
{
check_sms_responce();
}

void send_sms ( String sms, String number)
{
      Serial2.print("AT+CMGF=1\r");  //Set text mode
      delay(1000);
      Serial2.print("AT+CMGS=\""+ number +"\"\r"); //Send message
      delay(1000);
      Serial2.print(sms);//Text message
      Serial2.println((char)0x1A); //Ctrl+Z
}

void check_sms_responce()
{
   if(Serial2.available()>0)
  {
    delay(60);
    message="";
    while(Serial2.available())
    {
      message+=(char)Serial2.read();
    }
    Serial.print(message);
  }
}

Print this item

  Tasmota Configuration file or Precompiled firmware for KC868-A8S
Posted by: pacitzu - 09-20-2022, 10:45 AM - Forum: KC868-A8S - Replies (11)

is there a configuration file or pre-compiled firmware for the KC868-A8S board?

I found this guide for the KC868-A8 board https://www.kincony.com/forum/showthread.php?tid=1128

but I have not found any guide to be able to use the KC868-A8S board with Tasmota.

Ok the two boards KC868-A8 and KC868-A8S are similar but there are some differences:
for example how can I configure the Rs485 with Tasmota.

Thank you

Print this item

  firmware update tool for KC868-D16 Dimmer Controller
Posted by: admin - 09-19-2022, 03:51 AM - Forum: KC868-HxB series Smart Controller - No Replies

KC868-D16 dimmer controller support download firmware by Ethernet cable and RS485:

.zip   NET_REMOTE_IAP_V1.0.zip (Size: 9.07 KB / Downloads: 571)
   
   
   

Print this item

  KC868-D16 Tuya Smart Dimmer Module Released
Posted by: admin - 09-19-2022, 01:52 AM - Forum: News - No Replies

We have designed KC868-D16 support Ethernet and WiFi work at the same time. Use Tuya phone app and home assistant in local network at the same time. It support HTTP , MQTT, TCP ,RS485 integrate to your own software platform. it’s a super smart dimmer controller for home automation DIY.
[Image: details1_01.jpg]

[Image: details1_02.jpg]

Print this item

  Power meter with DC battery voltage?
Posted by: thundercat - 09-17-2022, 11:37 PM - Forum: DIY Project - Replies (9)

Does the power meter measure battery DC voltage? If not, can you add it as a sensor to measure DC voltage?

Print this item

  Nitrogen/Phosphorus/kalium/Humidity/Temperature and PH Sensors
Posted by: subas - 09-17-2022, 02:03 PM - Forum: DIY Project - Replies (14)

Dear Admin

I am starting a new project in a Farm. 
I would like your recommendation of the sensors that can read the following either as 6 in 1 or separate sensors. It must be matching with the KINCONY Control board and application to read these sensors.

1. Nitrogen
2. Phosphorus
3. kalium 
4. Humidity
5. Temperature
6. PH

Can you please recommend which probe from KINCONY can i purchase and which COL-B board should i purchase where the data collected at the Farm is about 1 hectare and we need to send the data back to the control room?

Print this item

  KC868-A64 DS18B20
Posted by: janosch1337 - 09-15-2022, 01:18 PM - Forum: KC868-A series and Uair Smart Controller - Replies (24)

Hi 


i have one KC868-E16S and i am planning to buy one A64. so i want to connect temperature sensors. now i see that there is no connector like the A8 has... so no solution to connect those 1-wire sensors?

Print this item

  STM32 Source Code
Posted by: h.berkay - 09-14-2022, 11:31 AM - Forum: KC868-A series and Uair Smart Controller - Replies (1)

Hello, i bought your product and i want to use / test it. The product has this for demo https://www.youtube.com/watch?v=7lPDeLTgh5Q,
i was wondering if i could obtain the code used inside the video. Inside the video it says contact for the source code and i was dirrected from aliexpress to this forum to ask for the source code.

Thanks you,

Han Beginstation

Print this item

  KC868-A16 integrate to Node-Red for alexa voice control
Posted by: admin - 09-14-2022, 11:19 AM - Forum: KC868-A16 - Replies (9)


1. download web server firmware for KC868-A16
https://www.kincony.com/forum/showthread.php?tid=2240

2. register https://alexa-node-red.bm.hardill.me.uk
   

3. create device on "node-red-contrib-alexa-home-skill" skill website
   

4. add alexa skill on Node-Red
   

5. add "alexa" and "http request" node on Node-Red
   

light1-on http command is: http://192.168.1.60/1/on
light1-off http command is: http://192.168.1.60/1/off

just replace the KC868-A16's IP address with yours.

Node-Red follow download:

.zip   KC868-A16-Node-Red-Alexa-16switch.zip (Size: 2.03 KB / Downloads: 700)

6. add skill (Node-Red) on Alexa phone app
   

7. Discovery for new device
   

Print this item