Smart Home Automation Forum

Full Version: "KCS" v2 firmware STRING protocol document
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Note: This protocol document use for KinCony smart controller:
KC868-AM ASR A2 A4 A4S A6 A8 A8M A8S A16 A16S E16S A32 A32M A64 A128 AG AK AI AIO AP
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.
(07-24-2023, 03:43 AM)admin Wrote: [ -> ]Note: This protocol document use for KinCony smart controller:
KC868-AM ASR A2 A4 A4S A6 A8 A8M A8S A16 A16S E16S A32 A32M A64 A128 AG AK AI AIO AP
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.

Dear Team
I installed firmware V2.2.13
I received this messagge from KC868-A8 (RELAY-GET_ADC_ALL-255,0,0,OK) but I didn't it in your PDF document
Are there updated documents about new comands?
thank you
the command already showed in this PDF file.
Code:
3. Read one channel of ADC (analog input) state
RELAY-GET_ADC-255,id
send:RELAY-GET_ADC-255,1
feedback:RELAY-GET_ADC-255,1,100,OK means: channel-1 ADC value=100
"id" means: 1-MAX channel number.
“100” is ADC original acquisition value. Range: 0-4095 -> dc 0-5v input