Don't suggest outdated MQTT client without MQTT 5 support.#485
Don't suggest outdated MQTT client without MQTT 5 support.#485reitermarkus wants to merge 2 commits intoquartiq:mainfrom
Conversation
|
I agree that mqtt-explorer is not a good tool for many jobs. See also quartiq/stabilizer#961 And your PR falls short of addressing the actual issue you face, document using |
|
And there is no need to suggest a mqtt5 explorer precisely because in the use cases envisioned and mentioned the mqtt5 features are not needed. |
279e452 to
928dd36
Compare
928dd36 to
13cc3d7
Compare
|
Added an example for |
jordens
left a comment
There was a problem hiding this comment.
Given that I can't see a tool that covers both the important task of telemetry browsing with plotting and the MQTT5/response-topic stuff, I don't see the improvement of the PR.
I'm fine with listing multiple external tools (along with their limitations/advantages). Then also include mqttui. But a tutorial on how to use them won't fly here.
| for instructions on getting MQTT configured. | ||
|
|
||
| We recommend using [`mqtt-explorer`](http://mqtt-explorer.com/) to view telemetry and run-time | ||
| We recommend using [MQTTX](https://mqttx.app/) to view telemetry and run-time |
There was a problem hiding this comment.
Certainly not. MQTTX doesn't do any plotting. It's strictly worse than MQTT-Explorer for those tasks!
Using MQTT Explorer to publish
/command/savedoesn't work since an MQTT 5 response topic needs to be specified, otherwise the command handler isn't actually executed. Suggest using MQTTX instead, which supports MQTT 5, including setting the response topic.MQ3T seems to be a more similar replacement with MQTT 5 support, but doesn't yet have a way for setting the response topic.