I have a device outputting at approx. 5 second intervals but Thingspeak updates at 15 second intervals. What is happening to the lost messages please? Geoff

 Accepted Answer

Vinod
Vinod on 13 Aug 2020
Edited: Vinod on 13 Aug 2020

0 votes

What is the status code you get from ThingSpeak when you update your channel? If you are using the Write Data API and get a HTTP 200 response code with a number representing an entry_id, then your data was accepted by ThingSpeak.
With a free license of ThingSpeak you can only update the channel every 15s. Any more frequent updates are rejected with a HTTP 200 status code and "0" response.
If you want to update your channel every 5s, consider purchasing a ThingSpeak license.

2 Comments

Is the 15s limit per channel or per license please?
Per channel.

Sign in to comment.

More Answers (0)

Communities

More Answers in the  ThingSpeak Community

Categories

Find more on ThingSpeak in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!