32 channel ethernet relay module – KinCony KC868-H32

Now we have finished this firmware. it will feedback which key is pressed by “manual control board”, and now the new relay status after you controled.
For example : when you press key1 to turn OFF relay1. you will received the string “RELAY-KEY-255,1,0,OK” in TCP mode. first number “255” not need to see, it always is “255” number. “1” means relay1, just a relay’s channel. “0” means now the relay status is “OFF”.
if you press key1 again to turn ON relay1, then you will received the string “RELAY-KEY-255,1,1,OK” in TCP mode. first number “255” not need to see, it always is “255” number. “1” means relay1, just a relay’s channel. “1” means now the relay status is “ON”.
This function auto feedback is from KC868-H32 relay controller network port, not from home assistant.