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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 3,058
» Latest member: KinMax
» Forum threads: 1,813
» Forum posts: 9,703

Full Statistics

Online Users
There are currently 62 online users.
» 0 Member(s) | 48 Guest(s)
AwarioBot, Bytespider, Yandex, bot

Latest Threads
KC868A-4 RF433MHz decodin...
Forum: KC868-A4
Last Post: franco.demei@gmail.com
3 hours ago
» Replies: 14
» Views: 15
AM2301
Forum: KC868-A8S
Last Post: milan.net
4 hours ago
» Replies: 0
» Views: 0
Kc868-AM and sensors
Forum: KC868-AM
Last Post: fdcemb5
5 hours ago
» Replies: 0
» Views: 0
《《¤》》+2347085480119□》》I W...
Forum: News
Last Post: Billionaires
5 hours ago
» Replies: 0
» Views: 0
??+2349027025197❇️✳️ how ...
Forum: KC868-HxB series Smart Controller
Last Post: Greattemple
6 hours ago
» Replies: 0
» Views: 0
♞✓+2349027025197♞✓ I WANT...
Forum: News
Last Post: Greattemple
6 hours ago
» Replies: 0
» Views: 0
♨+2349027025197♞ I want t...
Forum: Apply for free sample product
Last Post: Greattemple
6 hours ago
» Replies: 0
» Views: 0
KC868-AM with DS18B20
Forum: KC868-AM
Last Post: fdcemb5
8 hours ago
» Replies: 0
» Views: 0
KC868 server
Forum: KC868-Server Raspberry Pi4 local server
Last Post: fdcemb5
8 hours ago
» Replies: 0
» Views: 0
A24 configure yaml for ES...
Forum: KinCony A24
Last Post: admin
8 hours ago
» Replies: 17
» Views: 1,861

  KC868-D8 V4.34 new firmware update
Posted by: admin - 09-28-2021, 03:30 AM - Forum: News - Replies (22)

[Image: kc868-d8-dimmer_pix550.png]
improvement:
1. add 8 channel dimmer control by webpage.
2. support http command for developer integrate to third-party software to change brightness and read output brightness.
3. add web config password.
4. RS485 address set by webpage.
5. support use MQTT function. it will easy integrate to third-party software, like home assistant…
how to integrate to home assistant by MQTT, see this link: https://www.kincony.com/kc868-d8-integra...-mqtt.html
6. add option on config webpage, you can chose whether relay will remember the state before power off. Just whether receover dimmer output state when power on.
7. support "1 Key" and "2 Key" work mode for switch panel. "1 key" mode just need 1 wire for every channel output.
8. add scan device Broadcast command for UDP. This command for software developer scan KC868-D8 in network.
use local network port=4000  send Ansi-String “scan” to remote IP:255.255.255.255 Port:4001
all KC868-D8 in same network device will feedback: device’s IP,Port,UID,type
for example:
send->scan
feedback: 192.168.1.200:4196,uid:xxxxxxxxxxxxxxxxxxxxxxxx,type: DIMMER8
9. Improve the stability of anti-interference, if ethernet line failure by interference , now will automatic restart ethernet chip.
10. Add "Threshold setting": Adjustment startup percent options for every channel output. sometimes LED SSR driver begin work with 10-20% brightness.
11. Support update firmware by network cable.
[Image: KC868-D8-Network-Setting.jpg]
update step:

1. download "NET_IAP_DIMMER8_0909.hex" to CPU chip by ST-Link usb cable. this bootload hex file will support update firmware by network cable.

A. if your dimmer controller MCU chip is "STM32F103VCT6" or "GD32F103VCT6" use ST-Link to download bootload HEX file.
   

Here is ST-link tool for KC868 smart controller firmware update.
https://www.kincony.com/download/sttoolset.zip
when download at stlink software , MCU chip chose what model see the biggest CPU on the PCB bottom side when update KC868-D8 controller.

if you want to order ST-link usb cable, here is order link:
https://www.aliexpress.com/item/33023499...6c0aj9FLgb

here is video link how to download HEX by ST-link cable: https://youtu.be/MI2_qAIEt2U

B. if your dimmer controller MCU chip is "AT32F403AVGT7"  use AT-Link or J-Link to download bootload HEX file.
[Image: AT32F403AVGT7.jpg]
Here is AT-link tool for KC868 smart controller firmware update.
https://www.kincony.com/download/ArteryI...2.4.20.zip

when download at AT-link software , MCU chip model will auto detected when update KC868-D8
   

if you want to order AT-link usb cable, here is order link
https://www.aliexpress.com/item/10050033...2bd5m3SIcY

if you use J-link, you can also use AT-link's software download firmware by J-link. But we have not sell the J-link.

