KC868-A16 HTTP requests? - 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-A series and Uair Smart Controller (https://www.kincony.com/forum/forumdisplay.php?fid=6) +--- Thread: KC868-A16 HTTP requests? (/showthread.php?tid=4219) |
KC868-A16 HTTP requests? - kloper360 - 02-01-2024 Hi, I am about to order the KC868-A16 for my project and just wanted to check if its really gonna work. Is it possible to do HTTP requests over ethernet cable and GET or SET the state of on input//output? There are many examples online where the ESP32 is used as a webserver, which one can send HTTP requests in order to trigger GPIOs on or off, would that also work with KC868-A16? With my setup I need to control the KC868-A16 with a custom app that communicates oder HTTP, I cannot use the webinterface that may be present in the device. Thanks in advanced, Romano RE: KC868-A16 HTTP requests? - admin - 02-02-2024 you can download KCS firmware, use HTTP, MQTT, TCP or RS485 Modbus protocol. here is online guide how to download KCS firmware: https://www.kincony.com/esp32-kcsv2-firmware.html here is KCS protocol about HTTP command document: https://www.kincony.com/forum/showthread.php?tid=3106 RE: KC868-A16 HTTP requests? - Nikolas Protopapas - 03-06-2024 Hello, do have a simple webpage (ready made) with the http command document you have offer in the previous post? To control KCS and specifically relays of E16P RE: KC868-A16 HTTP requests? - admin - 03-06-2024 do you means web service arduino demo code for E16P? RE: KC868-A16 HTTP requests? - Nikolas Protopapas - 03-06-2024 If you have already constructed website to communicate with KCS Firmware using HTTP protocol. With this KCS protocol, HTTP command document: https://www.kincony.com/forum/showthread.php?tid=3106 |