Juergen Debye - Hello, I am using the @canboat/...

Hello, I am using the @canboat/visual-analyzer (Signal K Server version 2.15.2), I am missing the Information about PGN 127489 Engine Paramters, Dynamik. PGN 127488 Date I can see. can somebody suppert me ?
96 Replies
Scott Bender
Scott Bender•2mo ago
So you don't see that pgn in the list at all? or there is no information in the pgn?
Juergen Debye
Juergen DebyeOP•2mo ago
This is what I see in the list.
No description
Scott Bender
Scott Bender•2mo ago
so that means nothing is sending 127489 (unless there is some bug I am unaware of)
Juergen Debye
Juergen DebyeOP•2mo ago
This is in the Data Browser There you see the PGN 127489
No description
Scott Bender
Scott Bender•2mo ago
well that's strange!! you have time to do some troubleshooting? What machine are you running on?
Juergen Debye
Juergen DebyeOP•2mo ago
I am using a Raspberry PI 5 with Bookworm I have time for you
Scott Bender
Scott Bender•2mo ago
can you login and install canboatjs sudo npm install -g @canboat/canboatjs
Juergen Debye
Juergen DebyeOP•2mo ago
ok I will do
Scott Bender
Scott Bender•2mo ago
then run candumpjs can0 --pretty --pgn 127489
Juergen Debye
Juergen DebyeOP•2mo ago
here mein results
No description
Juergen Debye
Juergen DebyeOP•2mo ago
some errors
Scott Bender
Scott Bender•2mo ago
oh, shoot conflict with cantools sudo mv /usr/bin/cansend /usr/bin/cansend.cantools then try the install again
Juergen Debye
Juergen DebyeOP•2mo ago
ok candumpjs shows now { "pgn": 127489, "prio": 2, "src": 49, "dst": 255, "timestamp": "2025-08-28T14:21:52.222Z", "input": [ "can0 09f20131 [8] 40 1a 01 ec 13 ff ff 98", "can0 09f20131 [8] 41 85 ba 04 ff ff 70 c4", "can0 09f20131 [8] 42 07 00 ff ff ff ff ff", "can0 09f20131 [8] 43 00 00 00 00 00 00 ff" ], "description": "Engine Parameters, Dynamic", "fields": { "Instance": "Dual Engine Starboard", "Oil pressure": 510000, "Temperature": 342, "Alternator Potential": 12.1, "Fuel Rate": -0.1, "Total Engine hours": "141:24:00", "Discrete Status 1": [], "Discrete Status 2": [], "Engine Load": 0, "Engine Torque": 0 }, "id": "engineParametersDynamic" } This looks ok
Scott Bender
Scott Bender•2mo ago
ok, let me see if I can figure out why it's not showing in visual-analyzer...
Juergen Debye
Juergen DebyeOP•2mo ago
ok, after rebooting the RPI and restarting SK , no information in the list of the webapp,. For your information no PGN 127489 data, i want to say 😀
Scott Bender
Scott Bender•2mo ago
you sure you don't have any filters on in visual-analyzer?
Scott Bender
Scott Bender•2mo ago
I am running your data in with a log file
No description
Juergen Debye
Juergen DebyeOP•2mo ago
i have one filter for source 49
Scott Bender
Scott Bender•2mo ago
that should be fine wtf
Juergen Debye
Juergen DebyeOP•2mo ago
here are my complet list without any filter
No description
Scott Bender
Scott Bender•2mo ago
can you get me a full log file: instruction coming...
Juergen Debye
Juergen DebyeOP•2mo ago
This PGN 127489 is create by a NMEA2000 interface hardware , called CX5003 Nmea 0183 To Nmea 2000 Converter Nmea 2000 Adapter Cx5003 Nmea 2000 Konverter
No description
Scott Bender
Scott Bender•2mo ago
candumpjs can0 --format candump > /tmp/log.txt let that run for like 10 seconds, and hit Control-C
Juergen Debye
Juergen DebyeOP•2mo ago
ok
Scott Bender
Scott Bender•2mo ago
also, might be worth it to try the standalone visual-analyzer if you feel like it
Juergen Debye
Juergen DebyeOP•2mo ago
here is the content of the log file , ok for you ?
Juergen Debye
Juergen DebyeOP•2mo ago
ok I will run only the visual-analyzer in SK
Scott Bender
Scott Bender•2mo ago
no I mean you can run visual-analyzer outside of SK
Juergen Debye
Juergen DebyeOP•2mo ago
ok let me know how ?
Scott Bender
Scott Bender•2mo ago
It might help me narrow down the issue...
Scott Bender
Scott Bender•2mo ago
GitHub
GitHub - canboat/visual-analyzer: Tool for visually analyzing NMEA ...
Tool for visually analyzing NMEA 2000 data. Contribute to canboat/visual-analyzer development by creating an account on GitHub.
Scott Bender
Scott Bender•2mo ago
but let me run your logfile through first...
Juergen Debye
Juergen DebyeOP•2mo ago
visual-analyzer --open bash: visual-analyzer: command not found
Scott Bender
Scott Bender•2mo ago
need to install first npm install -g @canboat/visual-analyzer "sudo"
Juergen Debye
Juergen DebyeOP•2mo ago
ok
Scott Bender
Scott Bender•2mo ago
and, of course, working fine with your log file
Juergen Debye
Juergen DebyeOP•2mo ago
I see visual-analyser in my brower, but disconnect
No description
Juergen Debye
Juergen DebyeOP•2mo ago
here I started the visual-analyser
No description
Juergen Debye
Juergen DebyeOP•2mo ago
Port 8080 was in use What is missing ?
Scott Bender
Scott Bender•2mo ago
Go to Connections Add a connection for can0 oh, sorry, the port! add --port 8081 to the visual-analyzer command line
Juergen Debye
Juergen DebyeOP•2mo ago
ok
Juergen Debye
Juergen DebyeOP•2mo ago
i like to add a connection for can0 like this, but the create profile button is nocht active
No description
Juergen Debye
Juergen DebyeOP•2mo ago
or should i connect to the signalk server ?
Scott Bender
Scott Bender•2mo ago
to can0
Juergen Debye
Juergen DebyeOP•2mo ago
ok this i try, but it is button is deactivate , so I can't create a new Profile
Scott Bender
Scott Bender•2mo ago
Enter a Connection Name
Juergen Debye
Juergen DebyeOP•2mo ago
here I can the the PGN 127489 data
No description
Scott Bender
Scott Bender•2mo ago
very interesting...
Juergen Debye
Juergen DebyeOP•2mo ago
No description
Juergen Debye
Juergen DebyeOP•2mo ago
this is installed in Signalk
No description
Scott Bender
Scott Bender•2mo ago
none of that should matter
Juergen Debye
Juergen DebyeOP•2mo ago
ok
Scott Bender
Scott Bender•2mo ago
I am going to be on my boat tomorrow, and I will have the same PGNs coming in through socketcan. Hopefully I have the same issue...
Juergen Debye
Juergen DebyeOP•2mo ago
I develop a virtual boot, what is sailing over the ocean and I like to test NMEA2000 Hardware I am testing the CX5003 hardware now, and I find your app for viewing NMEA2000 data
Scott Bender
Scott Bender•2mo ago
appreciate your help looking into this, hopefully I can reproduce. Otherwiese I'll have to add some more debugging and ask you for some more help...
Juergen Debye
Juergen DebyeOP•2mo ago
you are welcome, your are my Signalk Hero See you Scott
Juergen Debye
Juergen DebyeOP•2mo ago
I install the visual-analyser webapp on my second RPI 5 bookworm (SK 2.15.2), which is running an the the same can0 bus , there I can see the PGN 127489 data. What is missing on the first RPI5?
No description
Scott Bender
Scott Bender•2mo ago
Makes no sense. That’s the only one missing?
Juergen Debye
Juergen DebyeOP•2mo ago
Yes the only one
Juergen Debye
Juergen DebyeOP•2mo ago
in the PGN Browser I can see PGN 127489
No description
Juergen Debye
Juergen DebyeOP•2mo ago
Is this just a static list of PGN's ?
Scott Bender
Scott Bender•2mo ago
Yes
Juergen Debye
Juergen DebyeOP•2mo ago
Any idea from your side? reinstall some software ?
Scott Bender
Scott Bender•2mo ago
I don’t think that will help It would be one thing if you were not getting anything, but just one? I guess you could try re-installing all your plugins cd ~/.signalk rm -rf node_modules npm install
Juergen Debye
Juergen DebyeOP•2mo ago
ok I will try now no change after re-installing all plugins, I rebooted the RPI after reinstalling . PGN 127489 is still missing
Scott Bender
Scott Bender•2mo ago
I guess next would be removing an re-installing the server
Juergen Debye
Juergen DebyeOP•2mo ago
if I do this, i have install all plugins again und have to make the settings for each plugin ?
Scott Bender
Scott Bender•2mo ago
No
Scott Bender
Scott Bender•2mo ago
Just the first section there This just removes and re-installs the code
Juergen Debye
Juergen DebyeOP•2mo ago
ok I see the result of my last command pi@VICZTON-RPI3:~/.signalk $ sudo npm install -g signalk-server npm WARN deprecated lodash.get@4.4.2: This package is deprecated. Use the optional chaining (?.) operator instead. npm WARN deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported npm WARN deprecated lodash.isequal@4.5.0: This package is deprecated. Use require('node:util').isDeepStrictEqual instead. npm WARN deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported npm WARN deprecated fstream@1.0.12: This package is no longer supported. added 670 packages in 2m 121 packages are looking for funding run npm fund for details
Scott Bender
Scott Bender•2mo ago
Looks good
Juergen Debye
Juergen DebyeOP•2mo ago
should i do this now optionally run signalk-server-setup ?
Scott Bender
Scott Bender•2mo ago
No
Juergen Debye
Juergen DebyeOP•2mo ago
PGN 127489 is still missing
No description
Juergen Debye
Juergen DebyeOP•2mo ago
need the visual-analyser some other plugins ?
Scott Bender
Scott Bender•2mo ago
no
Juergen Debye
Juergen DebyeOP•2mo ago
so what can we do else ? Hard job now I think for the moment, I can see the PGN 127489 data in the SK data browser and I can see them with the NMEA2000-Reader from Actisene on my Windows11 Computer. So my test hardware CX5003 is working fine. only the data are missing in the visual-anaylser on one of my RPI, i can live with this for now
Scott Bender
Scott Bender•2mo ago
We’ll see if I have the same issue tomorrow. And I’ll try on a couple different machines.
Juergen Debye
Juergen DebyeOP•2mo ago
ok that is fine
Scott Bender
Scott Bender•2mo ago
If not, I’ll figure out a way for us to debug further
Juergen Debye
Juergen DebyeOP•2mo ago
ok that sounds great Thanks Scott
Scott Bender
Scott Bender•2mo ago
Oh. When you get a chance, check the Java Console in your browser, see if there are any errors there. Of course, working fine for me
Juergen Debye
Juergen DebyeOP•2mo ago
ok I will check
Juergen Debye
Juergen DebyeOP•2mo ago
here is a fault
No description
Scott Bender
Scott Bender•2mo ago
Normal. I see that too Can you get a recording for me using visual-analyzer And FYI, I am underway, single handed, so won’t be doing much for the next 6 hours…
Juergen Debye
Juergen DebyeOP•2mo ago
ok nice sailing than I try to record
Scott Bender
Scott Bender•2mo ago
And just to be clear, I mean on the recording tab
Juergen Debye
Juergen DebyeOP•2mo ago
Here my recording
Scott Bender
Scott Bender•2mo ago
Can you please record in "Source Format" Sorry I didn't tell you that!
Juergen Debye
Juergen DebyeOP•2mo ago
ok I will do
Juergen Debye
Juergen DebyeOP•2mo ago
Now in Source Format
Juergen Debye
Juergen DebyeOP•2mo ago
I sent it here once again
Juergen Debye
Juergen DebyeOP•2mo ago
I hope it is long enough Can you use my record ?
Scott Bender
Scott Bender•2mo ago
do you have Data Logging turned on in your Connection in SK? yep, that's it update to the new sk server v2.15.3 fixed it actually effected any PGNs that are larger than 8 bytes
Juergen Debye
Juergen DebyeOP•2mo ago
ok fine, so I will wait for Version 2.15.3 Good Job I install v2 .15.3 on my problem RPI, now I can see the PGN 127489. Thank you so much

Did you find this page helpful?