Thingspeak broker address not working
古いコメントを表示
採用された回答
その他の回答 (3 件)
Christopher Stapels
2021 年 2 月 15 日
0 投票
It is working great across all of my many channels, I did not see a break near the time you posted this. What command did you try to send to the server?
3 件のコメント
JUDITH NJOKU
2021 年 2 月 16 日
Christopher Stapels
2021 年 2 月 16 日
api.thingspeak.com is the RESTful service. mqtt.thingspeak.com is the correct address for the mqtt broker. If you try that address in the config settings, what do you get?
JUDITH NJOKU
2021 年 2 月 16 日
Naim Slama
2022 年 4 月 24 日
0 投票
the same thing host broker not connected help please i want to read from thingspeak using microbit and esp01 thx
1 件のコメント
I'd recommend starting with reading the documentation which has some excellent examples for you to get started.
Nipuna
2022 年 5 月 12 日
0 投票
I have used ThingSpeak for two years without any issue to send data via MQTT from my LoRa gateway.
Since last week I can not see my data publish on any of my channel. I then tested it with MQTTX app
The log files says it is publishing but the channels dont get data
Any suggestions

2 件のコメント
Vinod
2022 年 5 月 12 日
Your topic to publish appears to be incorrect. The client should be publishing to : channels/<CHANNEL_ID>/publish
Nipuna
2022 年 5 月 12 日
Hi Vinod,
Thanks for the guidance, actually the error was that I put the API Write code after the Publish.
This worked after I remove the API write key, in early versions there were no MQTT device creation option. Thanks for the help.
Topic:- channels/<CHANNEL_ID>/publish
Data:- field1=45&field2=60&status=MQTTPUBLISH
コミュニティ
その他の回答 ThingSpeak コミュニティ
カテゴリ
ヘルプ センター および File Exchange で Read Data from Channel についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!