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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 9,525
» Latest member: ominadoma
» Forum threads: 4,182
» Forum posts: 20,780

Full Statistics

Online Users
There are currently 27 online users.
» 0 Member(s) | 13 Guest(s)
Amazonbot, Baidu, Bytespider, Crawl, Google, PetalBot, bot

Latest Threads
KC868-A16 UART pins
Forum: KC868-A series and Uair Smart Controller
Last Post: meowdokugame
Yesterday, 07:40 AM
» Replies: 2
» Views: 571
KC868-A32 Malfunction Aft...
Forum: KC868-A32/A32 Pro
Last Post: admin
Yesterday, 06:19 AM
» Replies: 3
» Views: 64
KinCony F8 + ESPHome: Una...
Forum: F8
Last Post: admin
08-02-2026, 11:00 PM
» Replies: 2
» Views: 24
F8 ESPHome yaml for home ...
Forum: F8
Last Post: admin
08-02-2026, 11:00 PM
» Replies: 0
» Views: 11
Schema A16V3 for Research...
Forum: KC868-A16v3
Last Post: hamzachaouri
08-02-2026, 10:34 PM
» Replies: 2
» Views: 46
B8 ADS1115 current inputs
Forum: B8
Last Post: admin
07-29-2026, 09:47 PM
» Replies: 6
» Views: 69
KINCONY IN KSA
Forum: DIY Project
Last Post: admin
07-29-2026, 10:43 AM
» Replies: 14
» Views: 1,829
A32 Pro ESPHome yaml for ...
Forum: KC868-A32/A32 Pro
Last Post: admin
07-27-2026, 06:25 AM
» Replies: 1
» Views: 1,211
E8v3 E16v3 E24v3 relay mo...
Forum: Extender module
Last Post: admin
07-27-2026, 01:00 AM
» Replies: 0
» Views: 62
KC868-H32B V5.08 firmware
Forum: News
Last Post: admin
07-25-2026, 11:53 PM
» Replies: 23
» Views: 7,875

  Server 16 internal Relays
Posted by: sebagarayco - 08-12-2024, 12:43 PM - Forum: KinCony Server-Mini / Server-16 Raspberry Pi4 relay module - Replies (1)

Hi Kincony,

I know for sure that my load will be below 7 AMPS per channel. Same happens for a H32B-Pro that I have.

Do I need anyway KC868-E16v2 ? 
It would be better not to use internal 7 amp relays of the Server 16 / H32B-Pro?

Please elaborate so I can size my distribution box properly.

Thanks

Print this item

  Program - IDE
Posted by: jogofra - 08-12-2024, 02:10 AM - Forum: News - Replies (1)

Hi Admin, have a great day.

Actually, I am developing a proyect about a frige room, and I want to program the ESP32 with my own code using the Kincony 868 A6 to get all the abilities the Kinciny has. I had adquired th Kincony 868 A6 but I have a lot of  issues to get the next step to program whit an IDE like arduino or Visual Studio Code.

I hope your help be a light to achieve this goal.. Thanks.

Print this item

  Switch names don't get saved
Posted by: BaconRanch - 08-10-2024, 11:11 PM - Forum: KinCony Server-Mini / Server-16 Raspberry Pi4 relay module - Replies (4)

Good Day,

I have just set up Kincony server16 and have it up and running and all entities exposed with Home Assistant.  I have spent lots of time customising with new entities names and arrangement that makes sense for my use but every time I reboot  the work is lost and I have default names of output_1, output_2, etc. etc.... and I have no way to know which switch is required.  Why are my custom names not being saved?  This unit is really no use to me if it defaults every time and wastes my time and is dangerous to use without proper switch labels.

Print this item

  AG8 IR Controller
Posted by: wiggerz1986 - 08-10-2024, 12:16 PM - Forum: KC868-AG / AG Pro / AG8 / Z1 - Replies (11)

Ive recently received the AG8 IR Controller and I've tried to plug it into my laptop to install my esphome firmware but my laptop is not recognising it. Im using a MacBook but I've tried it on a windows laptop with the sane outcome. Im not too sure if I'm missing something but I've used esphome on multiple boards previously with no issues.
Anyone able t help.
Thanks

Print this item

  A32 Pro flash KCS_KC868_A32_V2.2.2.bin did not work
Posted by: markbrewer - 08-09-2024, 07:59 PM - Forum: KC868-A32/A32 Pro - Replies (1)