2. update BIN file firmware by "KC868 Controller Network Bootloader" tool.
[Image: KC868-Controller-Network-Bootloader.png]
KC868 Controller Network Bootloader  
.zip   KC868 Controller Network Bootloader.zip (Size: 6.93 KB / Downloads: 367)
NET_IAP_DIMMER8_0909.hex  
.zip   NET_IAP_DIMMER8_0909.zip (Size: 15.8 KB / Downloads: 313)
firmware BIN file 
.zip   Dimmer8_V434_0900.zip (Size: 46.99 KB / Downloads: 298)
after you download these zip file, must unzip when use.

Print this item

  KC868-H2B V4.34 new firmware update
Posted by: admin - 09-28-2021, 12:22 AM - Forum: News - No Replies

[Image: kc868-h2b_pix550.jpg]
improvement:

1. add relay control by webpage
2. support http command for developer integrate to third-party software to tun on/off relay and read relay state.
3. add web config password
4. add read input state http command for developer integrate to third-party software. you can send http command to control relay.

Command is like this, send:  http://192.168.1.xx/sw_ctl.cgi?RelayFF=R…pwd=XXXXXX
Then will feedback all state.

5. support use MQTT function by Ethernet or WiFi. it will easy integrate to third-party software, like home assistant…
how to integrate to home assistant by MQTT, see this link: https://www.kincony.com/kc868-h32b-integ...-mqtt.html

6. add option on config webpage, you can chose whether relay will remember the state before power off. Just whether receover relay sate when power on.
7. add option on config webpage, you can chose any relay channel for momentary work mode, and set the delay time for auto off. Relay “Momentary Time” extend to “1-10000 seconds”

8. add scan device Broadcast command for UDP. This command for software developer scan KC868-H2B in network.

use local network port=4000  send Ansi-String “scan” to remote IP:255.255.255.255 Port:4001
all KC868-H2B in same network device will feedback: device’s IP,Port,UID,type
for example:
send->scan
feedback: 192.168.1.200:4196,uid:xxxxxxxxxxxxxxxxxxxxxxxx,type:H2B

9. Improve the stability of anti-interference, if ethernet line failure by interference , now will automatic restart ethernet chip.

make sure your KC868-H2B metal box top lable have “AT” words, like this photo. so that have 128KB flash memory and RAM enough for update. If not use the MCU chip, if you can weld, replace the MCU will support new firmware.

if you use MQTT, as follows:

Set your ethernet for MQTT in network setting webpage, set the broker IP,Port, MQTT user name and password.

Example configuration.yaml entry for relay1 output:
switch:
– platform: mqtt
name: ‘relay2B-1’
unique_id: relay2B-1
state_topic: ‘relay2/xxxxxxxxxxxxxxxxxxxxxxxx/state’
command_topic: ‘relay2/xxxxxxxxxxxxxxxxxxxxxxxx/set’
payload_on: ‘{“relay1”:{“on”:1}}’
payload_off: ‘{“relay1”:{“on”:0}}’
value_template: ‘{{ value_json.relay1.on }}’
state_on: 1
state_off: 0

Note: xxxxxxxxxxxxxxxxxxxxxxxx is your KC868-H2B’s ID, it’s 24bit. You can find in controller’s config webpage.

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


.zip   Relay2_V434_210818.zip (Size: 41.37 KB / Downloads: 245)
firmware update tool download: https://www.kincony.com/download/KC868-C...loader.zip

Print this item

  [Question] Switches
Posted by: sleonheart - 09-26-2021, 11:14 AM - Forum: KC868-HxB series Smart Controller - Replies (10)

Hello and greetings from Germany,

do you offer youre switches also with 2 mount points so i can mount like 2 switches next to each other? 

Secondly do you offer Power Outlets for Germany since many houses here have switches and Power outlets next to each other?

i could provide Dimensions and photos if nessesary showing what i mean excatly

Print this item

  [Suggestion] Read Modbus Energy Meters
Posted by: sleonheart - 09-26-2021, 10:16 AM - Forum: KC868-HxB series Smart Controller - Replies (1)

Hello and greetings from Germany,

would it be possible to read Energy Meters that have Modbus on Board? Like for Example SDM630? With this possibility it would be possible to integrate Power Plant Production Values ( Solarplant, Waterplant, Gasplant etc.) and with this switch on Power outlets etc to make sure to use the Max Energy. I think this would be a very very good  extension of the functionalities of youre product. Even if node red Server is offline things would still work as needed. 

Thanks for listining to my request

Print this item

  [Suggestion] Impulse Counter Contact
Posted by: sleonheart - 09-26-2021, 10:07 AM - Forum: KC868-HxB series Smart Controller - Replies (1)

Hello and greetings from Germany,

most Water, Power and Gas Meters have an Impulse Contact integrated it runs under the S0 Interface Standard. 

S0 Interface

it would be perfect to count these Values and store them so i can look at them from the Dashboard without exterior Hardware.

