From 82323a8783fdaaf4f7b6191fca19aefd3af65f6e Mon Sep 17 00:00:00 2001
From: pablorevilla-meshtastic
Date: Thu, 14 May 2026 07:40:04 -0700
Subject: [PATCH] changes to calculations
---
meshview/templates/reliability.html | 50 +++++++++++++++++++++--------
1 file changed, 37 insertions(+), 13 deletions(-)
diff --git a/meshview/templates/reliability.html b/meshview/templates/reliability.html
index ac39b4d..5788c1b 100644
--- a/meshview/templates/reliability.html
+++ b/meshview/templates/reliability.html
@@ -211,6 +211,17 @@
font-weight: 700;
}
+.reliability-status-skipped {
+ color: #cbd5e1 !important;
+ font-weight: 700;
+}
+
+.reliability-row-skipped td {
+ text-decoration: line-through;
+ text-decoration-thickness: 1px;
+ color: rgba(255, 255, 255, 0.58) !important;
+}
+
@media (max-width: 600px) {
.reach-gateway-panels {
grid-template-columns: 1fr;
@@ -226,7 +237,9 @@
Review how often each gateway hears packets from a selected node. The report uses the
latest selected packet sample and calculates reliability as heard packets divided by packets
reviewed. The range table groups gateways by reliability bands, while the gateway list
- shows each gateway's heard count and percentage for the same sample.
+ shows each gateway's heard count and percentage for the same sample. Reliability is
+ calculated only from Text, Position, Node Info, and Telemetry packets; other packet types
+ are shown in packet details but skipped from the calculation.