Hi I flashed the new A32 Pro with the firmware KCS_KC868_A32_V2.2.2.bin the LCD that previously displayed A32 Pro now is blank. I cannot see that it is working correctly. See attached file for the loading of firmware. What can I do?



Attached Files Thumbnail(s)
   
Print this item

  Compatibility with RF433 Superheterodyne Module?
Posted by: mandy - 08-08-2024, 07:42 PM - Forum: KC868-A16 - Replies (3)

Hi everyone,
I’m looking for some advice on the KC868-A16 board. I want to know if it is compatible with a 433 MHz Superheterodyne RF module. Previously, I had issues with signal range using common 433 MHz RF modules, so I bought the Superheterodyne module to test it. However, when I tried using it with a 433 MHz alarm sensor, it didn’t detect the signal when I attempted to learn it using the KCS firmware.
I’m fairly new to this and just started experimenting with this board today. I also haven’t soldered the antenna to the RF module yet, but I was testing the sensor right next to the module.
Has anyone had experience with this setup or could offer any insights?
Thanks in advance!

   

Print this item

  Problem With Ethernet Port
Posted by: rferreras - 08-06-2024, 11:51 PM - Forum: KC868-A32/A32 Pro - Replies (3)

I have the following Arduino code and I can not get my A32 Pro to connect to the network and take IP, in the port if I see that there is connection but I can not get it to take an IP address from the DHCP of my network.

Code:
#ifndef ETH_PHY_TYPE
#define ETH_PHY_TYPE  ETH_PHY_LAN8720
#define ETH_PHY_ADDR  0
#define ETH_PHY_MDC   23
#define ETH_PHY_MDIO  18
#define ETH_PHY_POWER -1
#define ETH_CLK_MODE  ETH_CLOCK_GPIO0_IN
#endif

#include <ETH.h>
#include "Arduino.h"
#include "PCF8574.h"
#include <Wire.h>
#include <WiFi.h>
#include <Ethernet.h>
#include <SPI.h>
#include <PubSubClient.h>
#include <ArduinoJson.h>
#include "esp_system.h"
#include "esp_task_wdt.h"

EthernetClient ethClient;
PubSubClient client(ethClient);

void setup() {
  Serial.begin(115200);
 
  ETH.begin();

  while (Ethernet.localIP() == INADDR_NONE) {
    Serial.println("Esperando dirección IP...");
    delay(1000);  // Esperar 1 segundo antes de verificar nuevamente
  }
 
  while (ETH.localIP() == INADDR_NONE) {
    Serial.println("Esperando dirección IP...");
    delay(1000);  // Esperar 1 segundo antes de verificar nuevamente
  }

  while (!ETH.linkUp()) {
    Serial.print(".");
    delay(1000);
  }

  Serial.println("");
  Serial.println("Ethernet conectado");
}

Print this item

  Help with KC868-A8 and traditional wall switch
Posted by: ogo - 08-06-2024, 04:38 PM - Forum: KC868-A series and Uair Smart Controller - Replies (8)

Hi,

I've recently acquired a KC868-A8, and successfully configured it with ESPHome and HomeAssistant. I'll be using a few of them to automate my new home, but first I'm trying things.

I'd like to use the unit to control some lights, which should be able to use with traditional wall switches, even if I'd remove the unit or it was failing (meaning not using the digital inputs).

Is it possible to do something like the following diagram, but changing the last switch for one of the relays?

[Image: 309ff1d702969e62f0523a48c5c3fdf6193cffdc.png]


If it is possible, how should I do it? COM to the light, and then NC, and NO to the 4-way switch? My goal is that when I use the wall switch or change the status of the relay, to toggle the state of the light.

Thanks!

Print this item

  H32B firmware download tool on Windows 11
Posted by: xray - 08-04-2024, 04:13 PM - Forum: KC868-HxB series Smart Controller - Replies (8)

Hello Kincony,

Do you have a working version of firmware download tool for Windows 11?

I'm getting an error message when I click on "Open Serial Port" in  "KC868 Controller Bootloader.exe" GUI on Windows 11.



