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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 6,358
» Latest member: cycov
» Forum threads: 2,844
» Forum posts: 15,020

Full Statistics

Online Users
There are currently 53 online users.
» 2 Member(s) | 37 Guest(s)
Amazonbot, Bytespider, Crawl, Google, PetalBot, WordPress/, bot, twostar

Latest Threads
A16: IFTTT Time based act...
Forum: KC868-A16
Last Post: twostar
10 minutes ago
» Replies: 15
» Views: 142
KC868-HA-V21 serial port ...
Forum: KC868-HA /HA v2
Last Post: PeterOo
1 hour ago
» Replies: 7
» Views: 88
KC868-HA RS485 INPUT & OU...
Forum: KC868-HA /HA v2
Last Post: admin
6 hours ago
» Replies: 29
» Views: 6,581
MQTT Connection issues
Forum: KC868-A16
Last Post: admin
6 hours ago
» Replies: 1
» Views: 5
Using B16M for driving LE...
Forum: B16M
Last Post: admin
7 hours ago
» Replies: 1
» Views: 3
KCS868-A6 not found
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
7 hours ago
» Replies: 12
» Views: 54
[Arduino IDE demo source ...
Forum: KC868-A16
Last Post: admin
Yesterday, 12:18 PM
» Replies: 4
» Views: 2,565
Request for Assistance in...
Forum: DIY Project
Last Post: admin
Yesterday, 09:17 AM
» Replies: 1
» Views: 15
KCS firmware bugs
Forum: "KCS" v2 firmware system
Last Post: twostar
Yesterday, 09:03 AM
» Replies: 9
» Views: 201
Setup K868-a32 and k868-a...
Forum: DIY Project
Last Post: admin
Yesterday, 08:59 AM
» Replies: 1
» Views: 6

  Why the RF remote control 433MHZ not 868 MHZ?
Posted by: ahmed - 11-12-2021, 12:14 PM - Forum: DIY Project - Replies (3)

Why the RF remote control 433MHZ not 868 MHZ?
And if i had different wireless system 433 and 868 MHz at the same house , am i able to change the frequency if conflict with other systems ?

Print this item

  Why DC 12 volt coil for kinCony system?
Posted by: ahmed - 11-12-2021, 12:00 PM - Forum: DIY Project - Replies (14)

I'm new to this system and need to start a new project soon and test that on my house network first.
I had before X10 modules that are 220 volt coil and each module for one circuit single phase with momentary switch, mobile apps and RF remote i had 1 home automation panel that contain all house interior floors lighting load that are coming from 2 sources main and emergency through 3 DB's 
Then finally the automation panel contain the following
1- 2 sources main, emergency 3 phases
2- 3 DBs each are 3 phases
3. All relays are 220 volt coil and distributed each phase and source

If you are trying to replace the system to DC coil 12 volt then you need for each source and single phase a separate AC 220v/ 12 vdc converter
This mean that you need for the automation panel 
3 converters for emergency to present each phase.
6 converters for main 3 for each DB.
Then i need to convert to DC 9 separate converters.
Other wise you will use single phase for emergency as an example phase R convert to DC 12 v and feed all controllers if this phase failed all system will be off.

I really need to know the big reason behind the all system 12 v DC coils !?
And is any way to release version with 220 v AC coil?

Print this item

  free KC868-A8 for Mr Evgeniy Antoshkin from Russian
Posted by: admin - 11-11-2021, 11:51 AM - Forum: Apply for free sample product - No Replies

You applied free sample KC868-A8 have sent by YANWEN, tracking number is VR445934410YP .

Hope your project goes well and share everyone your achievements.

Print this item

  OpenSprinkler ESP32 port on KC868-A8 ?
Posted by: mr.sneezy - 11-11-2021, 09:20 AM - Forum: KC868-A8 - Replies (1)

Is this a possibility to use the open source OpenSprinkler ported firmware ?

https://opensprinkler.com/forums/topic/e...-firmware/

https://github.com/arijav/AriloSprinkler..._dev_esp32

If there is no technical barrier, then I guess the I/O of this board needs to be matched on the OpenSprinkler build I/O ?
Thanks.

Print this item

  Lesson28- How to use KC868-A4 (ESP32) DAC output DC 0-10V by ESPHome
Posted by: admin - 11-10-2021, 02:17 AM - Forum: KC868-A series and Uair Smart Controller - Replies (9)


esphome:
  name: kc868-a4
  platform: ESP32
  board: esp32dev
 
output:
  - platform: esp32_dac
    pin: GPIO25
    id: dac_output2
  - platform: esp32_dac
    pin: GPIO26
    id: dac_output1

light:
  - platform: monochromatic
    output: dac_output1
    name: "KC868-A4-DAC1"
    gamma_correct: 2
    id: dac_light1
  - platform: monochromatic
    output: dac_output2
    name: "KC868-A4-DAC2"
    id: dac_light2

# Enable logging
logger:

# Enable Home Assistant API
api:

ota:
  password: "3b853165e19b67ba8193c59fe59f21a7"

wifi:
  ssid: "KinCony"
  password: "a12345678"

  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: "Kc868-A4 Fallback Hotspot"
    password: "RgIGz8qo4bVC"

captive_portal:

Print this item

  How to use TCP Server and TCP Client work mode for your own software
Posted by: admin - 11-09-2021, 02:18 AM - Forum: Development - No Replies


1: Ethernet work mode = "TCP Server"

controller is a "server", your software is "client".

2: WiFi work mode = "TCP Server"

controller is a "server", your software is "client".

3: Ethernet work mode = "TCP Client"

your software is a "server", controller is "client". when power on, controller will auto connect to your software by ethernet. just "client" will auto connect to "server".

4: WiFi work mode = "TCP Client" instead by MQTT in new firmware

your software is a "server", controller is "client". when power on, controller will auto connect to your software by wifi. just "client" will auto connect to "server".

5: Ethernet work mode = "TCP Client"; WiFi work mode = "TCP Server"

A. your software is a "server", controller is "client". when power on, controller will auto connect to your software by ethernet.

B. controller is a "server", you software is "client".

Print this item

  one KC868-COL/COLB/COLBS control multi controller
Posted by: admin - 11-08-2021, 08:01 AM - Forum: KC868-HxB series Smart Controller - Replies (3)


use one KC868-COL/COLB/COLBS send command to KC868-H32BS, KC868-D8 dimmer controller by RS485 modbus. MAX support 254 devices.

   

Print this item

  HC868 COLB kickstart
Posted by: leliodm - 11-07-2021, 09:09 PM - Forum: KC868-HxB series Smart Controller - Replies (1)

Hi,
I just opened and connected by COLB. I am able to visualize the change of status of the DI input ports from the smart board controller app.
I would like to know
1. what is the procedure to update the firmware step by step - I could not find the right thread in the forum, sorry if I missed something
2. I cannot connect to the web interface where to configure the MQTT server - I can only see the interface as attached to this message.

Any help is welcome!

Thanks
Lee



Attached Files Thumbnail(s)
   
Print this item

  KC868-H32BS V1.41 new firmware update
Posted by: admin - 11-04-2021, 01:13 AM - Forum: News - No Replies

improvement:

support set domain for your own server. old version only set server IP address by number. This verison can set by a server domain name for TCP and MQTT server, added DNS function.

download the ZIP file , unzip update the bin file for KC868-H32BS relay controller by USB-RS232 cable.

.zip   H32BS_V141_211101.zip (Size: 52.11 KB / Downloads: 329)

Print this item

  i need help how to use tcp feedback node to update relay state
Posted by: itzek - 11-02-2021, 07:38 PM - Forum: Development - Replies (5)

Hi
I have H32L I connect it to home assistant : https://www.kincony.com/how-to-create-sw...stant.html
When I power on or off channel from switch terminal board  or wall push bottom it power on but the real status not update on home assistant  app is not changing the status in home assistant to on or off
i work whit node-red ,          , need help whit this

Print this item