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

AdrianP - If the RMB sentence is visible to Sig...

If the RMB sentence is visible to Signal K server then the course API will see that as the current destination, set nextPoint.position which will trigger the calculations.

Jason_SV.Apres|Hunter336|WI - With regard to De...

With regard to Derived Data, I was looking at the recent changes to steer_error.js and the code was changed from using 'navigation.courseRhumbline.bearingToDestinationTrue', to 'navigation.course.calcValues.bearingTrue'. On my system 'navigation.courseRhumbline.bearingToDestinationTrue' arrives from OpenCPN via the RMB sentence and it looks like 'navigation.course.calcValues.bearingTrue' is derived by the course provider plugin, but I am not sure where it is getting its data from? would it ta...

AdrianP - Having recently done some work to add...

Having recently done some work to address issues logged for the derived-data plugin, it is clear that there is a lack of input validation in some calculations and varying approaches to what the response is when input values are deemed to be invalid. To ensure consistency and a level of trust in the values produced by the plugin, what should be the recommended action for a calculation when the input values are deemed to be invalid: 1. Set the value of the derived paths to null 2. Return and not update the derived paths value?...

Juergen Debye - I am using Plugin Derived Data...

I am using Plugin Derived Data Version v1.37.0

Juergen Debye - Hello , I am using Signalk Ver...

Hello , I am using Signalk Version 2.16.0 and I like to use the Plugin Derived Data for getting the True Wind Direction. There I find the Information: True Wind Direction [navigation.headingTrue(πŸ‘), environment.wind.angleApparent(πŸ‘)] Is it right to use here the environment.wind.angleApparent?...

night199uk - @AdrianP is it possible to set the...

@AdrianP is it possible to set the opacity for a chart/tile layer today in freeboard sk?

Greg Young - anchor alarm plugin.the plugin p...

anchor alarm plugin. the plugin publishes - bow distance to anchor - gps distance to anchor. ...

Juergen Debye - Hello Guys, I am using Signalk ...

Hello Guys, I am using Signalk Version 2.16.0, I like to update actually 2 Plugins, in my case signalk-derived-data or @meri-imperiumi/signalk-meshtastic. The installation of the 2 plugins failed. What can I do to solve this?
No description

AdrianP - At this time Freeboard-SK only displa...

At this time Freeboard-SK only displays alarms, alerts and notifications that fall into a specific criteria. This is currently by design but the intent is to be able to manage these more generally moving forward....

Tore Dahl - Freeboard not "seeing" an alarmTr...

Freeboard not "seeing" an alarm Trying a Freeboard specified question. Created a node-red flow that raises and alarm by adding a custom alarm path in SIgnalK (third screenshot) ...
No description

night199uk - Does anyone know where/how KIP per...

Does anyone know where/how KIP persists it's settings? Is it just through cookies/browser side?

naugehyde - The Shelly BT devices need to be pa...

@Scott Bender The Shelly BT devices need to be paired first or the plugin can't reliably find them at startup. If you're still not seeing data at minute or so intervals after pairing, let me know....
No description

Scott Bender - @naugehyde just added some Shell...

@naugehyde just added some Shelly H&T temp sensors. The data does not get updated, when reboot sk, it's gets the current values, but then never updates them.

night199uk - anyone know of a plugin to monitor...

anyone know of a plugin to monitor and alarm if another boat via AIS moves outside a certain range? i want sort of an anchor alarm for someone elses boat.

Lille Ø - Plugins and the new Signal K REST API...

Plugins and the new Signal K REST APIs... what's the correct way to interact? For dealing with information in Signal K paths, you can do app.getSelfPath and app.putSelfPath. However, to query something like the new Weather API, is the right way to do a fetch() inside the plugin?

Greg Young - Shelly plugin

Shelly plugin dumb question I know … I havent added a shelly device to my system in a long time, I have a number all working ok. I want to add a new device, .. I have its β€œidentity” .. but the plugin demands? a password (which im not using on the shelly) ...

Tore Dahl - Freeboard distance rings and COG li...

Freeboard distance rings and COG line with markers Hi, Like the distance rings and think it's a great feature....

AdrianP - There is an outstanding issue re the ...

There is an outstanding issue re the appstore and this behaviour. All things being equal it should just install over the beta....

Brandon Keepers - I'm looking for recommendatio...

I'm looking for recommendations on caching data values in plugins. The tides plugin uses navigation.position, but if I turn off instruments and restart the server, then I lose position. So I am thinking the plugin will just persist last known position to a json file in the plugin data dir and fall back to that if no position is available. Any other recommendations?

AdrianP - @Scott Bender @Teppo Kurki can you pl...

@Scott Bender @Teppo Kurki can you please review the following PRs that seek to align downstream NMEA sentence/ pgn generation to signalk paths managed by the course API. - https://github.com/SignalK/signalk-to-nmea0183/pull/126 - https://github.com/SignalK/signalk-to-nmea2000/pull/132...