meshtastic / firmware

Meshtastic device firmware
https://meshtastic.org
GNU General Public License v3.0
3k stars 719 forks source link

[Bug]: multiple unrelated nodes reporting the same location #3396

Closed Bamorph closed 3 months ago

Bamorph commented 3 months ago

Category

Other

Hardware

T-Beam, T-Lora v2 1.6, Heltec V3, Other

Firmware Version

2.2.23

Description

On the ANZ mqtt server, Multiple nodes 100s of KMs apart with fixed locations are all reporting the same incorrect location.

Has happened a few times in the last week. In different, locations. But seems to be attracted to an original node. As an example, the other day a few nodes popped up next to my house, from a different state.

This is an example of some nodes that have had the issue: it is an assortment of hardware and firmware.

!da5439c8 | ROUTER_CLIENT | HELTEC_V3
!fa672e6c | ROUTER_CLIENT | HELTEC_WSL_V3
!da56bcf0 | ROUTER_CLIENT | HELTEC_V3
!95a587f8 | CLIENT | TLORA_V2_1_1P6
!75f17fd0 | ROUTER_CLIENT | TLORA_T3_S3
!da56a78c | ROUTER_CLIENT | HELTEC_V3
!fa672e6c | ROUTER_CLIENT | HELTEC_WSL_V3
!da541158 | ROUTER_CLIENT | HELTEC_V3
!7a6c6e04 | ROUTER_CLIENT | TBEAM

Screenshot_20240313-205313~2

Relevant log output

No response

GUVWAF commented 3 months ago

Do you know if those nodes have JSON enabled and might be running firmware <2.2.20? There was a bug where the "sendposition" JSON message caused all nodes receiving this to send out this position packet, but this was fixed by #3141.

thebentern commented 3 months ago

Are we sure this isn't an issue with the Android client?

Bamorph commented 3 months ago

Do you know if those nodes have JSON enabled and might be running firmware <2.2.20? There was a bug where the "sendposition" JSON message caused all nodes receiving this to send out this position packet, but this was fixed by #3141.

I've checked with one of the nodes that is having issues. They do not have Json enabled. And are running firmware 2.2.23

GUVWAF commented 3 months ago

They do not have Json enabled. And are running firmware 2.2.23

That seems to rule out my suspicion. Would you be able to check with the CLI command meshtastic --nodes if you see the same there?