Teppo Kurki
SKSignal K
•Created by Aswin on 2/19/2025 in #plugins-and-webapps
Aswin - Does the plugin Config of the signalK s...
5 replies
SKSignal K
•Created by Aswin on 2/19/2025 in #plugins-and-webapps
Aswin - Does the plugin Config of the signalK s...
if want to enable/add something in the form based on another field you'll need to look into UISchema, i have not used it but it has some capabilities to this end
5 replies
SKSignal K
•Created by Aswin on 2/19/2025 in #plugins-and-webapps
Aswin - Does the plugin Config of the signalK s...
but that only helps if you schema depends on something the server already knows, like what paths are available
5 replies
SKSignal K
•Created by Aswin on 2/19/2025 in #plugins-and-webapps
Aswin - Does the plugin Config of the signalK s...
you can make the schema dynamic (make it a function that returns the schema instead of a static object)
5 replies
SKSignal K
•Created by A.R. on 2/18/2025 in #questions
Slow replay of nmea-0183 log file
The default value is 1000, more is quicker
12 replies
SKSignal K
•Created by A.R. on 2/18/2025 in #questions
Slow replay of nmea-0183 log file
There is an undocumented settings option
throttleRate
that you can add to the connection in settings.json12 replies
SKSignal K
•Created by A.R. on 2/18/2025 in #questions
Slow replay of nmea-0183 log file
problem with 0183 playback is that typically the files don't have timestamps and all you can do is adjust the rate at which they are replayed. this is what the included 0183 playback sample does at https://github.com/SignalK/signalk-server/blob/master/settings/volare-file-settings.json#L28
12 replies
SKSignal K
•Created by A.R. on 2/18/2025 in #questions
Slow replay of nmea-0183 log file
how are you replaying the files?
12 replies
SKSignal K
•Created by jimseng on 2/14/2025 in #questions
Multiple instances of node-red (Signalk)
the signalk embedded node-red runs within sk server process, so that it has direct 2-way (read and write) access to sk data. to run another instance like that, using sk nodes, you'd need to run another sk server as a slave
3 replies