-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Working list for SKNMEA2000Parser #85
Comments
Ok.
You need to add something like:
(from https://github.com/SignalK/specification/blob/master/schemas/groups/environment.json#L346) The problem here is that the generator does not support
I think the converters should just translate what they receive as precisely as possible to signalk and not do any interpretation. We can then have modules (aka the "Data Computers") that will process data and generate more values if we want.
Completely ok. Makes a lot of sense.
Agreed too. |
@sarfata http://www.actisense.com/wp-content/uploads/2017/07/2014-04-24-NGW-1-AIS-Conversion-List-2.420.pdf |
@sarfata I would like to do some calculations in the SKNMEA2000Parser before it comes to an update. Starting with boat speed and leeway (which has it's own config). What would be the best way to integrate a class for doing that? I have made a PR #113 to give you a rough overview of my idea. Thank You! |
@ronzeiller I have not seen what you have in your performance PR but I think the best way would be to make a class that subscribes to There is no way right now to modify an update while it's going through the system. That will require some more work and if that's what you need to do, then it might be best to do it in the NMEA2000Service. It's not ideal because it will only work for data coming from NMEA2000. |
Correction of performance PR: #117 |
@sarfata |
PGN 128259 Boat speed
see discussion with Timo: ttlappalainen/NMEA2000#84
IMHO we should not store ground speed there, as it will probably not coming and some microseconds later we get ground speed by GPS.
PGN 126992 System Time Date UTC
I do not know how to make an entry in signalk.json for Signal K fields
127250 Vessel Heading
So we could calculate True heading for output if values for variation AND deviation are there.
Attitude
Would like to add Attitude to SKNMEA2000Parser, to switch from internal sensor to boats values for heel and/or pitch.
Selectable by config setting.
Ditto for Magnetic Heading, if it is on the N2k-bus than I would rather like to switch to this source.
OK for you?
Config setting needed for
Seasmart Output vs. NMEA0183 Output
As we soon have a lot of NMEA0183 sentences for navigation
Each NMEA sentence should have its own config-selector for en-/disable
The text was updated successfully, but these errors were encountered: