Lille Ø
SKSignal K
•Created by Raffaele Montella on 12/28/2024 in #sensors
Raffaele Montella - Any experience with inexpen...
If you use the Signal K anchor alarm, auto state plugin sets state as anchored when it is active
14 replies
SKSignal K
•Created by Raffaele Montella on 12/28/2024 in #sensors
Raffaele Montella - Any experience with inexpen...
You'd probably want to also utilize
navigation.state
to only alarm when vessel is under way (sailing/motoring), not when in harbour14 replies
SKSignal K
•Created by Raffaele Montella on 12/28/2024 in #sensors
Raffaele Montella - Any experience with inexpen...
I've done some work on this stuff in the past, but with regular BT devices like smartphones:
https://github.com/nemein/presence-sensor-bluetooth
this was part of an EU-funded research project. Some context:
https://bergie.iki.fi/blog/smart-collaboration-space/
14 replies
SKSignal K
•Created by Raffaele Montella on 12/22/2024 in #plugins-and-webapps
Raffaele Montella - I'm writing a plugin to man...
But then you could maybe do cool things like if the vessel is on autopilot automatically heaving to when somebody goes over board. The fancy NKE systems do that
39 replies
SKSignal K
•Created by Raffaele Montella on 12/22/2024 in #plugins-and-webapps
Raffaele Montella - I'm writing a plugin to man...
I think the only way to distinguish would be to enter the specific MMSIs for your own beacons
39 replies
SKSignal K
•Created by Raffaele Montella on 12/22/2024 in #plugins-and-webapps
Raffaele Montella - I'm writing a plugin to man...
The beacons have their own MMSI (in that 974 range), so for legacy systems they appear as a vessel. Ours also get the vessel MMSI flashed in, but that's so they can make a DSC call to mothership when they activate
39 replies
SKSignal K
•Created by Raffaele Montella on 12/22/2024 in #plugins-and-webapps
Raffaele Montella - I'm writing a plugin to man...
MOB is a MOB. If this plugin detects these beacons, it'll work for either case. On our boat the other part of the crew is likely sleeping when a MOB could occur, and so automation is quite crucial
39 replies
SKSignal K
•Created by Raffaele Montella on 12/22/2024 in #plugins-and-webapps
Raffaele Montella - I'm writing a plugin to man...
It might also be interesting to create these MOB entries automatically (and raise the relevant alerts) if an AIS MOB beacon ("vessel" with MMSI starting with
974
) is detected.39 replies
SKSignal K
•Created by petsi on 11/2/2024 in #plugins-and-webapps
petsi - What plugin do you use to save sailing ...
You can get the past tracks from the Signal K history API. Here's what we use to generate the tracks to our website (https://lille-oe.de/journeys/ etc):
https://github.com/meri-imperiumi/log/blob/main/.github/updatetracks.mjs
8 replies
SKSignal K
•Created by Lille Ø on 11/1/2024 in #plugins-and-webapps
Lille Ø - I'm writing a client that needs to ta...
Ah, I see, you inject the routes directly into the SK server instance instead of using the plugin route registration mechanism
5 replies
SKSignal K
•Created by Lille Ø on 11/1/2024 in #plugins-and-webapps
Lille Ø - I'm writing a client that needs to ta...
I don't think plugins can do that? The plugin.registerWithRouter interface is scoped to that path
5 replies