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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 8,355
» Latest member: jcyu5662
» Forum threads: 3,641
» Forum posts: 18,808

Full Statistics

Online Users
There are currently 31 online users.
» 0 Member(s) | 11 Guest(s)
AhrefsBot, Amazonbot, Bing, Bytespider, Crawl, Google, Semrush, bot

Latest Threads
KC868-M16v2 configure yam...
Forum: KC868-M16 / M1 / MB / M30
Last Post: admin
Today, 10:00 AM
» Replies: 129
» Views: 25,565
sample code to receive ht...
Forum: F16
Last Post: admin
Today, 09:57 AM
» Replies: 12
» Views: 82
Goes Offline
Forum: KC868-E16S/E16P
Last Post: admin
Today, 01:19 AM
» Replies: 5
» Views: 35
KC868-A16 - IP & PORT ?? ...
Forum: KC868-A16
Last Post: admin
Yesterday, 02:46 AM
» Replies: 7
» Views: 714
Server 16 issues
Forum: KinCony Server-Mini / Server-16 Raspberry Pi4 relay module
Last Post: admin
Yesterday, 02:44 AM
» Replies: 1
» Views: 18
N20 Problem with Home Ass...
Forum: N20
Last Post: admin
12-31-2025, 06:55 AM
» Replies: 6
» Views: 54
N30 Energy entry not work...
Forum: N30
Last Post: admin
12-31-2025, 06:50 AM
» Replies: 14
» Views: 187
Problems and general Feed...
Forum: N30
Last Post: admin
12-31-2025, 06:49 AM
» Replies: 2
» Views: 27
kWh resolution
Forum: N30
Last Post: admin
12-31-2025, 06:49 AM
» Replies: 2
» Views: 17
KCS_N60_N30_N20_N10_V3.18...
Forum: N60
Last Post: admin
12-31-2025, 06:45 AM
» Replies: 0
» Views: 14

  G1 keypad and LCD display information
Posted by: admin - 03-11-2025, 01:26 PM - Forum: G1 - No Replies

The LCD screen displays the mobile signal strength in the top-left corner.
The LCD screen displays the time in the top-right corner.

Keyboard functions:

* Delete key
# Call key
When a call is received, the LCD screen displays "RING".

Print this item

  KCS v3 GSM MQTT protocol
Posted by: admin - 03-11-2025, 01:01 PM - Forum: G1 - No Replies

MQTT:

Making a Call

{
  "run_call": {
    "phone": "+8612345678901"
  }
}

Successful Response:

{
  "run_call": {
    "value": "success"
  }
}

Failed Response:
Possible reasons: GPRS is not initialized, or the phone number is not set.

{
  "run_call": {
    "value": "error"
  }
}

--------------------------------

Sending an SMS

{
  "run_sms": {
    "content": "sms content example",
    "phone": "+8612345678901"
  }
}

Successful Response:

{
  "run_sms": {
    "value": "success"
  }
}

Failed Response:
Possible reasons: GPRS is not initialized, the phone number is not set, or the SMS content is not set.

{
  "run_sms": {
    "value": "error"
  }
}

--------------------------------
MQTT STATE Reporting Received SMS and Incoming Calls

Incoming Call

{
  "call_ring": {
    "phone": "+8612345678901"
  }
}

Received SMS

{
  "sms_recv": {
    "phone": "+8612345678901",
    "content": "example"
  }
}

Print this item

  "KCS" v3.8.0 firmware BIN file download
Posted by: admin - 03-11-2025, 12:59 PM - Forum: "KCS" v3 firmware - Replies (12)

v3.8.0 improvement:

1. IFTTT IF condition support TCP,UDP,RS485,RS232 ANSI-String or HEX command.
2. support SIM7600 4G module make CALL, send SMS and receive SMS by MQTT.
3. support SIM7600 4G module work as GSM bridge with RXD,TXD free GPIO pins.
4. support option for add sensor value to SSD1306 LCD display.
5. fixed bug with monitor "auto refresh" function.
6. fixed bug with sensor data auto upload to MQTT.



Attached Files
.zip   KCS_A6V3_V3.8.0.zip (Size: 1.01 MB / Downloads: 464)
.zip   KCS_A16V3_V3.8.0.zip (Size: 1.08 MB / Downloads: 575)
.zip   KCS_A32PRO_V3.8.0.zip (Size: 1.05 MB / Downloads: 348)
.zip   KCS_AG8_V3.8.0.zip (Size: 1.04 MB / Downloads: 388)
.zip   KCS_B16_V3.8.0.zip (Size: 1.07 MB / Downloads: 403)
.zip   KCS_B16M_V3.8.0.zip (Size: 1.07 MB / Downloads: 355)
.zip   KCS_F16_V3.8.0.zip (Size: 1.08 MB / Downloads: 389)
.zip   KCS_F24_V3.8.0.zip (Size: 1.08 MB / Downloads: 364)
.zip   KCS_G1_V3.8.0.zip (Size: 1.03 MB / Downloads: 382)
.zip   KCS_T16M_V3.8.0.zip (Size: 1.02 MB / Downloads: 406)
Print this item

  KC868_A16 HTTP Analog Input
Posted by: bmaci3k - 03-11-2025, 12:11 PM - Forum: KC868-A16 - Replies (1)

