Values are getting updated every 15 seconds in thingspeak. How do I lower this time?
39 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
mohamed arshad peer mohamed
el 1 de Dic. de 2021
Comentada: mohamed arshad peer mohamed
el 2 de Dic. de 2021
I am sending many values from my python side and I am also getting http response that requests are going but every 15-18 secs only one value at random is being selected and is being shown in my thingspeak graph. How do I lower this time ?
0 comentarios
Respuesta aceptada
Mike Croucher
el 1 de Dic. de 2021
I guess you are using the free tier of thingspeak which is limited to one update every 15 seconds. For faster updates, you'll need to upgrade to a paid-for tier. For example How to Buy - Academic License - ThingSpeak IoT
Más respuestas (1)
Vinod
el 1 de Dic. de 2021
Also note that if your license allows you to update a channel once every 15s and you are knowingly wasting resources by having a python script bombard the servers with requests at a much higher rate, it can be considered abuse of terms of service.
Please put in the appropriate delay/sleep in your python code to be in compliance with the limits of your license type.
Comunidades de usuarios
Más respuestas en ThingSpeak Community
Ver también
Categorías
Más información sobre ThingSpeak en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!