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 커뮤니티
카테고리
도움말 센터 및 File Exchange에서 ThingSpeak에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!