Live monitoring and alarms.
All NMEA-2000 parameters, Victron readings via Bluetooth, bilge state, anchor alarm. Alarms via the Automation rules engine. Auto-discovery and device inventory.
Platform · Systems Monitoring
Tanks, batteries, bilge, engine, and every sensor connected to the bus — read live, alarmed when they go wrong, and trended over time so you catch drift before it becomes a failure.
Coverage
32°N is hardware-agnostic. Maretron, Victron, Yacht Devices, any sensor feeding the NMEA-2000 (National Marine Electronics Association 2000) network — they all appear in the same view. You are not limited to one brand's monitoring dashboard.
Drift detection
A single reading being off is noise. A parameter trending in the wrong direction over days or weeks is a signal. The AI agent watches the trends so I don't have to chart them manually.
How it works
Every sensor reading is a bus event — timestamped, source-tagged, and persisted. The monitoring app subscribes to the events it cares about. When a device stops transmitting, the app knows immediately because the stream goes silent.
The time-series history is stored locally on the hub. Trend analysis works from local data — no cloud dependency, no subscription to historical data access.
The monitoring view shows current state. The alarm that wakes you at anchor is a rule in the Automation engine — same rules engine as everything else. "House-bank SOC below 30%" is one rule that both sounds the alarm and, if you have it configured, begins load shedding.
The rules are YAML in your config repo. Not locked inside a vendor's cloud. Not reset when you upgrade. Yours.
When you plug in a new sensor, 32°N sees it appear on the bus and adds it to the device inventory. You confirm the label — "aft bilge pump" or "generator starter battery" — and it starts appearing in the monitoring view immediately.
If an expected source stops transmitting — wind instrument goes silent, depth sounder drops off the bus — the platform alerts immediately. Useful underway when a sensor failure at the wrong moment matters.
Solar output, battery charge rate, and load combined on one graph. Engine RPM, fuel flow, and SOG together. The monitoring app can show correlated parameters from different systems because they all come from the same event stream.
The threshold alarms fire on current values. The AI anomaly detection fires on trends. Both are useful; they catch different things. A battery at 28V right now trips the threshold alarm. A battery whose resting voltage has dropped 0.3V over four months trips the trend alarm.
Roadmap
All NMEA-2000 parameters, Victron readings via Bluetooth, bilge state, anchor alarm. Alarms via the Automation rules engine. Auto-discovery and device inventory.
Automatic load shedding when battery drops below configured threshold. Tank-fill scheduling — target fill level plus reminder when approaching a fill point.
Agent monitors trends and surfaces drift before it becomes a failure. Watermaker output, solar yield, battery capacity, NMEA bus load. Proposals come as maintenance queue entries — you decide whether to act.
The demo lets you explore 32°N without any hardware. The platform page has the five-layer architecture — systems monitoring sits in the apps layer, reading from the bus layer below it.