following things would have to be changeable:

Pulscount Value Unit

as an Example

1000pulses = 1 Kwh

these Energy meters can be found in many households here in Germany and as far as I know even in other Countries.

Like this it would be possible to for example send out an alarm if Water runs for 2 hours or so.

Print this item

  KC868-H4B V4.34 new firmware update
Posted by: admin - 09-16-2021, 02:08 AM - Forum: News - No Replies

[Image: kc868-h4b-1_pix550.jpg]
improvement:

1. add relay control by webpage
2. support http command for developer integrate to third-party software to tun on/off relay and read relay state.
3. add web config password
4. add read input state http command for developer integrate to third-party software. you can send http command to get information of 4 channel digital input port state.

Command is like this, send:  http://192.168.1.xx/sw_ctl.cgi?RelayFF=R…pwd=XXXXXX
Then will feedback all state.

5. support use MQTT function by Ethernet or WiFi. it will easy integrate to third-party software, like home assistant…
how to integrate to home assistant by MQTT, see this link: https://www.kincony.com/kc868-h32b-integ...-mqtt.html

6. add option on config webpage, you can chose whether relay will remember the state before power off. Just whether receover relay sate when power on.
7. add option on config webpage, you can chose any relay channel for momentary work mode, and set the delay time for auto off. Relay “Momentary Time” extend to “1-10000 seconds”

8. add scan device Broadcast command for UDP. This command for software developer scan KC868-H4B in network.

use local network port=4000  send Ansi-String “scan” to remote IP:255.255.255.255 Port:4001
all KC868-H4B in same network device will feedback: device’s IP,Port,UID,type
for example:
send->scan
feedback: 192.168.1.200:4196,uid:xxxxxxxxxxxxxxxxxxxxxxxx,type:H4B

9. Improve the stability of anti-interference, if ethernet line failure by interference , now will automatic restart ethernet chip.

make sure your KC868-H4B metal box top lable have “AT” words, like this photo. so that have 128KB flash memory and RAM enough for update. If not use the MCU chip, if you can weld, replace the MCU will support new firmware.


   

if you use MQTT, as follows:

Set your ethernet for MQTT in network setting webpage, set the broker IP,Port, MQTT user name and password.

Example configuration.yaml entry for relay1 output:
switch:
– platform: mqtt
name: ‘relay4B-1’
unique_id: relay4B-1
state_topic: ‘relay4/xxxxxxxxxxxxxxxxxxxxxxxx/state’
command_topic: ‘relay4/xxxxxxxxxxxxxxxxxxxxxxxx/set’
payload_on: ‘{“relay1”:{“on”:1}}’
payload_off: ‘{“relay1”:{“on”:0}}’
value_template: ‘{{ value_json.relay1.on }}’
state_on: 1
state_off: 0

Example configuration.yaml entry for input1 sensor:
binary_sensor:
– platform: mqtt
name: ‘H4B-input1’
unique_id: H4B-input1
state_topic: ‘relay4/xxxxxxxxxxxxxxxxxxxxxxxx/state’
value_template: ‘{{ value_json.input1.on }}’
payload_on: 1
payload_off: 0

Note: xxxxxxxxxxxxxxxxxxxxxxxx is your KC868-H4B’s ID, it’s 24bit. You can find in controller’s config webpage.


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

.zip   Relay4_V434_210817.zip (Size: 41.69 KB / Downloads: 281)
firmware update tool download: https://www.kincony.com/download/KC868-C...loader.zip

Print this item

  Need your advise.
Posted by: heyheyhey - 09-14-2021, 12:13 PM - Forum: KC868-HxB series Smart Controller - Replies (6)

Hello!
I have some questions.
1. Can I install the KC868-H32B without MC.
2. If yes, What are there problems?


After installing we have a problem that turn on, turn off several times. KC868-H32B is goes down.
I do not know what's wrong.

Print this item

  alexa_master_Arduino
Posted by: Tavo - 09-13-2021, 07:08 PM - Forum: DIY Project - Replies (6)

Good afternoon, I would like to ask for your support to be able to load the software to my KC868 I also have the voice module ESP8266 and SINRIC to be able to activate the 32 outputs of the KC868 through the Mobile and through Alexa
  I would like to see if you can support me on how to load it with Arduino IDE since with (Voice-Module-Config) I did not have success
 
https://drive.google.com/file/d/1NR2Ndxx...sp=sharing


I replaced in the code: ************ with my data from my SINRIC account

#define MyApiKey "*****MY ID SINRIC*****" // TODO: Change to your sinric API Key. Your API Key is displayed on sinric.com dashboard
#define MySSID "************" // TODO: Change to your Wifi network SSID
#define MyWifiPassword "***********" // TODO: Change to your Wifi network password

