How to Verify or Confirm that the Thingspeak server has received data.
Is it possible to get a "Handshake" back from the server to acknowledge receipt of a data packet ? I want to drive Red/Green LED - Red for Sent followed by Green if receipt is confirmed. I have an ESP32 project sending data without problems, unknown to me the internet connection had been lost, but I had no indication anything was wrong.
3 Comments
Time DescendingIf you are using the REST API, there is a standard HTTP response code and an object containing the updated data or the number of entries in the channel, depending on your parameters sent. See the REST API documentation for write data to see all the response formats. If you are using the ThingSpeak library , the examples show you how to check for the right response code.