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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,368
» Latest member: Alan.llm
» Forum threads: 2,574
» Forum posts: 13,305

Full Statistics

Online Users
There are currently 49 online users.
» 0 Member(s) | 37 Guest(s)
Bytespider, Crawl, Google, PetalBot, Yandex, bot

Latest Threads
KC868-A2 ESP32 I/O pin de...
Forum: KC868-A2
Last Post: tugra
1 hour ago
» Replies: 7
» Views: 2,261
change wake up name
Forum: KinCony AS
Last Post: gal
9 hours ago
» Replies: 12
» Views: 78
A32 Pro ESPHome yaml incl...
Forum: KC868-A32/A32 Pro
Last Post: xarouli5
10 hours ago
» Replies: 17
» Views: 181
Need help with configurat...
Forum: KC868-HxB series Smart Controller
Last Post: admin
Today, 04:32 AM
» Replies: 32
» Views: 392
ESP32 S3 set up issue
Forum: Extender module
Last Post: admin
Yesterday, 11:43 PM
» Replies: 10
» Views: 65
KC868-A8 Schematic
Forum: KC868-A8
Last Post: admin
Yesterday, 11:40 PM
» Replies: 7
» Views: 48
"KCS" v2.2.8 firmware BIN...
Forum: "KCS" firmware system
Last Post: admin
Yesterday, 11:38 PM
» Replies: 2
» Views: 171
Dimensions/drawings of bo...
Forum: Schematic and diagram
Last Post: admin
Yesterday, 11:37 PM
» Replies: 1
» Views: 22
how to use AS ESP32-S3 vo...
Forum: KinCony AS
Last Post: admin
12-16-2024, 10:55 PM
» Replies: 12
» Views: 447
Problem with IFTTT automa...
Forum: "KCS" firmware system
Last Post: admin
12-16-2024, 10:53 PM
» Replies: 5
» Views: 34

  KC868-A4 USB not detected by computer
Posted by: BogdanBBB - 05-27-2024, 02:53 PM - Forum: KC868-A series and Uair Smart Controller - Replies (1)

Hi,

Brand new board, I plug it in > the computer doesn't "see" it. What I've tried so far:
- different power sources
- different USB-C data cables
- reinstalled USB drivers
- 3 different computers (all running different versions of macos)
All of the above tested with a working A8 board that I have in use, so it's definitely not the cable/power adapter/drivers.
Another thing that is strange: as soon as I power it up 3 of the four relays engage and stay ON that until I power it off.

Please help. I just want to install Tasmota on it.
Thank you!

   

Nevermind... I tried another random cable and it finally worked! For others who might be in the same situation: I used a USB-A to USB-C cable with a USB-C dongle to plug into the macbook.

Print this item

  Atc adapter not working
Posted by: Yazaww - 05-27-2024, 08:22 AM - Forum: KC868-HxB series Smart Controller - Replies (1)

I tried to connect atc with h32b and it didnt work, i tried rs232 cable, i tried directly, nothing works how to solve this



Attached Files Thumbnail(s)
   
Print this item

  how to test M30 by web server firmware
Posted by: admin - 05-25-2024, 12:19 AM - Forum: KC868-M16 / M1 / MB / M30 - No Replies

1. install USB driver for Windows PC. here is driver download link: 
https://www.kincony.com/download/CH341SER.zip

2. download firmware BIN file (after you download ZIP file , need unzip it):

.zip   m30-factory.zip (Size: 491.68 KB / Downloads: 92)

3. use ESP32 flash download tool:
when open tool, chose "ESP32" chip:
   
then begin do these 5 steps to download firmware:
   
after you downloaded, connect ethernet cable to your router, re power on of M30 board. now the ethernet work with DHCP mode. you can login with your router to find our the M30's IP address,  then use IP address login by web browser.

ESP32 flash download tool download link:

.zip   flash_download_tool_3.9.6_0.zip (Size: 20.09 MB / Downloads: 88)

Print this item

  Connect KCOM with 0VDC?
Posted by: speedmeup - 05-23-2024, 09:30 AM - Forum: KC868-AI - Replies (1)

Is it OK to connect KCOM with power supply 0VDC so that I can simplify my wiring out to sensors?

This way I will only need 3 cores for powered sensors:

  • 0V/KCOM,
  • +12VDC,
  • Dry Contact Input

Thank you.

Print this item

  Rs485
Posted by: Savino - 05-23-2024, 04:07 AM - Forum: KinCony Server-Mini / Server-16 Raspberry Pi4 relay module - Replies (15)

Hi, could anyone show me how to solve the following?
I have mini server with home assistant and kc868 - A6 with kincony firmware. I'd like to connect the boards via Rs485 and manage relay and DI of kc868 - A6 from home assistant using Rs485.

Print this item

  Mqtt yaml
Posted by: Philadam - 05-22-2024, 11:52 PM - Forum: KC868-A64 - Replies (1)

Do you have an example on how to add multiple devices (i.e. A64, A16, A8) to a mqtt yaml file?

Print this item

  power input 24v
Posted by: tech1977 - 05-22-2024, 02:38 PM - Forum: KC868-A16 - Replies (5)

Is it possible to use 24v for power input instead of 12v?

Print this item

  Troubleshooting: Binary Sensor Entities Not Appearing
Posted by: engrezk - 05-22-2024, 11:31 AM - Forum: KinCony Server-Mini / Server-16 Raspberry Pi4 relay module - Replies (7)

Why aren't binary_sensor entities for mini server appearing even though I followed the same tutorial in the video 

https://www.youtube.com/watch?v=J5GRh7Gk...KinConyIoT

and used the provided codes as shown ?
I kindly request assistance in using these entities

Code:
switch:
  - platform: rpi_gpio
    switches:
      - port: 5
        name: "CM4 relay1"
      - port: 22
        name: "CM4 relay2"
      - port: 17
        name: "CM4 relay3"
      - port: 4
        name: "CM4 relay4"
      - port: 6
        name: "CM4 relay5"
      - port: 13
        name: "CM4 relay6"
      - port: 19
        name: "CM4 relay7"
      - port: 26
        name: "CM4 relay8"
       
binary_sensor:
  - platform: rpi_gpio
    sensors:
      - port: 18
        name: "CM4 IN1"
        invert_logic: true
      - port: 23
        name: "CM4 IN2"
        invert_logic: true
      - port: 24
        name: "CM4 IN3"
        invert_logic: true
      - port: 25
        name: "CM4 IN4"
        invert_logic: true
      - port: 12
        name: "CM4 IN5"
        invert_logic: true
      - port: 16
        name: "CM4 IN6"
        invert_logic: true
      - port: 20
        name: "CM4 IN7"
        invert_logic: true
      - port: 21
        name: "CM4 IN8"
        invert_logic: true

Print this item

  KC868-A8 - Possible to use A1 and A2 as standard inputs?
Posted by: deanfourie - 05-21-2024, 02:20 AM - Forum: KC868-A series and Uair Smart Controller - Replies (1)

I have used up all the inputs on my KC868-A8,

Is it possible to use A1 and A2 as standard inputs using NO/NC contacts.

Thanks

Print this item

  Control H32B by siri
Posted by: Saif Kitany - 05-20-2024, 04:32 PM - Forum: News - Replies (4)

How can I control H32B by siri? (Not with home assistant)

Print this item