thingspeak server closing connection immediately
5 ビュー (過去 30 日間)
古いコメントを表示
mqtt3.thingspeak.com closing the connection immediately when trying to connect using A6 gsm module. Has been working flawlessly up to a week ago.Not able to publish any data to private channel. No encryption used (http).
0 件のコメント
回答 (2 件)
Christopher Stapels
2024 年 8 月 19 日
Usually that means an authentication issue. Can you ensure the device is set up correctly and it is allowed to publish to the channel you are trying to write to? It is easy to make an inadvertant change in the MQTT interface.
2 件のコメント
Christopher Stapels
2024 年 8 月 20 日
Here are a list of troubleshooting tips. Sometimes a change inyou device local MQTT sessings can casue the broker to reject a connections, for example setting last will. It might even happen inadvertantly with a library update. A library update recently broke my ESP-now project. :(
Vinod
2024 年 8 月 19 日
編集済み: Vinod
2024 年 8 月 19 日
Are you able to publish/subscribe to the channel updates from a different client such as MQTTX ? If that works, I would suggest looking into the code running on your device. Maybe try switching from the GSM modem to a WiFi network. Does that work? If so, you can have localized the problem to the A6 module.
2 件のコメント
Vinod
2024 年 8 月 22 日
Thank you for confirming, Sven.
Could you please post the resolution and how you narrowed down the issue so it may help the next person who has a similar issue?
コミュニティ
その他の回答 ThingSpeak コミュニティ
参考
カテゴリ
Help Center および 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!