Message update interval limit / MQTT subscriptions
显示 更早的评论
Hallo,
I have two ESP32 with MQTT subcriptions with PubSubClient and running indepenently from each other.
The first sends data to field 1,2,3. The other to field 4,5,6. Both to the same channel.
When I start both sometimes one can not write. Both ESP32 run independently and update every 60secs.
Question:
Does the Message update interval limit of 15sec apply also to the 3 simultaneous MQTT subscriptions?
Regards: Martin
回答(1 个)
Vinod
2020-2-6
0 个投票
With a free license, a channel can only be updated at most once every 15s. It does not matter if the updates are happening using the MQTT or REST API, or even a combination of the two. With a paid license that update rate is one update per channel per second.
The mental model is of a single channel per device. It appears you have a different use case -- can you describe more what you are trying to do, especially the use case for multiple devices updating the same channel?
社区
更多回答在 ThingSpeak Community
类别
在 帮助中心 和 File Exchange 中查找有关 ThingSpeak 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!