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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 8,319
» Latest member: Lupi84
» Forum threads: 3,632
» Forum posts: 18,754

Full Statistics

Online Users
There are currently 67 online users.
» 0 Member(s) | 51 Guest(s)
AhrefsBot, Amazonbot, Bing, Bytespider, Google, PetalBot, bot

Latest Threads
OUTPUT DO1
Forum: KC868-AIO
Last Post: Lupi84
10 hours ago
» Replies: 2
» Views: 14
N30 Energy entry not work...
Forum: N30
Last Post: Vega
11 hours ago
» Replies: 13
» Views: 107
sample code to receive ht...
Forum: F16
Last Post: admin
Yesterday, 12:20 PM
» Replies: 3
» Views: 23
KC868-M16v2 configure yam...
Forum: KC868-M16 / M1 / MB / M30
Last Post: admin
Yesterday, 08:45 AM
» Replies: 127
» Views: 25,304
N20 Problem with Home Ass...
Forum: N20
Last Post: admin
Yesterday, 08:44 AM
» Replies: 1
» Views: 6
Replacing ESP32 with Kinc...
Forum: KC868-A16
Last Post: admin
12-24-2025, 11:43 PM
» Replies: 1
» Views: 21
KC868-Server ESP32 Ethern...
Forum: KC868-Server Raspberry Pi4 local server
Last Post: admin
12-24-2025, 11:41 PM
» Replies: 7
» Views: 86
Single Moment switch
Forum: DIY Project
Last Post: admin
12-24-2025, 11:37 PM
» Replies: 1
» Views: 23
Help with Product Slectio...
Forum: Suggestions and feedback on KinCony's products
Last Post: admin
12-24-2025, 12:06 AM
» Replies: 5
» Views: 68
Loxone RS485
Forum: KinCony integrate with Loxone home automation
Last Post: admin
12-24-2025, 12:03 AM
» Replies: 9
» Views: 1,136

  Auxiliary memory in IFTTT
Posted by: Yosemite - 02-20-2025, 10:19 AM - Forum: "KCS" v2 firmware system - Replies (11)

It would be very useful if you could add more feature like auxiliary memory (internal registers), or similar functionality, to IFTTT's inputs and outputs this will be significantly enhanced its capabilities. Just as auxiliary memory is crucial in PLCs for temporarily storing data and managing conditional logic during program execution, it could bring similar benefits to IFTTT. This would allow for more complex and nuanced automations based on stored states and data.

By the way, from my understanding the IFTTT function you have provided can work without internet connection, right?

Print this item

  KC868_A8M HTTP Get requests example
Posted by: MWDH - 02-20-2025, 09:11 AM - Forum: KC868-A8M - Replies (2)

Hello Forum colleagues,

I am trying to set the KC868_A8M up, so it performs HTTP Get requests from an API server.
I want to do it via Ethernet (Not Wifi) in a local server.
According to the LAN example code I can get the ETehrnet connection to work, I am also able to ping the device and get a response.

I am struggling with the HTTP GEt requests though:
HTTP Error code: -1

Is there an example code doing the same thing? Or are there any hints on what I am doing wrong?

Code:
#include <ETH.h>
#include <HTTPClient.h>

#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

IPAddress local_ip(192, 168, 49, 98); // Set static IP address for ESP32
IPAddress gateway(192, 168, 49, 1);  // Gateway IP
IPAddress subnet(255, 255, 255, 0);  // Subnet mask
IPAddress dns(192, 168, 1, 1);      // DNS server IP

void setup() {
  Serial.begin(115200);
  Serial.println();
   
  // Initialize Ethernet interface
  ETH.begin(ETH_ADDR, ETH_POWER_PIN, ETH_MDC_PIN, ETH_MDIO_PIN, ETH_TYPE, ETH_CLK_MODE); //start with ETH
 
  if (ETH.config(local_ip, gateway, subnet, dns, dns) == false) {
    Serial.println("LAN8720 Configuration failed.");
  } else {
    Serial.println("LAN8720 Configuration success.");
  }

  Serial.println("Ethernet Connected");
  Serial.print("IP Address: ");
  Serial.println(ETH.localIP());  // Print ESP32 IP
}

void loop() {
  // Create an HTTPClient object
  HTTPClient http;
 
  // Specify the request URL
  http.begin("http://192.168.99.3:8481/test"); // Replace with your URL
 
  // Make the GET request
  int httpCode = http.GET();
 
  if (httpCode > 0) {  // Check if the request was successful
    String payload = http.getString();  // Get the response payload
    Serial.println("HTTP GET request successful!");
    Serial.println(payload);            // Print the payload
  } else {
    Serial.println("HTTP GET failed!");
    Serial.printf("Error code: %d\n", httpCode);
  }

  http.end();  // Close the connection
 
  delay(5000);  // Wait before making another request
}

Print this item

  ESPhome builder 2025.2
Posted by: eyevisions - 02-19-2025, 02:09 PM - Forum: KinCony AS - Replies (13)

After updating ESPhome builder in HA.  The device can no longer be updated. Something goes wrong with LED.

INFO ESPHome 2025.2.0
INFO Reading configuration /config/esphome/as.yaml...
INFO Updating https://github.com/esphome/esphome.git@pull/7672/head
Failed config

