SignalK / specification

Signal K is a JSON-based format for storing and sharing marine data from different sources (e.g. nmea 0183, 2000, seatalk, etc)
Other
91 stars 69 forks source link

Signal K support for fields from Engine Configuration Status #585

Open fabdrol opened 4 years ago

fabdrol commented 4 years ago

Recently I needed to represent additional engine information from PGN 127498 (Engine Configuration Status). These fields are not yet present in Signal K. This is how the canboat output looks:

const ex = {
   "pgn":127498,
   "description":"Engine Configuration Status",
   "fields":{
      "Instance": "Single Engine or Dual Engine Port",
      "Rated Engine Speed": 800,
      "VIN": "17 character VIN.",
      "Engine Software Revision Number"
   }
}

I would like to propose the following new. If nobody objects, I'll do PRs for n2k-signalk and specification

Thoughts?

tkurki commented 4 years ago

LGTM