Smart Home Automation Forum
"KCS" firmware Modbus 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" v2 firmware system (https://www.kincony.com/forum/forumdisplay.php?fid=40)
+--- Thread: "KCS" firmware Modbus protocol document (/showthread.php?tid=2528)



"KCS" firmware Modbus 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.

.pdf   KC868-A-series-protocol-ModBus.pdf (Size: 139.11 KB / Downloads: 2,117)


RE: "KCS" firmware Modbus protocol document - abgran - 01-03-2025

How to read sensor in channel 1? Not a ADC. There is no in the documentation.


RE: "KCS" firmware Modbus protocol document - admin - 01-04-2025

read sensor by RS485 modbus protocol? or MQTT?
which board model you are using?


RE: "KCS" firmware Modbus protocol document - abgran - 01-04-2025

(01-04-2025, 12:29 AM)admin Wrote: read sensor by RS485 modbus protocol? or MQTT?
which board model you are using?

by RS485. My board KC868-A6.


RE: "KCS" firmware Modbus protocol document - admin - 01-04-2025

modbus not support read sensor by 1-wire port.
if you can write arduino code, you can define protocol by yourself.


RE: "KCS" firmware Modbus protocol document - abgran - 01-04-2025

(01-04-2025, 02:05 AM)admin Wrote: modbus not support read sensor by 1-wire port.
if you can write arduino code, you can define protocol by yourself.

i see. okay. understand that. no problem for that. solved. just want to know why the sensor not state in the documentation.

Thank you.