light.esp32_rmt_led_strip: [source /config/esphome/as.yaml:133]
platform: esp32_rmt_led_strip
id: led_ww
rgb_order: GRB
pin: GPIO15
num_leds: 3

This feature is not available for the IDF framework version 5.
rmt_channel: 0
chipset: ws2812
name: On Board Light 1
effects:
- addressable_color_wipe:
name: Startup Pulse
colors:
 
The device is working only new device can not be intergradet in HA

Print this item

  Water supply automation
Posted by: korvin - 02-18-2025, 06:23 AM - Forum: Getting Started with ESPHome and Home Assistant - Replies (1)

Do you have or can suggest any devices for water supply automation with Home Assistant support?

I wonder if these can work
https://vi.aliexpress.com/item/1005005837609233.html
https://vi.aliexpress.com/item/1005008250776238.html

But if you have something or maybe your partners have, I'd like to buy

Print this item

  Kc868-a32 spi
Posted by: wchpikus - 02-17-2025, 11:11 PM - Forum: KC868-A32/A32 Pro - Replies (1)

Hello
Is it possible to use spi interface (for display or other) i see i2c, but for most large oled interface are spi.

Print this item

  KinCony KC868-A6v3 ESP32-S3 LoRa Relay Module released
Posted by: admin - 02-17-2025, 11:02 PM - Forum: News - No Replies

KinCony KC868-A6v3 ESP32 smart controller based on ESP32-S3-WROOM-1 (N16R8) wifi chip. Support 6 channel relay output, 2 channel 1-wire GPIOs, 16 channel free gpio on PCB. A6v3 include DS3231 high precision RTC clock chip. A6v3 support SX1278 LoRa or nRF24L01 wireless module. LCD display will show wifi and ethernet IP address. A6v3 have I2C bus extender and RS485 port. You can write any code by Arduino IDE / Micro Python / ESP-IDF development tool to ESP32 module. We will supply Arduino / ESP-IDF demo code for different samples. Everyone can modify and change the code for your own smart home automation system project. it support use by ESPHome for home assistant or tasmota firmware for smart home automation DIY. A6v3 use KCS v3 firmware, it support home assistant auto discovery function by MQTT, so without write any config code (zero code) for home assistant. KCS v3 support KinCony cloud service (official shop customer free 2 years), remote monitor and control device by webpage in anywhere. KCS v3 support KinCony board integrate to Loxone Miniserver. Support Apple HomeKit for Siri.
[Image: KC868-A6v3-1.jpg]
Model No. KinCony A6v3
Description: KinCony 6 Channel ESP32-S3 Smart Relay Controller – A6v3
Power supply: 12V DC
Processor: ESP32-S3-WROOM-1 (N16R8)
Size: 148mm*106mm
interfaces: WiFi,RS485,Bluetooth,USB-C,LCD,I2C
RTC: DS3231 high precision chip (battery socket on PCB)
Installation method: DIN RAIL (need plastic shell)
LCD: SSD1306 I2C display
wireless module socket: SX1278 LoRa / nRF24L01
[Image: KC868-A6v3-2.jpg]

Print this item

Question KC868, is there some API available for KCS V2 apps on these board
Posted by: magsys - 02-17-2025, 05:42 PM - Forum: "KCS" v2 firmware system - Replies (1)

Dear all
I am on the way to make alive a small watermill in a little town in the East of France.
To do so I plan to use products like Kincony Kc868 Axx series board plus TUYA automation.

At the moment its begin to work using one KC868-A16 and one KC868-A6 both using Tuya scene cloud programmation 
 
However i would like to improve the genuine software capabilities (ie: TUYA capabilities over WIFI) and add some DIY functions using Modbus registers reading and Zigbee sensor reading at the same time plus some control and commands routines of my own done using ie: Arduino ide.
 
My question is How to link your KCS V2 binary with my own routines?
 
Is there some ways to do so on the same board/software?
Is there some specific documented API that should allow that?
What will be the more convenient way to go further and achieve my goals.
 
Some advice would be much appreciated.
I thank you in advance
 
Yours faithfully
Laurent COLIN

Print this item

  Several controllers in one area
Posted by: peacemakerv - 02-17-2025, 05:37 PM - Forum: KC868-A6 - Replies (3)

HI, All

I'm making testing 5 controllers at the same time in one room. Developing my own FW for ESP32, as before did and worked OK.
But i have found that if several my KC868-A6 boards (2...5pcs) are online (via single WiFi-router) - there are many transmission errors.
If to switch all off excepting one - no any errors at all ! Fully OK working with a server.

It is strange, i'm sure. 
Is it known subject ? Any ideas why?
I need to use 3-4 pcs in some area of maybe 10 meter radius.

Print this item

  GI - ESPHOME
Posted by: Trikinov - 02-17-2025, 10:41 AM - Forum: G1 - Replies (5)

Will G1 be  suported under ESPHOME ?

Do you have information on how to send SMS from Home Assistant over Ethernet ?

Print this item

  Mosfet relays
Posted by: Saif Kitany - 02-17-2025, 10:01 AM - Forum: "KCS" v3 firmware - Replies (5)

Mosfet relays in T16M and B16M work just with DC voltage? 

Can i connect 220AC with  maximum current 4A?

Print this item