Thingspeak Talkback Idempotency issue
Mostrar comentarios más antiguos
I use this method to update channels and execute Talkback: https://www.mathworks.com/help/thingspeak/writedataandexecutetalkbackcommand.html
Most of the time this works great, but once and and a while I do not recieve a response from the http Post. This is more than likley due to a weak cellular connection. When this happens, I redo the http Post and usually get a server response the second time. The problem is, the talkback was already executed on the first try that was not recieved. That means the second try does not contain the Talkback. Any ideas on how to overcome this issue?
Respuesta aceptada
Más respuestas (1)
Vinod
el 19 de Abr. de 2021
0 votos
Out of curiosity, are you using talkbacks as a mechanism for 2 devices to synchronize values/state? If so, rather than a polling model, perhaps you can consider using MQTT publish and subscribe to a topic that is one of the fields on your channel?
1 comentario
Zachariah Belding
el 19 de Abr. de 2021
Comunidades de usuarios
Más respuestas en ThingSpeak Community
Categorías
Más información sobre Read Data from Channel en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!