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.
Posted by: admin - 09-16-2021, 02:08 AM - Forum: News
- No Replies
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.
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.
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.