I can barely spell MQTT and know next to nothing on how to run/use MQTT to get my Telemetry data stream. I currently have Mosquitto and Node-Red installed on a RaspberryPi, but have zero clue as to how to set up the system to record the telemetry stream coming from the Node. I have the MQTT and Wifi parameters set up on the Node…just need some guidance on how to get the data.
There are several tutorials in the docs links, MQTT for data collection is not easy. (It is pretty simple to bridge two networks) You have to be tied in to the network via a PC for mqtt to work too, there is not long term storage on the devices you are going to have to have a client of some kind (iOS, android, webui, CLI, MQTT) persistently connected.