You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'A new Model Context Protocol server brings natural language AI assistance to SignalK, transforming how boaters interact with their vessel data and systems.'
@@ -114,13 +115,15 @@ The SignalK MCP server provides **real-time** vessel data. For **historical anal
114
115
**How They Work Together:**
115
116
116
117
The AI automatically chooses which MCP server to use:
118
+
117
119
-**SignalK MCP**: Current position, live sensor readings, active alarms
SignalK follows the specification standard and stores all data in **SI units** (meters, Kelvin, meters/second), while boaters typically think in **nautical units, imperial units, or metric** depending on their location (feet/Fahrenheit in the US, meters/Celsius internationally, and knots universally). Additionally, SignalK and InfluxDB store timestamps in **UTC**, but you'll want to see times in your local timezone.
363
372
364
373
Without specifying your preferred units in the context document, you'll get technically correct but unintuitive responses:
374
+
365
375
- "Water depth is 5.4864 meters" instead of "18 feet"
366
376
- "Temperature is 299.15 Kelvin" instead of "78°F"
367
377
- "Charging started at 14:00" instead of "7:00 AM PDT"
@@ -455,10 +465,12 @@ Baselines are critical for detecting electrical anomalies and system degradation
455
465
**Scenario:** You notice your battery isn't holding charge as well as it used to.
456
466
457
467
**Without updated context:**
468
+
458
469
- AI sees: `electrical.batteries.288.voltage` = 12.4V at 50% SOC
459
470
- AI responds: "Battery is at 12.4V and 50% state of charge."
460
471
461
472
**With historical baseline in context:**
473
+
462
474
- Context says: "Normal voltage at 50% SOC: 13.1V (baseline from June 2024)"
463
475
- AI sees: Current = 12.4V, Expected = 13.1V
464
476
- AI responds: "⚠️ Battery voltage is 0.7V below normal baseline for 50% charge. This suggests battery degradation or a cell imbalance issue. Normal voltage at this charge level should be ~13.1V. Recommend checking battery health and connections."
0 commit comments