Jörgen - Is there any way to get unparsed nmea2...
Is there any way to get unparsed nmea2k data in a plugin? ideally filtered on pgn, src and dst? I need to parse pgns that are not present in canboat.
Copprhead - I'm used to using degrees/decimal m...
I'm used to using degrees/decimal minutes for positions, i.e. 020° 44.56' E. But this format is not selectable in Freeboard. Is there a reason for the omission? Am I the only one who likes this format? 🙂
Copprhead - Freeboard asks me to sign in every ...
Freeboard asks me to sign in every time I reopen the browser. Is that normal?
Copprhead - How can I add a waypoint from a plu...
How can I add a waypoint from a plugin that is then immediately shown in Freeboard?
Rhumb Runner - Course Provider plugin seems to ...
Course Provider plugin seems to have multiple errors in calculations for timeToGo, estimatedTimeOfArrival and distance... Got SKSim simulating data, got a course set in FreeboardSK and with me simulating at a fixed speed and course directly to the waypoint the TTG and ETA data coming back from the Course plugin is hours off. Also I'm seeing that the navigation.course.calcValues.distance from Course Provider and Derived Data's navigation.courseGreatCircle.nextPoint.distance are some 3000 meters d...
AdrianP - Freeboard-SK v2.6.0 beta with support...
Freeboard-SK v2.6.0 beta with support for displaying S57 vector charts is available on NPM.
npm i @signalk/freeboard-sk@beta
Stay tuned for details regarding configuring charts-plugin
to serve S57 charts....Roger - I'm trying to set up leeway using the D...
I'm trying to set up leeway using the Derived Data plugin. on my boat, I'm getting attitude data from a Raymarine EV1. The SK path is
navigation.attitude
and it outputs a json object:
```{
"yaw": -0.7902,
"pitch": -0.0009,
"roll": -0.0278...ray_sabado - Is Hans here? I have a couple que...
Is Hans here? I have a couple questions regarding B&G stuff.
problem starting development
I'm new to signalk development, trying to set up a development environment. Installed it raw on my mac, but get the following error after start:
[Error: ENOENT: no such file or directory, open '/develop/signalk/signalk-server/node_modules/@signalk/server-admin-ui/public/index.html'] {
errno: -2,
code: 'ENOENT',...
chris - Was just wondering, why there are "thum...
Was just wondering, why there are "thumbs up" shown in the config of the derived-data plugin. Is this probably a rendering issue in my browser?
Jörgen - I'd like to help with support for Garm...
I'd like to help with support for Garmin Reactor autopilot for the signalk-autopilot plugin. I was thinking about listening for messages when switching between auto and standby to start with, just do a raw log of nmea and translate it to json with analyzejs. But any tips on how to find the culprits in the log, except trying to note the exact time when pressing the buttons? Or any other ideas on how to go ahead with this reverese engineering?
Kees - Hey @Scott Bender are there any plans/id...
Hey @Scott Bender are there any plans/ideas to get wilhelmsk working behind the vrm proxy (or is it already possible today? although i dont get it working, maybe i am not configuring correct?). KIP is working now behind a proxy with help from David, using that for my Android tablet, but would be great to use wilhelmsk too on my ipad as there is a bit more widget/gauge support such as battery mgmt and raymarine mfd integration. Similar questions here: https://community.victronenergy.com/questions...
Roger - Is there a plugin that will remember th...
Is there a plugin that will remember the last good value for a signalk variable? When I'm away from the boat, I tend to turn off the GPS and AIS which stops all the navigation paths from updating. I would like to continue to log environment data but there's a couple of navigation paths that are required to calculate true and ground wind data. I'm looking for a plugin that would automatically update these paths when the live source isn't available.