Smart Home Automation Forum

Full Version: uee web browser to control KinCony's device for development ways
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
1: chose KC868-HxB "B" series controller, because it support "HTTP" command in local network, it's easy, here is protocol: https://www.kincony.com/download/KC868-H...ommand.pdf  (this way not need program any code.)

2: if you have a server computer, you can install Node-Red or Home assistant, then our controller use MQTT connect to your server,then you can use web browser to control.  (this way not need program any code.)

3: let our controller connect to your server by MQTT or by "TCP Client" mode socket connection, then you can write web service program code, such as JAVA, ASP.net and other tools, all can be done. your server just listening controller, and send command to control by your code. the protocol command is here : https://www.kincony.com/smart-controller...tocol.html