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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,982
» Latest member: kamermcw
» Forum threads: 2,429
» Forum posts: 12,559

Full Statistics

Online Users
There are currently 46 online users.
» 1 Member(s) | 28 Guest(s)
AhrefsBot, Amazonbot, Bytespider, Crawl, Google, PetalBot, bot, owler, drandle1

Latest Threads
Submit your suggestions a...
Forum: Suggestions and feedback on KinCony's products
Last Post: kamermcw
6 hours ago
» Replies: 7
» Views: 3,463
Help whit update Cold CPU...
Forum: KC868-HxB series Smart Controller
Last Post: itzek
9 hours ago
» Replies: 0
» Views: 6
KC868-AIO connecting to E...
Forum: KC868-AIO
Last Post: slava
11 hours ago
» Replies: 0
» Views: 1
DI8
Forum: Development
Last Post: Vaughan2024
Yesterday, 10:24 PM
» Replies: 0
» Views: 16
Clarification on CT Clamp...
Forum: KC868-M16 / M1 / MB / M30
Last Post: ironbill
Yesterday, 09:27 PM
» Replies: 0
» Views: 14
AS ESPHome yaml for home ...
Forum: KinCony AS
Last Post: admin
Yesterday, 12:29 PM
» Replies: 4
» Views: 281
KCS firmware - MQTT LWT?
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
Yesterday, 12:02 PM
» Replies: 34
» Views: 3,317
H32W Firmware
Forum: KC868-HxB series Smart Controller
Last Post: admin
Yesterday, 10:32 AM
» Replies: 5
» Views: 1,609
"KCS" v3.0.2 firmware for...
Forum: "KCS" firmware system
Last Post: admin
Yesterday, 12:00 AM
» Replies: 0
» Views: 45
What makes the ESP32 chip...
Forum: KC868-A series and Uair Smart Controller
Last Post: alice_amira
11-08-2024, 04:38 PM
» Replies: 0
» Views: 4

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" 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