firmware icon indicating copy to clipboard operation
firmware copied to clipboard

[Bug]: Setting the fixed GPS position is not possible via Python CLI

Open rena2019 opened this issue 1 month ago • 2 comments

Category

Other

Hardware

Heltec Wireless Paper

Firmware Version

2.5.15.79da236

Description

I'm trying to configure my meshtastic device via Python CLI only (without Android device). But after setting the GPS position with

meshtastic --port COM5 --setlat 53.3XXXX --setlon 9.8XXXX
  Connected to radio
  Fixing latitude at 53.3XXXX degrees
  Fixing longitude at 9.8XXXX degrees
  Setting device position and enabling fixed position setting

it's not possible to find the device at https://meshmap.net/ and the following warning is displayed in the serial log:

Relevant log output

DEBUG | 14:56:24 403 [Power] Battery: usbPower=0, isCharging=0, batMv=3867, batPct=67 DEBUG | 14:56:29 408 [Screen] determineMode(): DEBUG | 14:56:29 408 [Screen] refresh=SKIPPED, reason=FRAME_MATCHED_PREVIOUS, frameFlags=0x1 WARN | 14:56:41 420 [mqtt] MQTT Map report enabled, but no position available

rena2019 avatar Jan 05 '25 14:01 rena2019