Smart Home Automation Forum

Full Version: KC868-H4 Relay
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi There
What is the correct cmd to turn on off relay on this (board is TCP server)
I can connect but no answer, have try with following cmds
RELAY-SET-1,1,1 / RELAY-SET-1,1,0
that is what you own software is sending (Relay.Exe), here is allso no respons
have allso try with these cmd's
RELAY-SET-255,1,1 / RELAY-SET-255,1,0
this work for me with KC868-H16
now use RELAY-SET-255,1,1 is correct.
first byte is alway fixed by 255 in any protocol command.
the old version is use RELAY-SET-1,1,1 , if you use -1 , you need send initialization command firstly. so now we suggest use -255, it's easy to use, without send initialization command is ok.