Message update interval limit / MQTT subscriptions

5 ビュー (過去 30 日間)
Martin Rechsteiner
Martin Rechsteiner 2020 年 2 月 6 日
回答済み: Vinod 2020 年 2 月 6 日
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
Vinod 2020 年 2 月 6 日
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 コミュニティ

カテゴリ

Help Center および File ExchangeThingSpeak についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by