Metering Bypass (fleet)

Ranks the fleet by gas-metering bypass risk using four telemetry signs combined into a 0-100 score per node.

This report ranks every metering node in the fleet by the likelihood of gas-metering bypass: substitution of the measuring channel or unmetered flow. Each node receives a score from 0 to 100, and the list is sorted from the most suspicious down to normal. It is built for the control service: open it, see which nodes to check first, and drill into a detailed per-node breakdown.

What it shows

BlockWhat it means
Headerthe maximum fleet score and a breakdown by severity level
Level summaryhow many nodes are critical / high / medium / low / normal
Top-N tablenodes in descending score order: address, device type, score, triggered signs, telemetry summary, drill-downs to the detailed breakdown
Distribution by signhow many nodes triggered each of the four signs — the fleet’s anomaly profile
Timeline by device typedrill-downs to the event timeline for each device type in the top
AI fleet summarya text summary (if enabled); does not affect scores

How it is calculated

To avoid overloading the platform, the analysis runs in two stages.

First, a pre-selection: a single request fetches the whole fleet and gives each node a rough score from reference data (session age, device status), without heavy requests. This filters out fresh, working nodes. If a company is selected, only its nodes remain (including subsidiaries).

Then a deep analysis of the top candidates runs in several parallel workers. For each candidate, the hourly archive (flow, pressure, temperature) and the link-sessions log are fetched. Before the checks run, the node is cleared of false positives:

GuardConditionEffect
Broken pressure sensorpressure stuck for a week or longer at least oncepressure-based signs are not run
Network nodepressure low and very steady (mains regulator)the “frozen pressure” sign is turned off
Telemetry glitchpressure above 500 kPa or a one-off flow spikethe record is discarded before the checks

Then four bypass signs are sought:

SignSeverityWhat it catches
Zero flow at stand-in pressurevery highflow near zero, pressure frozen on a “standby” substitute value (near atmospheric or zero)
Business-hours recoveryhighafter a long zero flow, a synchronized jump in flow and pressure
Frozen pressure (Gay-Lussac)mediumpressure does not react to temperature change, violating Gay-Lussac’s law
Archive gap with clean sessionsmediuma hole in the hourly archive while link sessions were successful
Zero flow, live pressurelowzero flow, but pressure changes normally (a weak contextual signal)

The final score combines the triggered signs as independent probabilities: one strong sign nearly exhausts the scale, while several weak ones do not add up to “critical”. For example, a node with a very-high and a high sign scores about 82 — higher than each sign alone, but not 100 (reaching 100 requires device events from the not-yet-connected archive). Informational data-integrity events do not raise the score. The list is sorted by descending score, with ties broken by event count.

Run parameters

ParameterDefaultMeaning
Period fromtoday − 90 daysstart of the window; at least one temperature swing is needed for the pressure sign
Period toyesterdayend of the window
Resource companyall companiesfleet filter by company
How many nodes in top30size of the final table (10-200)
How many nodes to deep-analyze150candidates to break down after pre-selection (50-500)
Parallel download workers4lower to 2-4 on HTTP 429
AI fleet summaryoffa text comment; does not affect scores

A period under 14 days gives an unstable score (few opportunities for the temperature sign), so the severity is automatically lowered by one step.

How to read it

  • Severity by score: 0-9 — normal; 10-29 — for information; 30-49 — planned check (quarter); 50-69 — visit queue (month); 70-100 — urgent visit with a seal check.
  • Alarming: nodes in the red zone (≥70), especially with the zero-flow-at-stand-in-pressure sign; a concentration of suspicious nodes in one subsidiary.
  • Distribution by sign shows the fleet profile: a predominance of one sign may indicate tampering or a systemic feature (device type, network).
  • False positives: network nodes (stable regulator pressure — the pressure sign is turned off); devices without a pressure channel (only the archive-gap sign is available).
  • Limitations: confidence is capped at the medium level until the device event archive is connected; the bottleneck is platform request throttling (HTTP 429), under which you reduce the number of workers.
  • Suspicious Nodes — the main fleet tool for prioritizing which nodes to check.
  • Metering Bypass (node) — a detailed breakdown of one node with its event log.

Related topics

Last updated on

Was this page helpful?