Hi, How can I get analog input values via http?
Board Model KC868_A16
Software Version v2.2.12

Print this item

  Additional GPIO
Posted by: Amaral989 - 03-11-2025, 02:45 AM - Forum: KC868-A4S - Replies (3)

Hello, 

I have two questions. 
First question, I have damaged the GPIO1 by having to many volts. It probably reached 7-8 volts. I'm using GPIO 1 and GPIO 2 as pulse counters. GPIO1 stopped working and will not read any more pulses. GPIO 2 still works. 

Are there any additional GPIO that I can use for pulse counting. I'm not using Wi-Fi, 485, or SIM module. If it's possible, where are the additional GPIOs located? And will be using a voltage divider to drop voltage down to 1 volt.

Second question, for the digital inputs. I was hoping it would trigger with 12volts. But it seems it will only trigger with ground. The reasoning is that i am using this in a camper van and I get 12-14volt DC as trigger. But it doesnt trigger, only with ground. 


Thanks again, 
John A

Print this item

  Display
Posted by: OleK - 03-10-2025, 01:59 PM - Forum: KC868-A series and Uair Smart Controller - Replies (5)

Hi, I received my KC868-A16-V3.1 today.
When power on with 12V dc, 12v led is on and output led is flashing one time, BUT OLED display is black .
 
Tried IP scanner over ethernet, but cant find the board..have connected the board via ethernet cable.

what to do?

Br,

Print this item

  Hibrid project
Posted by: Psyos - 03-09-2025, 07:58 PM - Forum: KC868-Server Raspberry Pi4 local server - Replies (5)

Good afternoon, I would like to know if you can help me with a project to be carried out. I needed a hybrid system, that is, control lights, blinds, gate motors via Home Assistant and at the same time manually in case the server is damaged. The server I want to use is KC868-Server16. 
I needed to know if I have to add the KC868-A16V3 module and subsequently relays. 
Thank you very much

Print this item

  Input 1-2 not working
Posted by: erkkis - 03-08-2025, 10:02 PM - Forum: KC868-A6 - Replies (6)

Hi,

I ordered A6 from Aliexpress. Seems the device otherwise works well, but digital inputs 1-2 are not working while inputs 3-6 work fine. Inputs were tested only by connecting GND to input 1-6 via jumper wire.

Chat with Aliexpress seller asked to contact via Whatsapp. After doing everything required I was asked to post here (don't know why).

What I have done:

Step 1. ESPHome

I tested it with ESPHome code from here https://devices.esphome.io/devices/KinCony-KC868-A6.

Digital inputs 3-6 work, digital inputs 1-2 don't work, relays 1-6 work.

Step 2. Arduino code

I tested with this code:

Code:
#include <Wire.h>
#include "PCF8574.h"
#define SDA_PIN 4    // I2C SDA pin
#define SCL_PIN 15  // I2C SCL pin
PCF8574 pcf8574_input(0x22);  // PCF8574 address for inputs
void setup() {
  Serial.begin(115200);
  Wire.begin(SDA_PIN, SCL_PIN);
  // Initialize PCF8574 inputs
  for (int i = 0; i < 6; i++) {
    pcf8574_input.pinMode(i, INPUT);
  }
  // Check if PCF8574 is detected
  if (!pcf8574_input.begin()) {
    Serial.println("Error: PCF8574 (0x22) not detected!");
  } else {
    Serial.println("PCF8574 (0x22) detected.");
  }
}
void loop() {
  Serial.print("Inputs: ");
  // Read all 6 input pins
  for (int i = 0; i < 6; i++) {
    int state = pcf8574_input.digitalRead(i);
    Serial.print(state);
    Serial.print(" ");  // Print space between values
  }
  Serial.println();  // New line
  delay(500);  // Delay for readability
}

It monitors inputs and prints out values. Inputs 1-2 don't print anything, inputs 3-6 work fine.

Step 3. KCS firmware
Whatsapp chat told to: "you can download KCS firmware to test board whether work well"

I did that and tested again the same scenarios. Result is the same: Digital inputs 3-6 work, digital inputs 1-2 don't work, relays 1-6 work.

---

What should I do?

Print this item

  Input problem 868 A6
Posted by: bednark - 03-08-2025, 12:36 PM - Forum: KC868-A series and Uair Smart Controller - Replies (3)

Hello everyone,

i am setting up my 868 A6 but i cant get any input to the device,

Shorting GND with any pin does nothing, applying voltage in input does nothing as well. when i reverse input the webui still displays no input.

Should i chage something in the settings?

ive used this manual:

https://www.kincony.com/images/user-guid...e_v2.0.pdf

Please help me.

Print this item

  Curtain/Window Shade Controller Board
Posted by: ThisITGuy - 03-07-2025, 09:42 PM - Forum: Suggestions and feedback on KinCony's products - Replies (10)

I would like if you created a board that was able to drive curtains or window shades in both directions.  Very similar to a relay board https://www.kincony.com/kincony-f24-esp3...eased.html except instead of open/closed it can send voltage in either direction.  It would be best if it had a 433mhz receiver so it could learn remote codes and control curtains and shades by remote signal.  It would probably need a small LCD screen so you could select which channel you are learning and which direction (open/closed/stop).

Print this item