Skip to content

BUG v2.23.0 - PGN 129285 - Defect - wpLatitude: null - allways. #136

@dirkwa

Description

@dirkwa

Hi,

I am trying to implement a plugin for the furuno autopilot NavPilot-711c/700.
Sniffing the n2k traffic I see that TZ Pro sents the pgn 129285, but it seems not to be implemented here.

{
  "pgn": 129285,
  "prio": 6,
  "src": 4,
  "dst": 255,
  "timestamp": "2025-11-15T22:32:21.673Z",
  "description": "Navigation - Route/WP Information",
  "fields": {
    "startRps": null,
    "nitems": 2,
    "databaseId": 0,
    "routeId": null,
    "navigationDirectionInRoute": "Forward",
    "supplementaryRouteWpDataAvailable": "Off",
    "reserved": null,
    "routeName": null,
    "reserved9": null,
    "list": [
      {
        "wpId": null,
        "wpName": null,
        "wpLatitude": -17.6814665,
        "wpLongitude": 177.3838499
      },
      {
        "wpId": 1,
        "wpName": "WPT001",
        "wpLatitude": -17.6936884,
        "wpLongitude": 177.3707721
      }
    ]
  },
  "id": "navigationRouteWpInformation"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions