Skip to content
Stand with Ukraine flag

Compass

Compass widget

The Compass is a circular direction indicator widget that visualizes a numeric telemetry value as a compass bearing. It renders a full-circle compass face with a needle, cardinal and intercardinal direction labels, and configurable tick marks — accepting any value in the 0–360° range.

Use it when you need to display directional data from a device — for example, wind direction from a weather station, heading from a vehicle or drone, antenna orientation from a tracking system, or current flow direction from a sensor array.

  1. Open the dashboard in edit mode. Click Add widget in the top toolbar, or click the Add new widget icon in the center of an empty dashboard.
  2. In the widget bundle selection dialog, find and click Analogue gauges.
  3. Select the Compass widget.
  4. Configure the datasource and appearance, then click Add.

All settings in this section use Basic mode — a quick-start configuration covering the essentials. For finer widget controls like title font, card style, and tooltip, switch to the Advanced tab.

Select the source of the value to display:

  • Device — a specific device; the compass displays the latest telemetry value from this device.
  • Entity alias — a set of entities matched by an entity alias; use this when the target device is selected dynamically at runtime.

Add exactly one data key — the telemetry key whose value the compass will display. The value must be in the range of 0 to 360 degrees.

Controls the optional overlay elements on the widget card.

SettingDescription
TitleToggle to show or hide a text label on the widget. Default text is Compass. Set color and font.
IconToggle to show or hide an icon on the widget. Set color and font.

Controls the visual elements of the compass face.

SettingDescription
LabelsDirection labels placed around the compass face. Default labels: N, NE, E, SE, S, SW, W, NW. Each label can be customized or removed.
Label styleFont settings for the direction labels — size, font family, weight, and style.
Major ticks colorColor of the primary tick marks at cardinal and intercardinal positions.
Minor ticks colorColor of the secondary tick marks between major ticks.
Needle colorColor of the compass needle. Default is red.
Plate colorBackground fill color of the compass face. Default is black.
SettingDescription
Background colorSolid color background for the widget card.
Show card buttonsToggle Data export and Fullscreen buttons in the widget header.
Card border radiusCorner rounding in pixels.

The Compass supports the Widget header button action — a button placed in the widget header that triggers a configured action when clicked.

Compass shows no data

CauseSolution
Wrong data key nameConfirm the key name matches the telemetry key sent by the device. Key names are case-sensitive.
Device not sending dataOpen Devices → Latest telemetry and check for recent values. If empty, verify the device transport configuration and access token.
Entity alias resolves to no entitiesOpen Entity aliases in the dashboard and verify the alias returns results.

Needle is not moving or points to wrong direction

CauseSolution
Value outside 0–360 rangeEnsure the telemetry value sent by the device is in the range of 0 to 360 degrees.
Wrong telemetry key selectedConfirm the data key matches the key your device actually reports.

Value shows as N/A or stops updating

CauseSolution
Device has stopped sending telemetryCheck device connectivity and the last activity timestamp in Devices → Latest telemetry.
Wrong datasource entity selectedVerify the correct device or alias is selected in the datasource configuration.