![]() |
|
How to send temperature sensor data via custom protocol - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20) +--- Forum: KC868-A16 (https://www.kincony.com/forum/forumdisplay.php?fid=25) +--- Thread: How to send temperature sensor data via custom protocol (/showthread.php?tid=8135) |
How to send temperature sensor data via custom protocol - sebfromgermany - 06-04-2025 Hello. I am trying to send the current temperature of a sensor to an external server. In order to do that, I set up a custom HTTP POST protocol with an URL to a PHP webpage which processes the received data. Unfortunately I am lacking of information of how to send values via HTTP POST. There is a good documententation about how to request data from the board, but I was not able to find information about sending data from the board to an external URL. It would be great if you could help me. Kind regards, Seb RE: How to send temperature sensor data via custom protocol - admin - 06-04-2025 download KCS firmware, set the sensor, also set the "threshold" value. here is MQTT protocol: https://www.kincony.com/forum/showthread.php?tid=3105 |