nmea0183-signalk icon indicating copy to clipboard operation
nmea0183-signalk copied to clipboard

NMEA0183 to Signal K parser

Results 27 nmea0183-signalk issues
Sort by recently updated
recently updated
newest added

See for example https://gist.github.com/tkurki/4aa2795b7567ad6fd17e (from demo.signalk.org:3000).

In the current SK spec, multiple engines reporting RPM are recorded like this: `propulsion.engine1.revolutions` `propulsion.engine2.revolutions` `propulsion.engine3.revolutions` etc In the current RPM hook a delta is created with `propulsion.engine1.revolutions` hardcoded as...

The value assigned to Relative humidity is a percentage value (e.g 80) rather than ratio (i.e. 0.8) as per the spec.

bug

**Issue:** (#253) `salinity` and `relativeHumidity` paths in the specification (`environment` group) are defined with the unit `ratio`. Values from the VDM sentence are written to these signal K paths as...

fix

I've noticed a number of areas where the APB and BOD parsers don't follow the SignalK spec: The APB parser incorrectly stores "bearing to next waypoint" to `navigation.courseRhumbline.bearingToDestinationTrue` which is...

good first task

Has the naming or schema changed for propulsion ? The previous version of the OpenCPN Engine Dashboard plugin supported SignalK with the following SignalK update paths. `propulsion.port.revolutions` `propulsion.starboard.revolutions` which mapped...