Message update interval limit / MQTT subscriptions

2 views (last 30 days)
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

Answers (1)

Vinod
Vinod on 6 Feb 2020
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?

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!