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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,374
» Latest member: zeth
» Forum threads: 2,574
» Forum posts: 13,315

Full Statistics

Online Users
There are currently 55 online users.
» 2 Member(s) | 37 Guest(s)
Bing, Crawl, DuckDuckGo, Google, PetalBot, Semrush, Yandex, bot, owler, gal, Verresen

Latest Threads
KC868-A2 configure yaml f...
Forum: KC868-A2
Last Post: elemarek
7 hours ago
» Replies: 15
» Views: 7,685
How can I power multiple ...
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
9 hours ago
» Replies: 12
» Views: 134
how to use AS ESP32-S3 vo...
Forum: KinCony AS
Last Post: biofects
Today, 03:07 AM
» Replies: 13
» Views: 468
change wake up name
Forum: KinCony AS
Last Post: admin
Today, 02:10 AM
» Replies: 13
» Views: 104
Problem with IFTTT automa...
Forum: "KCS" firmware system
Last Post: admin
Yesterday, 11:41 PM
» Replies: 6
» Views: 51
A32 Pro ESPHome yaml incl...
Forum: KC868-A32/A32 Pro
Last Post: admin
Yesterday, 11:15 PM
» Replies: 18
» Views: 191
KC868-A2 ESP32 I/O pin de...
Forum: KC868-A2
Last Post: admin
Yesterday, 11:12 PM
» Replies: 8
» Views: 2,272
Need help with configurat...
Forum: KC868-HxB series Smart Controller
Last Post: admin
Yesterday, 04:32 AM
» Replies: 32
» Views: 399
ESP32 S3 set up issue
Forum: Extender module
Last Post: admin
12-17-2024, 11:43 PM
» Replies: 10
» Views: 73
KC868-A8 Schematic
Forum: KC868-A8
Last Post: admin
12-17-2024, 11:40 PM
» Replies: 7
» Views: 54

  Input on KC868-H8B
Posted by: Adarrada - 05-26-2023, 09:30 PM - Forum: DIY Project - Replies (1)

Hi
I have a KC868-H8B v2.2 set up for my deck lights and pool pump which I Ctrl with the app KBOX. 
No, I’m trying to turn on the pool pump each time the air conditioner goes on. 
How can I do that?  
I was hoping I could just run the signal 12v from the thermostat into the input. 
Is that possible?


After I posted I found this link
https://www.kincony.com/forum/showthread.php?tid=2590

Does that mean the thermostat is a digital input?

Print this item

Video KC868-AP
Posted by: eligijus - 05-26-2023, 05:13 AM - Forum: KC868-AP / ADR - Replies (5)

Hello, why is the flashing light being dimmed


Maybe this board does not work with ssr



Attached Files Thumbnail(s)
   
Print this item

  NTC 10k
Posted by: GDN20 - 05-24-2023, 09:24 PM - Forum: KC868-A8S - Replies (5)

how to connect an NTC 10K thermistor and get readings?

Print this item

  Does your device support the frequency measurement mode at the Digital Input pin?
Posted by: Bogdan107 - 05-24-2023, 07:56 PM - Forum: KC868-A series and Uair Smart Controller - Replies (1)

I want to build the monitoring system for the ribbon saw (KASTO HBA-430) with KC868-A8 device.

I have difficulties in understanding whether your device can measure the frequency.

I want to measure the rotation frequency of the pulley of the ribbon saw.
At the moment, the rotation frequency of the pulley is measured by the CF5135C-Z device with sensor NJK-5002C NPN NO.

Typical frequency range is 0..120 rpm.


Does your device support the frequency measurement mode by the Digital Input pin?
Does your device support the frequency measurement mode by the some I2C external device?

Which of your devices can measure frequency using a sensor like NJK-5002C?

Print this item

  WindowsError(5, 'Access Denied.')
Posted by: dampire - 05-24-2023, 02:45 PM - Forum: KC868-A8 - Replies (1)

HI,
I can't run any code from arduino.

I run the ide with arduine on windows 10.
I installed the drivers that I read in a post for the usb port.

The error:

esptool.py v3.0-dev
Serial port COM3
Traceback (most recent call last):
  File "esptool.py", line 3682, in <module>
  File "esptool.py", line 3675, in _main
  File "esptool.py", line 3329, in main
  File "esptool.py", line 263, in __init__
  File "site-packages\serial\__init__.py", line 88, in serial_for_url
  File "site-packages\serial\serialwin32.py", line 62, in open
serial.serialutil.SerialException: could not open port 'COM3': WindowsError(5, 'Access Denied.')

Print this item

  Free sample KC868-A4 ESP32 board
Posted by: vitorxlima - 05-24-2023, 12:59 PM - Forum: Apply for free sample product - No Replies

Dear Kincony,

I Would like to try to aquire one sample for of KC868-A4 to learning and testing for home automation (type of use A).

Best Regards.

Print this item

Brick Free gpio in KC868-E16S
Posted by: Sewek0 - 05-23-2023, 11:38 AM - Forum: KC868-E16S/E16P - Replies (3)


Is anyone try to use free gpio on this board?
I mean solder cables to not used GPIO (6-11)??
Marked red in diagram. 17-22

   

Print this item

  Schematic of Power Distribution Box Made by KC868-Server
Posted by: admin - 05-23-2023, 07:25 AM - Forum: Schematic and diagram - No Replies

   

Print this item

  5V DC Input
Posted by: italo - 05-22-2023, 01:51 PM - Forum: KC868-A4S - Replies (3)

hi, first of all thanks for the great product. it fits 100% to our requirements.

we use the board togehter with home assistant and ESPhome V 2023.5.2.

We like to messure Temperature via NTC sensors. We use this settings.

10K NTC
9.89K resistor
5V DC Power Supply
Connected on INA1

We get a wrong temperature reading. If we connect the 5V DC direkt to the  INA1 input we get max. 3.03V on the GPIO36. As we see you use a LMxxx bevor the ESP32. Is the conversion of the 5V linear
to the 3.3V input of the ESP32? Do you have any hints? as the  reference_voltage we use 3V because of the limitation of the ESP32.

BR
Giuseppe

ESPHome Code: 

sensor:
  -  platform:  ntc
     sensor:  resistance_sensor
     name:  NTC Temperature
     id: INA1_TEMP
     calibration:
      b_constant: 3950
      reference_temperature: 25°C
      reference_resistance: 10kOhm
   
  # Example source sensors:
  - platform: resistance
    id: resistance_sensor
    sensor: INA1
    configuration: DOWNSTREAM
    resistor: 9.89kOhm
    reference_voltage: 3V
    name: Resistance Sensor


  - platform: adc
    id: INA1
    pin: GPIO36
    attenuation: auto
    update_interval: 5s
    name: "INA1"

Print this item

Big Grin KC868-COLB Mini Logic Controller
Posted by: ahmedwizza - 05-22-2023, 10:07 AM - Forum: News - Replies (7)

hello kincony

I have some problem when I add analog in my yamal file 

--give me wrong when I make restart

--and all mqtt stop 

---when i remove all thing good


this my yamal file in attach



Attached Files
.txt   my yamal file.txt (Size: 56.11 KB / Downloads: 193)
Print this item