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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,369
» Latest member: talljane
» Forum threads: 2,574
» Forum posts: 13,305

Full Statistics

Online Users
There are currently 45 online users.
» 0 Member(s) | 29 Guest(s)
AhrefsBot, Bing, Bytespider, Crawl, Go-http-client, Google, PetalBot, bot

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

  [Arduino demo source code for KC868-A4]-13 work with KBOX phone app
Posted by: admin - 05-04-2022, 11:40 AM - Forum: KC868-A4 - Replies (6)

use for "KBOX" phone app in local network , without internet.


.zip   KBOX.zip (Size: 837 bytes / Downloads: 322)

Print this item

  Kc868-A4 KBOX App Code
Posted by: ahmedwizza - 05-04-2022, 11:12 AM - Forum: KC868-A4 - Replies (1)

please send me the code that give me ability to control A4 by KBOX app without internet.
As showmen as attached.



Attached Files Thumbnail(s)
   
Print this item

  A4 fault code
Posted by: ahmedwizza - 05-04-2022, 04:03 AM - Forum: KC868-A4 - Replies (1)

            I follow the vedio stipe by stipe . but I see my code different 
after changed the pine number 

like in attached photos

so send me the code in the vedio

Print this item

  KC868-H32B V4.44 new firmware update
Posted by: admin - 05-03-2022, 04:29 AM - Forum: News - Replies (9)

improvement:
add HTTP multi control relay command ( you can use one http command turn ON/OFF/toggle any relay) :
http command format:
http: //ip/sw_ctl.cgi?RealyMulSet=A8A7A6A5A4A3A2A1,B8B7B6B5B4B3B2B1,C8C7C6C5C4C3C2C1&postpwd=postpassword

A8A7A6A5A4A3A2A1 use for "TURN ON" 32 channel relay, every channel bit "1" means enable, bit "0" means disable
B8B7B6B5B4B3B2B1 use for "TURN OFF" 32 channel relay, every channel bit "1" means enable, bit "0" means disable
C8C7C6C5C4C3C2C1 use for "TOGGLE" 32 channel relay, every channel bit "1" means enable, bit "0" means disable
every Ax or Bx or Cx use by HEX format data.
   

For example:
if you want to
                 TURN ON  RELAY 32 31 30 29  (F0000000)
                 TURN OFF  RELAY 04 03 02 01  (0000000F)
                 TOGGLE  RELAY 24 23 22 21  (00F00000)
if your relay controller IP address is 192.168.1.200
if your post password is 12345

At last the HTTP command is :  http://192.168.1.200/sw_ctl.cgi?RealyMulSet=F0000000,0000000F,00F00000&postpwd=12345

   
After send this command: Relay32,31,30,29 will be ON,  Relay4,3,2,1 will be OFF,  Relay24,23,22,21 will be TOGGLE.



Attached Files
.zip   Relay32_V444_220503.zip (Size: 47.3 KB / Downloads: 320)
.pdf   KC868-H32B-http-command-2022-05-05.pdf (Size: 890.76 KB / Downloads: 359)
Print this item

  COLB and RFID reader
Posted by: hentes - 05-02-2022, 03:14 PM - Forum: DIY Project - Replies (4)

Hello. Is it possible to connect and use the Dahua ASR1100A ASR1100A (13.56MHz) RFID reader with COLB module? The RFIS reader has an RS485 connection. Thank you.

Print this item

  How to use IR emitter on GPIO of K868AG ??
Posted by: vincen - 05-01-2022, 01:13 PM - Forum: KC868-AG / AG Pro / AG8 - Replies (6)

Hi

I'm using a K868-AG without problems to control a TV using the internal IR emitter LEDs. I want to use the GPIO avalaible on the board to wire additional IR emitters to control few other devices.
I have been careful of IR LED polarity. I have wired it between GPIO (positive side) and GND (negative side). I have also tried to add 200ohm resistor but same, it doesn't control device ! I'm sure of my ESP code as it works fine if I change code to use GPIO wired at internal LEDs ! I have tried GPIO14 with resistor and GPIO21 without but same result, not working Sad

Any ideas what's wrong ?

Thanks,

Vincèn

Print this item

  KC868-H32 +button switch module V4.43?
Posted by: Mawram - 04-30-2022, 01:32 PM - Forum: KC868-HxB series Smart Controller - Replies (5)

Hi
I have KC868-H32 (2020)  +button switch module for KC868-Hx .All worked perfect until i try  use MQTT for HA  ?
I update firmvare to 4.43   by  USB-RS232. and now switch module  doesnt  work- all lights  Smile 
What can i do now? what the last firmware  to H32?  .V4.43 works only with H3xB ?

Where i can find last firmware for H32 
thanks for help

Print this item

  Lesson23 - any controller input trigger any controller output
Posted by: admin - 04-29-2022, 01:38 AM - Forum: Home automation training courses - No Replies



1. create automation - a16-input1-trigger-a16-output1 (control KC868-A16's output)
-------------------------------------------
Trigger type: State
Entity: a16-input1
To: on


Actions:
Action type: Call service
Service: Switch:Switch: Toggle
+ Choose entity
a16-output1

2. create automation - a16-input1-trigger-output3 (control KC868-Server's output)
-------------------------------------------
Trigger type: State
Entity: a16-input1
To: on


Actions:
Action type: Call service
Service: Switch:Switch: Toggle
+ Choose entity
output3

Print this item

  Lesson22 - add RGBW LED strip to home assistant by ESPHome
Posted by: admin - 04-29-2022, 12:58 AM - Forum: Home automation training courses - Replies (16)


1. chose LED strip model
2. connect with wire: VCC,DATA,GND
3. config in ESPHome:


light:
  - platform: fastled_clockless
    chipset: WS2812B
    pin: GPIO33    # Pin Define connected with LED strip
    num_leds: 30  #LEDs number
    rgb_order: GRB
    name: "led_strip"
    effects:
      - addressable_rainbow:        ##defined 7 effects styles
      - addressable_color_wipe:
      - addressable_scan:
      - addressable_twinkle:
      - addressable_random_twinkle:
      - addressable_fireworks:
      - addressable_flicker:

Print this item

  Lesson21 - Install Raspberry Pi OS on KC868-Server
Posted by: admin - 04-27-2022, 11:32 AM - Forum: Home automation training courses - No Replies



https://www.raspberrypi.com/software/

1. Change KC868-Server USB boot jumper
2. Connect with USB cable with computer and KC868-Server
3. Power on of KC868-Server
4. Run rpiboot
5. Download and install Raspberry Pi Imager 
6. Manually install an operating system image
7. Connect KC868-Server HDMI to monitor
8. Connect keyboard and mouse to KC868-Server

Print this item