"KCS" firmware MQTT protocol document - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20) +--- Forum: "KCS" firmware system (https://www.kincony.com/forum/forumdisplay.php?fid=40) +--- Thread: "KCS" firmware MQTT protocol document (/showthread.php?tid=2529) |
"KCS" firmware MQTT protocol document - admin - 01-22-2023 Note: This protocol document use for KinCony ESP32 smart controller: KC868-A4 KC868-A6 KC868-A8 KC868-A8S KC868-A16 KC868-E16S KC868-A32 KC868-A64 KC868-A128 smart controller Different board will have different channel of digital output, digital input , ADC, DAC, so the protocol is same , just according to the hardware resource to set channel number. KC868-A-series-protocol-MQTT.pdf (Size: 105.97 KB / Downloads: 1,264) RE: "KCS" firmware MQTT protocol document - jo0616 - 02-15-2023 I used node-red MQTT. The connection is good, but there is a problem with STATE from KC868-A4 Bord. payload: "{"input1":{"value":false},"input2":{"value":false},"input3":{"value":false}"input4":{"value":false},"output1":{"value":true},"output2":{"value":false},"output3":{"value":false}"output4":{"value":false},"adc1":{"value":0},"adc2":{"value":0},"adc3":{"value":0}"adc4":{"value":0},"dac1":{"value":255}"dac2":{"value":255}}" Split is difficult because "," is missing in front of input4, output4, adc4, and dac2. The current firmware is v1.0.10. There is no problem with the SET part. If there is a source code, it can be modified, but it is not possible because it is a firmware part. Could you distribute the patch for this part? Thank you. RE: "KCS" firmware MQTT protocol document - admin - 02-15-2023 you can use this new version: v1.0.15 is fixed. download link: https://www.kincony.com/forum/showthread.php?tid=2542 RE: "KCS" firmware MQTT protocol document - jo0616 - 02-15-2023 It's resolved. Thank you. RE: "KCS" firmware MQTT protocol document - admin - 02-15-2023 you are welcome. |