Code:
System.IO.Ports.InternalResources.WinIOError(Int32 errorCode, String str)
   a következő helyen: System.IO.Ports.SerialStream.InitializeDCB(Int32 baudRate, Parity parity, Int32 dataBits, StopBits stopBits, Boolean discardNull)
   a következő helyen: System.IO.Ports.SerialStream..ctor(String portName, Int32 baudRate, Parity parity, Int32 dataBits, StopBits stopBits, Int32 readTimeout, Int32 writeTimeout, Handshake handshake, Boolean dtrEnable, Boolean rtsEnable, Boolean discardNull, Byte parityReplace)
   a következő helyen: System.IO.Ports.SerialPort.Open()
   a következő helyen: 上位机.Form1.btn_openser_Click(Object sender, EventArgs e)
   a következő helyen: System.Windows.Forms.Control.OnClick(EventArgs e)
   a következő helyen: System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   a következő helyen: System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   a következő helyen: System.Windows.Forms.Control.WndProc(Message& m)
   a következő helyen: System.Windows.Forms.ButtonBase.WndProc(Message& m)
   a következő helyen: System.Windows.Forms.Button.WndProc(Message& m)
   a következő helyen: System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Betöltött szerelvények **************
mscorlib
    Szerelvény verziója: 4.0.0.0
    Win32-verzió: 4.8.9256.0 built by: NET481REL1LAST_B
    Kódbázis: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
上位机
    Szerelvény verziója: 1.0.0.0
    Win32-verzió: 1.0.0.0
    Kódbázis: file:///C:/Users/Username/Downloads/kincony/KC868%20Controller%20Bootloader.exe
----------------------------------------
System.Windows.Forms
    Szerelvény verziója: 4.0.0.0
    Win32-verzió: 4.8.9251.0 built by: NET481REL1LAST_C
    Kódbázis: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Szerelvény verziója: 4.0.0.0
    Win32-verzió: 4.8.9251.0 built by: NET481REL1LAST_C
    Kódbázis: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Szerelvény verziója: 4.0.0.0
    Win32-verzió: 4.8.9032.0 built by: NET481REL1
    Kódbázis: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
    Szerelvény verziója: 4.0.0.0
    Win32-verzió: 4.8.9032.0 built by: NET481REL1
    Kódbázis: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
    Szerelvény verziója: 4.0.0.0
    Win32-verzió: 4.8.9241.0 built by: NET481REL1LAST_C
    Kódbázis: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
    Szerelvény verziója: 4.0.0.0
    Win32-verzió: 4.8.9032.0 built by: NET481REL1
    Kódbázis: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Accessibility
    Szerelvény verziója: 4.0.0.0
    Win32-verzió: 4.8.9032.0 built by: NET481REL1
    Kódbázis: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
System.Windows.Forms.resources
    Szerelvény verziója: 4.0.0.0
    Win32-verzió: 4.8.9032.0 built by: NET481REL1
    Kódbázis: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_hu_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
mscorlib.resources
    Szerelvény verziója: 4.0.0.0
    Win32-verzió: 4.8.9032.0 built by: NET481REL1
    Kódbázis: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_hu_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------



Attached Files Image(s)
   
Print this item

  Custom ESPHome firmware and Tuya integration
Posted by: Stouf - 08-04-2024, 12:10 AM - Forum: KC868-A6 - Replies (39)

Hello,
I am trying to use your librairy but seem to always have the same compilation error, using the exemple or my own code. Maybe you have an idea of what it can be please?
(of course I have a license for the product, hc868-a6, but almost sure it's not related)



Code:
src/esphome/components/tuya_iot/tuya_iot_component.cpp: In lambda function:
src/esphome/components/tuya_iot/tuya_iot_component.cpp:167:96: error: invalid initialization of reference of type 'const json_parse_t&' {aka 'const std::function<bool(ArduinoJson6185_D1::ObjectRef)>&'} from expression of type 'esphome::tuya_iot::TuyaIotComponent::subscribe_json(const string&, const mqtt_json_callback_t&, uint8_t)::<lambda(const string&, const string&)>::<lambda(ArduinoJson::JsonObject)>'
         json::parse_json(payload, [topic, callback](JsonObject root) { callback(topic, root); });
                                                                                                ^
In file included from src/esphome.h:21,
                 from src/esphome/components/tuya_iot/tuya_iot_component.h:3,
                 from src/esphome/components/tuya_iot/tuya_iot_component.cpp:1:
src/esphome/components/json/json_util.h:26:6: note: in passing argument 2 of 'bool esphome::json::parse_json(const string&, const json_parse_t&)'
bool parse_json(const std::string &data, const json_parse_t &f);
      ^~~~~~~~~~
Compiling .pioenvs/tuya-test/src/esphome/components/wifi/wifi_component_esp8266.cpp.o
*** [.pioenvs/tuya-test/src/esphome/components/tuya_iot/tuya_iot_component.cpp.o] Error 1
========================= [FAILED] Took 55.72 seconds =========================

Thank you very much

Print this item