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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 9,807
» Latest member: lucknowcallmaya
» Forum threads: 4,218
» Forum posts: 20,909

Full Statistics

Online Users
There are currently 91 online users.
» 0 Member(s) | 75 Guest(s)
Amazonbot, Applebot, Baidu, Crawl, Google, PetalBot, Semrush, bot

Latest Threads
N60 Loss of kWh on reset
Forum: N60
Last Post: chuyskywalker
4 hours ago
» Replies: 12
» Views: 126
⚡ 40 Buttons, 36 Lighting...
Forum: DIY Project
Last Post: lulu01
11 hours ago
» Replies: 5
» Views: 75
CT Sensor Direction
Forum: N60
Last Post: admin
Yesterday, 12:51 PM
» Replies: 3
» Views: 158
Request for Type B Projec...
Forum: Apply for free sample product
Last Post: lemanat
Yesterday, 08:47 AM
» Replies: 0
» Views: 5
No ethernet communication
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
09-02-2026, 06:31 AM
» Replies: 6
» Views: 90
KinCony CO16 ESP32S3 16 C...
Forum: News
Last Post: admin
09-02-2026, 01:51 AM
» Replies: 0
» Views: 52
[arduino code examples fo...
Forum: CO16
Last Post: admin
08-31-2026, 12:16 AM
» Replies: 0
» Views: 35
[arduino code examples fo...
Forum: CO16
Last Post: admin
08-31-2026, 12:11 AM
» Replies: 0
» Views: 40
[arduino code examples fo...
Forum: CO16
Last Post: admin
08-31-2026, 12:09 AM
» Replies: 0
» Views: 42
[arduino code examples fo...
Forum: CO16
Last Post: admin
08-31-2026, 12:08 AM
» Replies: 0
» Views: 39

Photo Module sim7670C cannot send messages, cannot call, nor receive messages or calls! Ple
Posted by: Tchip - 01-04-2024, 02:14 PM - Forum: Development - Replies (7)

Hi everybody! I'm new to the 7670C sim module and currently I still don't know how to configure it to receive, send messages and calls.
I sent AT commands to it and it responded OK. But when I send messages and calls, it cannot make or receive calls and messages. Look forward to the help. Thank you so much!

   
   
   

Print this item

  It is possible a hardware modification?
Posted by: tamibandy - 01-04-2024, 10:59 AM - Forum: KC868-A8 - Replies (1)

Is there possibility to do A8 custom board?

Board with nextion HMI connector 5VDC, GND, STX, RTX? Instead of 433 radio control.
Ethernet not needed if WiFi is available and those GPIO pins could be freed up.

Print this item

  KNX/RS485
Posted by: jeftevag - 01-03-2024, 11:55 PM - Forum: KC868-E16S/E16P - Replies (1)

Do you have a RS485/KNX command list for the relays on the KC868-E16P?

Print this item

  Power supply for KC868-A8 (DRC-60)
Posted by: baracha - 01-03-2024, 08:57 PM - Forum: KC868-A series and Uair Smart Controller - Replies (3)

Hi,

I want to use MeanWell DRC-60 with an integrated 12V battery for powering my KC868-A8.
The output voltage supposed to be adjustable (12-15V), but is over 13V at least this is what I see on my multimeter.

Is it safe to use it?

Print this item

  KC868-M16v2 Ethernet Problem
Posted by: Roni - 01-03-2024, 07:25 AM - Forum: KC868-M16 / M1 / MB / M30 - Replies (1)

Hello ,

I have KC868-M16v2. I try the ethernet connection, but i have a problem

this is my ethernet setting

#include <ETH.h>
#include <WebServer_WT32_ETH01.h>
//#define DEBUG_ETHERNET_WEBSERVER_PORT      Serial
//#define _ETHERNET_WEBSERVER_LOGLEVEL_      3


#define ETH_ADDR        0
#define ETH_POWER_PIN  -1
#define ETH_MDC_PIN    23
#define ETH_MDIO_PIN  18
#define ETH_TYPE      ETH_PHY_LAN8720
#define ETH_CLK_MODE  ETH_CLOCK_GPIO17_OUT

void config_ethernet()
{
  if(s_enable_ethernet=="1")
  {
    WT32_ETH01_onEvent();
  //bool begin(uint8_t phy_addr=ETH_PHY_ADDR, int power=ETH_PHY_POWER, int mdc=ETH_PHY_MDC, int mdio=ETH_PHY_MDIO,
  //          eth_phy_type_t type=ETH_PHY_TYPE, eth_clock_mode_t clk_mode=ETH_CLK_MODE);
   
    ETH.begin(ETH_PHY_ADDR, ETH_PHY_POWER, ETH_PHY_MDC, ETH_PHY_MDIO, ETH_PHY_TYPE, ETH_CLK_MODE);
    ETH.begin(ETH_PHY_ADDR, ETH_PHY_POWER);
    status_ethernet();
    //Serial.println("ethernet mac: "+ ETH.macAddress());
    //Serial.println("ethernet ip: "+ ETH.localIP().toString());
  }
}

This is Error in serial
ETH Connected
ETH Disconnected
ETH Connected
ETH Disconnected
ETH Connected
ETH Disconnected
ETH Connected
ETH Disconnected
ETH Connected
ETH Disconnected
ETH Connected
ETH Disconnected

Print this item

  Cant make E16P work with apple homekit
Posted by: Nikolas Protopapas - 01-02-2024, 09:25 PM - Forum: KC868-E16S/E16P - Replies (1)

Hello, so have bought an E16P esp32 board, too the file offer from the forum added them to Arduino IDE.

First issue was the <pcf8574.h> had to be in capitals in order to include the library.

Second and current issue am having is, error code: the list is way longer just added the first 2
In file included from C:\Users\nicol\OneDrive\Desktop\RealPushButtons\RealPushButtons.ino:7:
C:\Users\nicol\OneDrive\Desktop\RealPushButtons\DEV_LED.h: In function 'void PCF_WRITE(int, boolean)':
C:\Users\nicol\OneDrive\Desktop\RealPushButtons\DEV_LED.h:59:18: error: cannot convert 'PCF8574' to 'uint8_t' {aka 'unsigned char'}
    digitalWrite(pcfOUT_1, mPin - 1, !value);      //digitalWrite(ex1, (mPin-1), value);

In file included from C:\Users\nicol\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.11\cores\esp32/esp32-hal.h:83,
                from C:\Users\nicol\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.11\cores\esp32/Arduino.h:36,
                from C:\Users\nicol\AppData\Local\Temp\arduino\sketches\B825BA561FA7215E1D76DE33C6DE7CC9\sketch\RealPushButtons.ino.cpp:1:
C:\Users\nicol\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.11\cores\esp32/esp32-hal-gpio.h:75:27: note:  initializing argument 1 of 'void digitalWrite(uint8_t, uint8_t)'
void digitalWrite(uint8_t pin, uint8_t val);



Attached Files
.zip   RealPushButtons.zip (Size: 2.49 KB / Downloads: 739)
Print this item

  Roller shutter in Home Assistant
Posted by: lendy - 01-02-2024, 05:02 PM - Forum: KC868-E16S/E16P - Replies (1)

Hello,

I would like to ask if it is possible to use KC868-E16P as relay for controlling 8 roller shutters in Home Assistant? How it can be calibrated/configured for up/down positions?

Thank you

Print this item

  Home assistant 2023 sur CM4 sur ssd disque
Posted by: raaga - 01-02-2024, 11:10 AM - Forum: KinCony Server-Mini / Server-16 Raspberry Pi4 relay module - Replies (1)

Salut 
comment utiliser les ports USB pour demarrer home assistant 2023 ?
j'ai un mini serveur kincony Pi cm4 et un disque ssd S3+ 512GO 
NB : home assistant est flashé sur le ssd

Print this item

  Advise me on the simplest
Posted by: Lamri - 01-02-2024, 10:58 AM - Forum: KC868-A16S - Replies (1)

Hello, 
I am a beginner, and I am struggling to configure my 2 kc868-A16S modules. I have managed to configure the home assistant and integrate Tuya on esphome and it works very well. 
Unfortunately, I cannot keep the 2 frameworks (home assistant and web page via the IP address). For this, I simply want to keep access to the interface via the IP address so that I can create ifttt and RF scenes, SMS and calls simply and Tuya, but I want voice command either by Alexa or Google Home. Advise me on the simplest, I will buy a module to run Alexa or Google Home to connect with my 2 A16S modules or it is possible to configure Alexa using node red without losing access to the kincony web page via the IP address. 
Thank you.

Print this item

  KC868-Ax - Attivazione NOTIFICHE su TUYA SMART LIFE
Posted by: Pask media_king - 01-02-2024, 10:49 AM - Forum: Customer project example - Replies (5)

Saluti a tutti e auguri.
Sono nuovo del forum e chiedo aiuto per attivare le notifiche della variazione degli ingressi su
 una KC868-A4 con licenza TUYA.
Puoi aiutarmi gentilmente?
Grazie in anticipo a tutti coloro che risponderanno.

Print this item