Can I subscribe my channel(s) with MQTT with a free license?
6 ビュー (過去 30 日間)
古いコメントを表示
I am using a free license for publishing data with MQTT on ThingSpeak which works very good,
according to the format: channels/<channelID>/publish/fields/field<fieldnumber>.
Can I subscribe my channel(s) with MQTT with a free license with the format:
channels/<channelID>/subscribe/fields/field<fieldnumber>.
Or is there any restriction?
Thanks for your answer and best regards.
2 件のコメント
Fred Ettner
2022 年 2 月 6 日
Johan, I'm trying unsuccesfuly to do the same. What micropython MQTT library areyou using?
回答 (1 件)
Vinod
2021 年 12 月 31 日
Yes. Even a free license enables you to publish and subscribe to ThingSpeak channels. Note that you may still only publish to a channel once every 15 seconds with a free license.
4 件のコメント
Vinod
2022 年 1 月 3 日
I'm not familiar with that environment, unfortunately. Have you tried subscribing to your channel using a desktop client like mqttx and publishing data to it?
コミュニティ
その他の回答 ThingSpeak コミュニティ
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!