Skip to main content

Synapsys Module

The Synapsys module is the main tracking component of the ION Guard platform. It provides BLE-based indoor location, panic alerts, device monitoring, and analytics.

Sub-features per site

Synapsys groups its capabilities into sub-features that the Platform Admin can enable or disable individually per site — without turning off the entire module (see Modules):

Sub-featureIdentifierWhat it delivers
Panic Buttonpanic-buttonPanic alerts triggered by beacons and the associated response flow
Asset Trackingasset-trackingLocation and history of beacons/assets by zone, tracking menu items
Cold Roomcold-roomDwell time and thermal break monitoring — see Cold Room Module
Cold Room is a sub-feature of Synapsys

In the portal, Cold Room is documented as its own subcategory because it has an extensive functional scope, but technically it is delivered as the cold-room sub-feature within the Synapsys module (indoor-location), reusing the same beacon and antenna infrastructure.

Features

Real-time tracking

  • Beacon location by zone using RSSI signals captured by antennas
  • Confidence calculation based on signal count, intensity, margin, and temporal consistency
  • Hysteresis to avoid oscillation between adjacent zones
  • Visualization in Zone Map with interactive floor plans
  • Location history per beacon

Alerts

The module registers 5 alert types:

TypeSeverityTriggerAuto-resolve
Panic ButtonCriticalBeacon sends panic signalNo
Device OfflineHighBeacon stops sending signalsYes (when back online)
Antenna OfflineHighAntenna stops transmittingYes (when back online)
Low BatteryWarningBattery level below thresholdYes (when level normalizes)
Restricted Zone EntryHighBeacon detected in a Restricted zoneConfigurable

All alerts are escalatable — see Escalation for times per type.

Devices

  • Management of Beacons (3 types: panic, asset, personal)
  • Management of Antennas with automatic MQTT configuration
  • Health monitoring: online/offline status, battery level, last signal

Analytics

The module includes an Analytics page (/analytics) with:

  • Response metrics — Average alert response time (avg, p50, p95)
  • Alert volume — Breakdown by type and severity
  • Resolution — Manual vs. automatic resolution rate
  • Zone occupancy — Presence heatmap by zone
  • Operator performance — Metrics per operator
  • Device availability — Ranking of most-alerted devices
  • Escalation trend — Evolution of escalated alerts

Reports

6 report types available for download (CSV, XLSX, PDF):

ReportDescription
Beacon AvailabilityUptime/downtime per beacon in the period
Antenna HealthStatus and availability of antennas
Device ActivityActivity log (signals, movements)
Restricted Zone EntryRecord of entries into restricted zones
Zone OccupancyPresence metrics per zone
Security IncidentsSummary of alerts and resolutions

When enabled, the module adds to the side menu:

  • Beacons — Beacon management
  • Antennas — Antenna management
  • Tracking — Zone view with beacon count
  • Site Map — Interactive visualization with floor plan
  • Analytics — Dashboards and metrics

Prerequisites

For the module to work correctly on the site:

  1. Zones configured — At least one zone on the site
  2. Antennas registered and assigned — Each zone needs at least one antenna
  3. Beacons registered — Devices registered with the correct driver
  4. Operational MQTT — Active Mosquitto broker to receive signals from antennas
  5. Operational InfluxDB — For time-series signal storage

Enablement

The module is enabled per site. To enable it:

  1. Go to Modules in the administration menu
  2. Locate "Synapsys"
  3. Click "Enable" for the desired site

See Modules for detailed instructions.

Calibration

The module includes a complete calibration tool (route /commissioning) with 4 tabs:

  • Signal Monitor — Real-time heatmap (RSSI per antenna × beacon)
  • Zone Testing — Detailed location analysis per beacon, with confidence score
  • Calibration — Adjustment of site parameters and per-antenna offsets
  • Verification — Diagnostics of infrastructure, devices, and coverage

Calibration lets you adjust the time window, RSSI thresholds, hysteresis, and individual per-antenna offsets — with immediate effect and real-time validation.

See the Calibration Guide for detailed usage instructions.

Configuration

The module has adjustable settings in config/location.php:

ParameterDescription
Window sizeTime window for signal collection (seconds)
ThresholdsRSSI thresholds for zone detection
HysteresisAnti-oscillation parameters between zones
IntervalsLocation calculation frequency

To change these parameters in production, consult the system administrator. See Configuration.