Skip to main content

Beacons

Beacons are the tracked devices on the ION Guard platform. Each beacon emits BLE signals that are captured by the antennas installed in the site's zones and sent to the server via MQTT to determine its location by zone.

Hardware catalog

This page describes the registration of the beacon in the software. For the specifications of the physical devices — safety wearables, asset tags, repeaters, and locators — see the Beacons and Tags catalog in the hardware documentation.

Beacon types

TypeUseDescription
Panic ButtonPersonal safetyDevice with an emergency button. When pressed, it generates an immediate critical alert
Asset TrackerAsset controlAttached to equipment or objects for location tracking
Personal TagPresence controlUsed to track the presence of people in specific zones

Beacon status

StatusIndicatorMeaning
PendingGrayRegistered but has not sent signals yet
OnlineGreen (pulsing)Actively sending signals
OfflineRedStopped sending signals
Low BatteryAmberOnline, but battery below threshold
DecommissionedGrayRemoved from service

Beacon list

Beacon list with status, battery, and type

The Beacons page (/beacons) displays all beacons of the selected site in a paginated table with:

  • Hardware ID — Unique device identifier
  • Label — Assigned friendly name
  • Type — Panic Button, Asset Tracker, or Personal Tag
  • Status — With a visual indicator (pulsing dot when online)
  • Battery — Visual indicator of the charge level
  • Last signal — When the beacon was last seen

Available filters

  • Search by hardware ID or label
  • Status: Pending, Online, Offline, Low Battery, Decommissioned
  • Type: Panic Button, Asset Tracker, Personal Tag
  • Sorting by hardware ID, label, or last signal

Register a beacon

Beacon registration form

  1. In the beacon list, click "Add Beacon"
  2. Fill out the form:
FieldRequiredDescription
Hardware IDYesUnique device identifier (printed on the beacon). Max. 255 characters
TypeYesPanic Button, Asset Tracker, or Personal Tag
LabelYesFriendly name (e.g., "Panic - John Smith"). Max. 255 characters
DriverYesCompatible hardware driver (e.g., Minew). Listed automatically
Assigned toNoAssociated person or asset (e.g., "John Smith" or "Forklift #3")
  1. Click "Save"
Hardware ID

The Hardware ID is the MAC or serial identifier printed on the physical device. It must be unique per site — the same beacon cannot be registered twice on the same site.

Platform registration × antenna registration

This is the platform registration — it is what names the beacon, sets its type and feeds the alerts and the location history.

The Radium Gateway additionally has its own local registration (via CSV, on the Beacons page of the board's portal). It does not replace this one: the gateway publishes signals from any beacon in range, registered on it or not. The local registration exists to enable the rules that run inside the gateway, even without internet — panic alarm, beacon battery and lost beacon, driving the physical outputs. See Installation Commissioning.

Beacon details

Beacon details with information and location history

When you click a beacon in the list, the details page displays:

  • General information — Type, assignment, driver, hardware ID
  • Current status — With a visual indicator
  • Battery level — When available
  • Last signal received — Date and time
  • Location history — Last 10 movements between zones, with a link to the full history

Edit a beacon

On the details page, click "Edit". You can change:

  • Label — Friendly name
  • Assigned to — Associated person or asset
Non-editable fields

The Hardware ID, Type, and Driver cannot be changed after registration. To change these fields, delete the beacon and register it again.

Delete a beacon

In the list or on the details page, click "Delete". A confirmation dialog is displayed before deletion. Deletion removes the beacon and its location history.