Signal K

SK

Signal K

Signal K is an ecosystem for free and open source universal marine data exchange and software.

Join

questions

announcements

server

specification

plugins-and-webapps

sensors

nmea2000

node-red

wilhelmsk

sensesp

Copprhead - How can I get Freeboard to show AIS...

How can I get Freeboard to show AIS target RNG, BRG and (T)CPA? Would be nice if that was shown directly when clicking on a vessel.

irjudson - Q: What plugin (or not?) provides we...

Q: What plugin (or not?) provides weather under /meteo endpoint for freeboard?

petsi - Freeboard Signalk plugin question. What...

Freeboard Signalk plugin question. What means this two lines? I thought that there was Apparent and true wind but they are opposite. It happens in different positions..
No description

irjudson - Q: Anyone seeing any outtage with th...

Q: Anyone seeing any outtage with the appstore from signalk - It's not loading for me, but everything else seems functional- getting nothing in logs.

Lure - Any user of signalk-logbook plugin? I ha...

Any user of signalk-logbook plugin? I have installed it with deriveddata and sailsconfiguration plugin, but I get this strange error on Dashboard
No description

barnaclebill - It appears that I have a valid c...

It appears that I have a valid connection between InfluxDB and Grafana, and I can see SK data in InfluxDB, but when I try to create a dashboard I don't see any data. Any ideas?
No description

barnaclebill - I noticed that SK-to-N2K plugin ...

I noticed that SK-to-N2K plugin is sending heading PGNs periodically (when it gets magnetic variation data from gpsd). However, there is no source of magnetic heading information. The SK logs show null: Apr 22 14:17:38 2024-04-22T21:17:38.049Z signalk-to-nmea2000 navigation.headingMagnetic,navigation.magneticVariation:,0.08377580411485631 Apr 22 14:17:38 2024-04-22T21:17:38.051Z signalk-to-nmea2000 emit nmea2000JsonOut {"pgn":127250,"SID":87,"Heading":null,"Variation":0.08377580411485631,"Reference":"Magnetic"} The data shows up on the bus as 0xFF 0xFF: 4127 : Pri:3 PGN:127250 Source:100 Dest:255 Len:8 Data:57,FF,FF,FF,7F,46,3,FD...

irjudson - Question: anyone seen this error:Ap...

Question: anyone seen this error: Apr 20 15:20:26 TypeError: Cannot read properties of null (reading 'latitude') at callback (/root/.signalk/node_modules/signalk-to-nmea2000/conversions/navigationdata.js:69:39) at /root/.signalk/node_modules/signalk-to-nmea2000/index.js:209:44 at Next.valueF...

ReefTheMain - question about signalk-speed-wind...

question about signalk-speed-wind-averaging: Does anyone else use this plugin and notice the "Max Wind Speed" is never correct? It seems to get "stuck" on numbers for a while that...obviously aren't the recent max wind speed. I know the plugin hasn't been updated in several years, so maybe it's a bug in the plugin?...

David Godin - Zone Meta QuestionHow can I get ...

Zone Meta Question How can I get zones definitions, either as part of path meta or some other way? I want to get zone definitions to apply to gauges and using Edit Zones to create them....

David Godin - Notifications plugin question:I ...

Notifications plugin question: I see both "Simple Notifications" and "Edit Zones" plugins. They appear to do the same thing. Are there advantages using one or the other? I see "Edit Zones" seems to support multiple zones per path....

irjudson - YAY; "Batteries (kip) includede!" - ...

YAY; "Batteries (kip) included!" - now for that freeboard-sk v2.7 that updates weather and I'll be stuck wondering what else to wish for!"

irjudson - Q: I swear I saw a list of "the most...

Q: I swear I saw a list of "the most common plugins to get started" somewhere

Roger - Quick question, is there a way to use s...

Quick question, is there a way to use subscriptionmanager to subscribe to all paths from a specific source?

LinnJS - Hello everyone I am trying to setup a ...

Hello everyone I am trying to setup a new signal k server and I am working on getting the signalk-to-influxdb2 plugin working. I got influxdb installed I created a user, org, and bucket. The token is working with signalk but it says the org does not exist even though when I login to the ui I see both the org and the bucket. Not sure how to troubleshoot further since eveything seems to be there. Thanks in advance for the help! ๐Ÿ˜„ Screenshots in ๐Ÿงต...

HansT - To not overload my LifePO4 battery, I'd...

To not overload my LifePO4 battery, I'd like it to have a way to tell the system that I'm docked in the home marina and that therefor the LifePO4 charger should keep it ~60% charged. Then, let's saya day before leaving for a trip, I'd like to set it to 'prepare for departure' and the charging should aim for 100%. Possibly cool the freezer, fill the tanks (watermaker), whatever else. I forgot the consensus on what the approach should be....

Kees - Using the ais forwarder plugin i am send...

Using the ais forwarder plugin i am sending data to marinetraffic, but it does not appear on my station at marinetraffic.com - my station is marked as 'inactive'. In the debug log of the plugins I see healthy messages . Any idea what I might be doing wrong? Apr 03 05:33:43 2024-04-03T05:33:43.422Z ais-forwarder sending to 5.9.207.224:XXXX: !AIVDM,1,1,,A,33aI9FP0140G4p:Mv7ARF1qp0000,0*74...

irjudson - Q2: Any magic installing influxdb2? ...

Q2: Any magic installing influxdb2? I have followed instructions (for a raspberry pi) and get "unable to locate package"

irjudson - newbie question: I have freeboard-SK...

newbie question: I have freeboard-SK running, I'm getting observations from NOAA and changed the API path for openweather from 2.5 to 3.0 - but freeboard says "no weather available" - what am I missing?

Adam - Just FYI, Openweather has deprecated the...

Just FYI, Openweather has deprecated their 2.5 api for new accounts. You have to use the 3.0 Onecall API which requires an account with billing setup. I did create a fork of openweather-signalk project that uses a fork I made of openweather-apis that changes 2.5 to 3.0 as it's backwards compatible if anyone runs into the same issue I did.