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
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
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?
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.
Posted by: admin - 08-26-2021, 11:06 PM - Forum: Development
- No Replies
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