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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,971
» Latest member: itzgreenpoiis0
» Forum threads: 2,423
» Forum posts: 12,543

Full Statistics

Online Users
There are currently 26 online users.
» 2 Member(s) | 13 Guest(s)
Bytespider, Crawl, Google, PetalBot, bot, foxbru, itzgreenpoiis0

Latest Threads
Sms relays control
Forum: KC868-A8S
Last Post: Michele
6 hours ago
» Replies: 6
» Views: 21
new home automation
Forum: DIY Project
Last Post: admin
7 hours ago
» Replies: 1
» Views: 7
Energy consumption not me...
Forum: KC868-M16 / M1 / MB / M30
Last Post: sebastianfs
Today, 05:26 AM
» Replies: 2
» Views: 30
M30 energy consumption no...
Forum: KC868-M16 / M1 / MB / M30
Last Post: admin
Yesterday, 11:51 PM
» Replies: 1
» Views: 8
[Arduino IDE demo source ...
Forum: KC868-A16
Last Post: admin
Yesterday, 11:49 PM
» Replies: 10
» Views: 2,944
KC868-A8 board esphome + ...
Forum: KC868-A8
Last Post: admin
Yesterday, 11:47 PM
» Replies: 9
» Views: 49
Nextion display work with...
Forum: KC868-A4
Last Post: admin
Yesterday, 11:47 AM
» Replies: 5
» Views: 1,924
New KC868-A32 Arduino ESP...
Forum: Suggestions and feedback on KinCony's products
Last Post: admin
Yesterday, 11:45 AM
» Replies: 3
» Views: 16
A16 and HC-SR04
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
Yesterday, 11:44 AM
» Replies: 1
» Views: 27
KC868-A4 with Nextion 5 i...
Forum: KC868-A4
Last Post: YOO SEOK
Yesterday, 01:54 AM
» Replies: 2
» Views: 2,822

  How to connect H8W with Outside network
Posted by: dfi - 11-14-2020, 10:49 AM - Forum: Development - Replies (7)

I try to development software for connect and turn ON/OFF relay
I can connect with Local network 
but I need to connect outside network 
I have public IP server for install or config but I don't know how to config
And I develop Software with Java language



when I connect with Local network I config at attachments



Attached Files Thumbnail(s)
   
Print this item

  How to integrate KC868 Controller to your software platform
Posted by: admin - 11-14-2020, 06:06 AM - Forum: Development - No Replies

We have written a development and debug software tool for KC868-Hx smart relay controller. There are two test versions available:
[b]1.TCP Server Version tool:[/b]
Debugger download:
KC868Hx-Debug-Server (use in Local LAN)
Source code download:
KC868-Hx Debug-Server local LAN control demo source code.rar (C++Builder 10.2.3)
[b]2.TCP Client Version tool:[/b]
Debugger download:
KC868Hx-Debug-Client (use in Local LAN)
Source code download:
KC868-Hx Debug-Client local LAN control demo source code.rar (C++Builder 10.2.3)
KinCony GitHub for sample demo source code download
KC868-Hx Communication protocol:
KC868-H2/4/8/16/32 Comminucation Protocol for development.pdf
KC868-Hx Communication protocol guide:
Anlysis KC868-Hx Controller Communication Protocol

[b]How to choose debugging tools and their differences?[/b]

A.TCP Server Version tool:
[Image: KC868-Hx-Development-Kit-Server.jpg]
[Image: vircom-setting-work-mode-tcp-client.jpg]
In the VirCom network configuration tool, set the KC868-Hx controller  “Work Mode” to “TCP Client”. At this time, the PC debugger is the server, and the KC868-Hx controller is the client. The server is in “Listening” state. After the controller is powered on, it will actively establish a socket communication connection with the server to realize data interaction. In the debugger, we demonstrate how to control the single relay switch, how to control “ALL ON”, “ALL OFF” with one button, how to control the specified relay switch, how to read the current state of one relay switch, how to read the current state of all relay switches at one time, and how to read the dry node sensor state connected at the input port of controller. The bottom left of the window is the content of “send buffer”; the bottom right of the window is the content of “receive buffer”. Before use, set the “port” value, then click the “Listen” button to listen and wait for the client controller to connection. After the connection is successful, the IP address and port number of the connected client device will be displayed in the software status bar.

B.TCP Client Version tool:
[Image: KC868-Hx-Development-Kit-Client.jpg]
[Image: vircom-setting-work-mode-tcp-server.jpg]
In the VirCom network configuration tool, set the KC868-Hx controller  “Work Mode” to “TCP Server”. At this time, the KC868-Hx controller is the server, and the PC debugger is the client. The controller is in “Listening” state. After click “Connect” button on PC debugger, it will establish a socket communication connection with the controller to realize data interaction. In the debugger, we demonstrate how to control the single relay switch, how to control “ALL ON”, “ALL OFF” with one button, how to control the specified relay switch, how to read the current state of one relay switch, how to read the current state of all relay switches at one time, and how to read the dry node sensor state connected at the input port of controller. The bottom left of the window is the content of “send buffer”; the bottom right of the window is the content of “receive buffer”. Before use, set the server’s “ip” and “port” , then click the “Connect” button to connection with controller.

[b]If you need to build a web server to control the devices with web pages, you can do it in the following ways:[/b]


Build a web server. Server establishes a communication connection with the controller through the socket to realize the control of the relay switch. For user through PHP, Java, HTML and other web pages to log in, so as to realize the online control of the relay switch by the website.

Print this item

Question Adding Equipment names to KC868-COL Graphic Display
Posted by: James Alabama - 11-13-2020, 04:53 PM - Forum: KC868-HxB series Smart Controller - Replies (2)

Please tell me how to add device names to the COL graphic display panel.  
The Analog inputs are numbered 1-16 - can I put a name on each eg "Tank 1 Level"
The Digital inputs ae numbered 1-16 - can I put a name on each
The 5 temperature inputs  - can I put a name on each?
James

Print this item

  voice module arduino code firmware for google home and alexa speaker
Posted by: admin - 11-12-2020, 03:54 AM - Forum: DIY Project - Replies (6)

Here is two arduino code for voice module. You can download different file for Google home speaker or Amazon alexa speaker by USB cable. we will upload video to our YouTube channel later.

.zip   KC868-Smart-Relay-Controller-voice-control-google-home.zip (Size: 5.8 KB / Downloads: 495)
.zip   KC868-Smart-Relay-Controller-voice-control-alexa.zip (Size: 5.8 KB / Downloads: 490)

Print this item

  8 channel ethernet wifi relay module -KC868-H8B released
Posted by: admin - 11-12-2020, 01:02 AM - Forum: News - No Replies

We improved ethernet wifi relay module — KC868-H8B for smart home automation DIY.
1: Both have ethernet port and WiFi port.
2: Ethernet and WiFi work at the same time,you can use LAN application and WAN app at the same time, if internet broken , you can also use LAN application to control relay.
3: Ethernet and WiFi module wokr mode control by setting buttons and have LEDs for show work status.
4: Add “COM”, “NO”, “NC” 3 ports for every relay output.

[Image: kc868-h8b_pix550.jpg]

[Image: kc868-h8b-details_04.jpg]

Print this item

  Smartfarm solutions by KC868 Smart Controller
Posted by: admin - 11-10-2020, 01:46 AM - Forum: KC868-HxB series Smart Controller - No Replies

   

(Smart Power Distribution Box with inverter) For Fans:

1. Control fans for: 
  --A. Turn ON/OFF power
  --B. Change fans’ speed (hight,mid,low)
2. Control fans by mobile phone,PC.
3. Supply two verison of software:
  --A. need internet for remote control
  --B. without internet for local control
4. Temperature and humidity automatic control fans:
  --A. E.g. Temperautre >35℃ Then fan speed=high
  --B. E.g. Temperautre <25℃ Then fan speed=low
  --C. E.g. humidity >85% Then fan speed=high
  --D. E.g. humidity <70% Then fan speed=mid
  All trigger conditions and fan control mode can be set by PC software. Automatic running locally without internet.
5. Inverter+Thermal Relay+ACB (air circuit breaker) connect to Fan Motor, So that any fan failure, inverter will shutdown for protection.

(Smart Power Distribution Box without inverter) For light and pump:

1.Control light or pump for Turn ON/OFF power
2.Control light or pump by mobile phone,PC.
3.Supply two verison of software:
  --A.need internet for remote control
  --B.without internet for local control
4.Temperature and humidity automatic control:
  --C.E.g. Temperautre >35℃ Then Device=ON
  --D.E.g. Temperautre <25℃ Then Device=OFF
  --E.E.g. humidity >85% Then Device=OFF
  --F.E.g. humidity <70℃ Then Device=OFF
All trigger conditions and switch control ON/OFF can be set by PC software. Automatic running locally without internet.

Print this item

  KC868-H32/H32W update firmware by ST-Link USB cable pin define
Posted by: admin - 11-10-2020, 12:57 AM - Forum: KC868-HxB series Smart Controller - No Replies

Here is CPU pin define for ST-Link usb cable to download firmwre.
   

How to download firmware by ST-link video: https://youtu.be/MI2_qAIEt2U

Print this item

Photo Unable to connect
Posted by: SAVEE - 11-07-2020, 09:40 AM - Forum: KC868-HxB series Smart Controller - Replies (14)

Hi,

I followed everything from the pdf file and I am unable to corretcly connect the device and to run it with the software.

Here are the screenshots:

[Image: screen1.png]

[Image: screen2.png]

[Image: screen3.png]


[Image: screen4.png]


[Image: screen5.png]


[Image: screen6.png]

Even if I connect directly on USB on my pc, it doesn't detect it!

Thanks

Best Regards


Alex

Print this item

  NodeRed Dashboard Layout of Icons
Posted by: subas - 11-06-2020, 07:23 AM - Forum: Development - Replies (3)

Dear Admin.

How do i change the icon layout on NodeRed Dashboard. Please find screen shot. 
If i want to move the 1st LED beside the 1st Switch and move the 2nd LED beside the 2nd switch how do i do it?



Attached Files Thumbnail(s)
   
Print this item

  KBOX android phone app updated
Posted by: admin - 11-04-2020, 04:14 AM - Forum: News - No Replies

1. Add support KC868-D8 dimmer controller. Now you can use for LED strip or lamp change brightness and control motor or fan speed.
2. Improve the control speed of relay controller.

Download link: https://www.kincony.com/download/kbox-sm...201104.apk

Print this item