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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 6,378
» Latest member: hastephet
» Forum threads: 2,845
» Forum posts: 15,041

Full Statistics

Online Users
There are currently 107 online users.
» 0 Member(s) | 85 Guest(s)
Amazonbot, Applebot, Bing, Bytespider, Crawl, Google, PetalBot, WordPress/, Yandex, bot, help@dataminr.com, owler

Latest Threads
Trigger Outputs
Forum: KC868-HxB series Smart Controller
Last Post: Error7
37 minutes ago
» Replies: 2
» Views: 24
Using 12v on Digital Inpu...
Forum: KC868-A16
Last Post: jorgete
47 minutes ago
» Replies: 14
» Views: 373
[Arduino source code for ...
Forum: KC868-A2
Last Post: powerup
Today, 04:08 AM
» Replies: 5
» Views: 1,492
KinCony ESP32-S3 Core Boa...
Forum: Extender module
Last Post: admin
Today, 04:06 AM
» Replies: 37
» Views: 1,421
[Arduino IDE demo source ...
Forum: KC868-A16
Last Post: admin
Today, 04:01 AM
» Replies: 8
» Views: 2,594
Curtain/Window Shade Cont...
Forum: Suggestions and feedback on KinCony's products
Last Post: admin
Today, 04:00 AM
» Replies: 1
» Views: 10
Pull up on A8
Forum: KC868-A series and Uair Smart Controller
Last Post: heffneil
Today, 12:39 AM
» Replies: 17
» Views: 250
A16: IFTTT Time based act...
Forum: KC868-A16
Last Post: sebfromgermany
Yesterday, 01:20 PM
» Replies: 17
» Views: 169
analog input resolution 3...
Forum: KC868-A16
Last Post: Yosemite
Yesterday, 12:43 PM
» Replies: 15
» Views: 391
KC868-HA-V21 serial port ...
Forum: KC868-HA /HA v2
Last Post: admin
Yesterday, 10:15 AM
» Replies: 8
» Views: 105

  question
Posted by: SP9HYX - 02-03-2024, 05:17 PM - Forum: KC868-E16S/E16P - Replies (1)

Hello
I have a question: After integrating the KC868-E16S module in Home Assistance, do I lose access to the KC868 module web server? I can ping the module to a fixed, programmed IP address. If possible, please provide information on how to work with the RS486 module and the Rf433 interface after integration with HA.
Jack

Print this item

  A4 supported power voltage range
Posted by: mikesloper - 02-03-2024, 12:32 PM - Forum: KC868-A4 - Replies (4)

What voltage range can I power the A4 board with? I am using LifePO4 battery with a voltage range of 11v - 14.7v. Is this OK?

Print this item

  A32 power trace thickness
Posted by: wsowa - 02-02-2024, 01:13 PM - Forum: KC868-A32/A32 Pro - Replies (1)

Hi, what is the thickness of the traces between the load connector and the relay? Is the trace only on the bottom layer of the pcb or on bottom, top and inner layers (if there are any)? I'm trying to assess how much current the traces can actually handle.

Print this item

  KC868-A16 HTTP requests?
Posted by: kloper360 - 02-01-2024, 04:23 PM - Forum: KC868-A series and Uair Smart Controller - Replies (4)

Hi, 
I am about to order the KC868-A16 for my project and just wanted to check if its really gonna work.
Is it possible to do HTTP requests over ethernet cable and GET or SET the state of on input//output?

There are many examples online where the ESP32 is used as a webserver, which one can send HTTP requests in order to trigger GPIOs on or off, would that also work with KC868-A16?

With my setup I need to control the KC868-A16 with a custom app that communicates oder HTTP, I cannot use the webinterface that may be present in the device.

Thanks in advanced, 
Romano

Print this item

  KC868-D16 light management capabilities?
Posted by: vessod - 02-01-2024, 02:33 PM - Forum: KC868-HxB series Smart Controller - Replies (9)

Hello!
I have read a lot of information here and website and I want to clarify and understand the capabilities of the KC868-D16 for lighting control.
What are the capabilities of KS868? 

1. Successfully dims LED strip at 12V,
2. Successfully dims 220V normal light bulb.
3. It dims with flickering LED dimmable bulbs 220V.

What are the options for dimming the RGBW LED strip, and color changing? 

Here is the answer from the email:
"Is the dimmer controller able to manage RGB LED lights, ( stripe)?
answer: any of our ESP32 boards have GPIOs support WS2812B RGB LED stripe."

WS2812B RGB LED stripe needs 5V power suply.

Sorry, if this is not the exact place for this post.
Sad

Print this item

  Connecting two KC868-A8 together
Posted by: msinfo - 02-01-2024, 02:15 PM - Forum: KC868-A8 - Replies (8)

Hello, i have a strange case here. I am running ESPhome with the KC868-A8 board with Ethernet and i want to use a second KC868 board. On the second board the ethernet port is not working and i don't have access to a WiFi signal. Is there a way to communicate with the first board and send and receive data without connecting it to wifi or ethernet ?

Thanks

Print this item

  LoraWan LMIC Solution (work with thethingsnetwork)
Posted by: sergalpe - 02-01-2024, 01:21 PM - Forum: KC868-A6 - Replies (1)

Fix the card using pin 22 (nRF24L01 CE) and connect it with DI01 (view image)

   

Now the configuration in the project is as follows:

// Pin mapping
const lmic_pinmap lmic_pins = {
  .nss = 5,                                                                                             // byte 0: pin for select
  .rxtx = LMIC_UNUSED_PIN,                                                               // byte 1: pin for rx/tx control
  .rst = 21,                                                                                           // byte 2: pin for reset
  .dio = { /*dio0*/ 2, /*dio1*/ 22, /*dio2*/ LMIC_UNUSED_PIN },       // bytes 3..5: pins for DIO0, DOI1, DIO2
};

.....

SPI.begin(18, 19, 23, 5);  // These specific pins are for kc868-a6
if (os_init_ex((const void *)&lmic_pins)) {

Print this item

  ws2812 led digital strip or similar
Posted by: ndev - 02-01-2024, 09:53 AM - Forum: KC868-A series and Uair Smart Controller - Replies (1)

Hi,

I would like to use on digital strip led with the board A8S V2.
How can I manage that ?
Do I  need to install ESPHome ?
Is it quite esay to configure ?
Can I use the digital strip and the relay together ? ( I Don't know ESPHome but I will learn)

Thanks !

Print this item

  A128 circuit diagram
Posted by: KinCony Support - 02-01-2024, 07:31 AM - Forum: KC868-A128 - No Replies

   

Print this item

  A8S V2 circuit diagram
Posted by: KinCony Support - 02-01-2024, 02:16 AM - Forum: KC868-A8S - No Replies

   

Print this item