#define Relay1 "**********" // Device ID of Relay1 , which is displayed on sinric.com dashboard
#define Relay2 "***********" // Device ID of Relay2 , which is displayed on sinric.com dashboard
#define Relay3 "***********" // Device ID of Relay3 , which is displayed on sinric.com dashboard
#define Relay4 "***********" // Device ID of Relay4 , which is displayed on sinric.com dashboard
#define Relay5 "***********" // Device ID of Relay5 , which is displayed on sinric.com dashboard
#define Relay6 "***********" // Device ID of Relay6 , which is displayed on sinric.com dashboard
#define Relay7 "***********" // Device ID of Relay7 , which is displayed on sinric.com dashboard
#define Relay8 "***********" // Device ID of Relay8 , which is displayed on sinric.com dashboard
#define Relay9 "***********" // Device ID of Relay9 , which is displayed on sinric.com dashboard
#define Relay10 "***********" // Device ID of Relay10 , which is displayed on sinric.com dashboard
#define Relay11 "***********" // Device ID of Relay11 , which is displayed on sinric.com dashboard
#define Relay12 "***********" // Device ID of Relay12 , which is displayed on sinric.com dashboard
#define Relay13 "***********" // Device ID of Relay13 , which is displayed on sinric.com dashboard
#define Relay14 "***********" // Device ID of Relay14 , which is displayed on sinric.com dashboard
#define Relay15 "***********" // Device ID of Relay15 , which is displayed on sinric.com dashboard
#define Relay16 "***********" // Device ID of Relay16 , which is displayed on sinric.com dashboard
#define Relay17 "***********" // Device ID of Relay17 , which is displayed on sinric.com dashboard
#define Relay18 "***********" // Device ID of Relay18 , which is displayed on sinric.com dashboard
#define Relay19 "***********" // Device ID of Relay19 , which is displayed on sinric.com dashboard
#define Relay20 "***********" // Device ID of Relay20 , which is displayed on sinric.com dashboard
#define Relay21 "***********" // Device ID of Relay21 , which is displayed on sinric.com dashboard
#define Relay22 "***********" // Device ID of Relay22 , which is displayed on sinric.com dashboard
#define Relay23 "***********" // Device ID of Relay23 , which is displayed on sinric.com dashboard
#define Relay24 "***********" // Device ID of Relay24 , which is displayed on sinric.com dashboard
#define Relay25 "***********" // Device ID of Relay25 , which is displayed on sinric.com dashboard
#define Relay26 "***********" // Device ID of Relay26 , which is displayed on sinric.com dashboard
#define Relay27 "***********" // Device ID of Relay27 , which is displayed on sinric.com dashboard
#define Relay28 "***********" // Device ID of Relay28 , which is displayed on sinric.com dashboard
#define Relay29 "***********" // Device ID of Relay29 , which is displayed on sinric.com dashboard
#define Relay30 "***********" // Device ID of Relay30 , which is displayed on sinric.com dashboard
#define Relay31 "***********" // Device ID of Relay31 , which is displayed on sinric.com dashboard
#define Relay32 "***********" // Device ID of Relay32 , which is displayed on sinric.com dashboard

could provide the libraries since some versions vary.
https://drive.google.com/file/d/1vjwkgDT...sp=sharing

This is the type of card I am selecting.
https://drive.google.com/file/d/1K6f3oMS...sp=sharing


I get this error trying to quote it.

Error compilando para la tarjeta NodeMCU 1.0 (ESP-12E Module).

thank you very much in advance for your support



Attached Files
.zip   master_Alexa.zip (Size: 5.94 KB / Downloads: 257)
Print this item

  some questions about products and solutions Mega project
Posted by: engrezk - 09-13-2021, 06:14 AM - Forum: News - Replies (3)

Hello, how are you?
I have some questions about your products and solutions that you provide for smart projects, especially mega projects?

Do you have solutions for Mega projects such as universities and hospitals and administrative projects , where there are a large number of electrical distribution panels and large electrical loads.

What is the maximum number of controllers that can be installed together on software
and hardware?
How many controllers can be connected with one COLB?
- What are your solutions for different air conditioners such as shellers and VRV packages... especially in mega projects? not on or off only ?
Is there a software to run all the controllers in very large projects on one computer ?
What is the life time of your products? And what about maintenance?
Warranty on the supplied equipment and technical support?

Print this item

  KC868-H32B V4.37 new firmware update
Posted by: admin - 09-08-2021, 12:37 AM - Forum: News - Replies (11)

[Image: kc868-h32b_pix550.jpg]
improvement:
set every relay output momentary time separately.
       
download the ZIP file , unzip update the bin file for KC868-H32B relay controller by USB-RS232 cable.

.zip   Relay32_V437_210907.zip (Size: 46.05 KB / Downloads: 411)
firmware update tool download: https://www.kincony.com/download/KC868-C...loader.zip

Print this item