-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
📡 GPS Accuracy Issue Between Channel and MQTT on the Meshtastic Public Map #6334
Description
Good evening everyone,
I have a question regarding the configuration of GPS accuracy and how it affects my location display. Is this a bug or a misconfiguration on my device?
In my T114 configuration, on the LongFast channel, I have set an accuracy of 729 m so that nearby users can locate me with good precision.
However, I would like to be less precise on the official Meshtastic public map. To achieve this, I have set an accuracy of 1.5 km in the MQTT settings and enabled map reporting.
Logically, I would expect:
729 m accuracy for users nearby who receive my signal directly.
1.5 km accuracy for the Meshtastic public map.
However, I have noticed that the public map ignores the accuracy set in the MQTT settings and instead uses the LongFast channel accuracy of 729 m instead of the configured 1.5 km. It seems that the accuracy setting in MQTT is not being applied.
Additionally, the only way to send my position to the public map via MQTT is to enable the "uplink" option on the LongFast channel. If I don't enable it, no position transmission occurs. The issue is that by enabling uplink, I not only transmit my location on the channel but also all channel messages, which I do not want.
This seems inconsistent—having an accuracy setting in MQTT that is not applied, while only the channel’s accuracy is used, despite map reporting being enabled and the accuracy being set in MQTT.
Is there a reason for this behavior? Is it a matter of priority between these settings?
Thanks in advance for any insights!


