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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 9,666
» Latest member: hi88red
» Forum threads: 4,195
» Forum posts: 20,848

Full Statistics

Online Users
There are currently 22 online users.
» 0 Member(s) | 14 Guest(s)
Amazonbot, Crawl, PetalBot, bot

Latest Threads
N60 configure yaml for ES...
Forum: N60
Last Post: admin
11 hours ago
» Replies: 7
» Views: 1,883
KCS VERSUS ESPHOME
Forum: "KCS" v3 firmware
Last Post: EDVALDO DE MARINGA
Yesterday, 01:31 PM
» Replies: 2
» Views: 37
KC868-AGv3
Forum: Getting Started with ESPHome and Home Assistant
Last Post: admin
08-20-2026, 10:18 PM
» Replies: 5
» Views: 98
[arduino code examples fo...
Forum: KC868-A32/A32 Pro
Last Post: huanmarie
08-19-2026, 07:09 AM
» Replies: 2
» Views: 1,599
KC868-H32B V5.08 firmware
Forum: News
Last Post: meoowu77
08-18-2026, 11:46 AM
» Replies: 24
» Views: 8,453
KinCony B2 Smart Controll...
Forum: News
Last Post: admin
08-17-2026, 01:07 PM
» Replies: 0
» Views: 55
KC868-A8v3 PCB layout CAD...
Forum: Schematic & diagram & Dimensions of KinCony PCB layout CAD file
Last Post: admin
08-17-2026, 08:44 AM
» Replies: 0
» Views: 65
CT Clamp Compatibility
Forum: KC868-M16 / M1 / MB / M30
Last Post: admin
08-16-2026, 11:08 PM
» Replies: 12
» Views: 2,143
N60 Sensor channel label
Forum: N60
Last Post: marekd1
08-14-2026, 09:14 PM
» Replies: 18
» Views: 2,521
solar production and cons...
Forum: N30
Last Post: admin
08-14-2026, 01:46 AM
» Replies: 3
» Views: 146

Big Grin KinCony web server update notification
Posted by: admin - 02-06-2023, 11:43 PM - Forum: News - No Replies

In order to improve our service quality and improve the speed of website access, we have expanded and upgraded the KinCony website server. At the same time, the website server has been moved to Europe to facilitate the service of global users.

Print this item

  entity doesn't work
Posted by: fabuena - 02-05-2023, 10:10 PM - Forum: "KCS" v2 firmware system - Replies (5)

I had my KC868-A8 running under ESPHOME. With KCS firmware ESPHOME doesn't work...
I configure my MQTT server and it is connected with KCS to home assistant.
Now I tried to use the Output-1 switch. I edit my configuration.yaml and write:

mqtt:

  switch:

  - name: 'output-1'
    unique_id: output-1
    state_topic: 'KC868_A8/4091519110F8/state'
    command_topic: 'KC868_A8/4091519110F8/set'
    payload_on:  '{"relay1":{"on":1}}'
    payload_off:  '{"relay1":{"on":0}}'
    value_template: '{{ value_json.relay1.on }}'
    state_on: 1
    state_off: 0

I can see the entity but it doesn't work. 
I'm beginer. Can you help me?

Print this item

  COLB
Posted by: Yazaww - 02-05-2023, 09:18 AM - Forum: KC868-HxB series Smart Controller - Replies (1)

in COLB if i set digital input 1 if(i have pir sensor) then turn on relay 1 , so after the pir sensor catches somebody moving it turns on relay 1 but my main point is , after that the pir sensor resets? Or it just turns on relay 1 once and after that i have to reset the device or what? How im supposed to make it works everytime that somebody moves? How must i do it?

Print this item

  Colb maximum commands
Posted by: Yazaww - 02-05-2023, 08:15 AM - Forum: KC868-HxB series Smart Controller - Replies (3)

Hello, in colb pc software,as we know colbs has 16ai and 16 di so imagine i have connected 9 pir sensors and 3 smoke sensors, 2 rain sensors, and i wanted to add IF function for each sensor to control relays (THEN) but as i see that the max commands on IF is only 10 how is this possible? And max commands on then is 50
So how im supposed to control all DI and AI?

Print this item

  Authorized user problem
Posted by: Yazaww - 02-05-2023, 08:02 AM - Forum: KC868-HxB series Smart Controller - Replies (1)

Hello,
I have a problem, when i add the device and i be the master control, i tried to add number of a friend but it didnt work, as i understood it must be his username not phone number am i right?



Attached Files Thumbnail(s)
   
Print this item

  COLB timer and hxb
Posted by: Yazaww - 02-04-2023, 08:52 PM - Forum: KC868-HxB series Smart Controller - Replies (5)

Hello , i have some questions about colb and hxb 
1-How can i use pc software colb program timer, can i do it like : if saturday 12:30 turn on relat 1,6,9 for example? Or i must choose date and time and also which DI or AI to control the relays? 
2- does h32b , h16b works on tuya app? 
3- can i make timer on kincony smart home to if tome is 12:40 turn on relay 2 , then at 1:30 turn off relay 2? 
4- i have an hmi, can i connect h32b and colb to it? Is there a way? Or i just buy an hmi with windows and download kincony smart home app on it and problem solved?
5- if i make scene mode (motor up) relay 1 on relay 2 off, (motor down) relay 1 off relay 2 on, is it dangerous on motor? Because when i tried it it seemed like there is delay and im scared that motor will broke up, is it better to do interlock system? Or by scene mode is enough?

Print this item

  KC868-AK Firmware
Posted by: v1rtus - 02-03-2023, 07:26 PM - Forum: KC868-HxB series Smart Controller - Replies (50)

I have recently purchased the KC868-AK ESP32 keyboard and I have a few questions:

  1. Does it has already firmware? Or I need to flash it?
  2. With the keyboard I got RS232 cable, however I haven't found what each color means (Yellow, Blue, Brown vs Rx,Tx,Ground)
  3. Is it possible that when I click a button state will be sent via RS485 for example to RaspberryPI?

Thank you in advance!

Print this item

  USE PCF8574 FOR ESP32 INPUT PORTS
Posted by: GVDC - 02-01-2023, 03:41 PM - Forum: Home automation training courses - Replies (10)

USE PCF8574 IIC EXTEND GPIO FOR ESP32 INPUT PORTS
Hello, 

I am very new working with Kincony 868 A8

I have downloaded the instructions from lesson 20 for installing input ports and copied them in e new sketch.
 
After uploading I see that all 8 Inports give "pressed key", continiously. Making contact between ground and 1 port (1 to 8) give no change. 
The serial monitor stays announcing all ports "pressed key".
 
Type : Kincony 868 A8 V1.5
Thanks
What is wrong?

Print this item

  IR Receiver
Posted by: nwells - 01-31-2023, 10:01 AM - Forum: KC868-A8 - Replies (9)

Is it possible to add on a IR receiver to this board similar to what was on the A4? If not, what would you suggest to add in that functionality?

Print this item

  HxB + monitor screen
Posted by: Yazaww - 01-30-2023, 12:44 PM - Forum: KC868-HxB series Smart Controller - Replies (5)

Hello,
A question, can i connect h32b or h16b with a screen? By rs485? And its done, like lets say i connected h32b with lights and controlling them from mobile app but i also want to control them from a screen, can i do that? And if yes please explain to me how

Print this item