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 68 forks source link

feature: add baitWell as a type of tank #511

Closed sarfata closed 5 years ago

sarfata commented 5 years ago

The NMEA2000 standard makes a distinction between liveWell and baitWell. We need to have that distinction too so we can accurately and unequivocally translate some NMEA2000 PGNs.

See https://github.com/SignalK/n2k-signalk/pull/125 for a discussion of the issue in the context of processing PGN130311 (temperature).

Example of NMEA2000 PGN with liveWell and baitWell: https://github.com/sarfata/canboatjs/blob/9590c76ac8b7b265efeb143e318c8c87aaf437bf/lib/pgns.json#L16326