how to set KC868-H32B Pro relay inching mode with push buttons - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1) +--- Forum: KC868-HxB series Smart Controller (https://www.kincony.com/forum/forumdisplay.php?fid=2) +--- Thread: how to set KC868-H32B Pro relay inching mode with push buttons (/showthread.php?tid=4588) |
how to set KC868-H32B Pro relay inching mode with push buttons - admin - 02-23-2024 for example: H32B Pro relay1 ON RS485 modbus command is: 01050000FF008C3A H32B Pro relay1 OFF RS485 modbus command is: 010500000000CDCA so you can create all custom RS485 protocol command for any buttons. RE: how to set KC868-H32B Pro relay inching mode with push buttons - cipry85 - 02-27-2024 hello i configure more custom mesage and not run: mesage -> 01050003FF008C3A not turn on relay 3 RE: how to set KC868-H32B Pro relay inching mode with push buttons - admin - 02-28-2024 If you are not familiar with modbus, we suggest you download v1.0.7 firmware to your KC868-AK, because every modbus command, last two bytes is CRC code, it's not fixed. i suggest you download this firmware: kc868-ak-v1.0.7.zip (Size: 453.15 KB / Downloads: 67) you only need download firmware to ESP32, then use your computer connect to the board by AP mode, easy to config every button for every actions. here is online guide: https://www.kincony.com/how-to-use-kc868-ak-programmable-keyboard.html RE: how to set KC868-H32B Pro relay inching mode with push buttons - cipry85 - 02-28-2024 (02-28-2024, 04:46 AM)admin Wrote: If you are not familiar with modbus, we suggest you download v1.0.7 firmware to your KC868-AK, because every modbus command, last two bytes is CRC code, it's not fixed. i suggest you download this firmware: Okay, I'll do that. Given that this latest version has some upgrades, is there anything that helps me calculate the last 2 bytes of the message? RE: how to set KC868-H32B Pro relay inching mode with push buttons - admin - 02-28-2024 you just download v1.0.7 firmware, not need to use KCS firmware. how to calculate the last 2 bytes, please check with google to learn MODBUS basic. |