SignalK / signalk-to-nmea2000

Plugin to convert Signal K to NMEA2000
Apache License 2.0
18 stars 26 forks source link

wrong and missing PGN 129029 data #80

Open Tigrecito opened 10 months ago

Tigrecito commented 10 months ago

Hi,

(EDIT for better understanding:)

In SignalK data browser the following paths are visible and have correct values: navigation.gnss.antennaAltitude navigation.gnss.horizontalDilution navigation.gnss.satellites

But they are not (altitude) or wrong (SV number and HDOP) transmitted to n2k network.

Number of SVs is always 16 and HDOP is always 0.64 (independent from values in SignalK Server) Also Altitude is missing completely.

This is the signalk-to-nmea2000 log:

{"pgn":129029,"Date":19607,"Time":41594,"Latitude":50.86987516666667,"Longitude":15.29382105,"GNSS type":"GPS+SBAS/WAAS","Method":"DGNSS fix","Integrity":"No integrity checking","Number of SVs":16,"HDOP":0.64,"Geoidal Separation":-0.01,"Reference Stations":1,"Reference Station Type":"GPS+SBAS/WAAS","Reference Station ID":7}

Tigrecito commented 10 months ago

I don´t think so .. I want to push GPS data from signal k server into NMEA 2000 using the Signal K to NMEA 2000 plugin.

Am 07.09.2023 um 14:09 schrieb Scott Bender @.***>:

I think you have the wrong repository. Should be n2k-signalk.

— Reply to this email directly, view it on GitHub https://github.com/SignalK/signalk-to-nmea2000/issues/80#issuecomment-1710038668, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACIIQ2N6MLZF73B6AYRXGUTXZG2PXANCNFSM6AAAAAA4OZKQTA. You are receiving this because you authored the thread.

sbender9 commented 10 months ago

Yep. Sorry, misinterpreted the issue at first...

aviatorhh commented 7 months ago

FYI, here the problem shown with GPSD forming NMEA0183 sentences out of the can messages (NMEA2000). ss No sat view data. Position data remove by me.

jacques-cd commented 1 month ago

A started looking at this issue because none of the nav data was displaying on my Garmin instrument displays, so started making some fixes that improve this in #98 - this is still a bit of a WIP, but happy to take feedback on the PR.