KC868-H32B relay controller support http webpage control. It can control by http command for software engineer.
firmware V4.0.1 improvement:
1. add relay control by webpage
2. support http command for developer integrate to third-party software to tun on/off relay and read relay state.
3. add web config password
firmware download : https://www.kincony.com/forum/showthread.php?tid=220&pid=679#pid679
KC868-H32B relay controller http command
Read relays’ state
http://192.168.1.10/sw_ctl.cgi?RelayFF=RD&postpwd=admin123
Turn ON/OFF every relay:
http://192.168.1.10/sw_ctl.cgi?Relay01=ON&postpwd=admin123 // Relay1 ON
http://192.168.1.10/sw_ctl.cgi?Relay01=OFF&postpwd=admin123 // Relay1 OFF
http://192.168.1.10/sw_ctl.cgi?Relay30=ON&postpwd=admin123 // Relay30 ON
http://192.168.1.10/sw_ctl.cgi?Relay30=OFF&postpwd=admin123 // Relay30 OFF
http://192.168.1.10/sw_ctl.cgi?RelayFF=ON&postpwd=admin123 //Relay ALL ON
http://192.168.1.10/sw_ctl.cgi?RelayFF=OFF&postpwd=admin123 //Relay ALL OFF