python icon indicating copy to clipboard operation
python copied to clipboard

Add New Data for Positioning configuration in YAML exsport

Open djscoutmaster opened this issue 2 years ago • 2 comments

Add YAML Export for

  • Speed
  • heading
  • Altitude
  • number of sat
  • timestamp

Add YAML Export for 2 new smart position configs

  • min broadcast interval
  • min distance

djscoutmaster avatar Mar 31 '23 02:03 djscoutmaster

Add YAML Export for

  • Speed
  • heading
  • Altitude
  • number of sat
  • timestamp

FYI -- These are exported under positionFlags

rcarteraz avatar Mar 31 '23 03:03 rcarteraz

Quite old point. On the current version these configuration fields are exported:

  position:
    broadcastSmartMinimumDistance: 100
    broadcastSmartMinimumIntervalSecs: 30
    gpsMode: ENABLED
    gpsUpdateInterval: 3600
    positionBroadcastSecs: 259200
    positionBroadcastSmartEnabled: false
    positionFlags: 811

So the second part of the initial request is solved. But what do you expect for the first part? Those have nothing to do with configuration, but with logging or tracking of current values...

juergenRe avatar Oct 27 '25 08:10 juergenRe