meshai/meshai
K7ZVX 57a19aeec6 fix(health): use real channel utilization from node telemetry
- Utilization pillar now reads firmware-reported channel_utilization
  instead of estimating from packet counts with hardcoded 200ms/pkt
- Uses highest infra node value (busiest node = bottleneck)
- Falls back to packet count estimate only when telemetry unavailable
- Updated thresholds: 20/25/35/45% matching real Meshtastic behavior
- Per-region utilization from region nodes, not mesh-wide
- API response includes util_method, util_max_percent, util_node_count

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-05-13 22:49:41 +00:00
..
backends fix: Remove hard-coded token limits on LLM responses 2026-05-05 22:06:50 +00:00
cli feat: Full alert engine — 17 conditions, scaling cooldown, per-condition TUI toggles 2026-05-06 05:39:11 +00:00
commands feat(notifications): alert routing with channels, rules, and delivery 2026-05-13 03:51:37 +00:00
dashboard fix(health): use real channel utilization from node telemetry 2026-05-13 22:49:41 +00:00
env feat: researched defaults + USGS auto-lookup + category documentation 2026-05-13 15:14:16 +00:00
notifications feat: researched defaults + USGS auto-lookup + category documentation 2026-05-13 15:14:16 +00:00
sources feat: Add MQTT source adapter 2026-05-12 21:57:11 +00:00
__init__.py
__main__.py
alert_engine.py fix: remove hardcoded timezone and region names for portability 2026-05-12 15:39:54 -06:00
chunker.py feat: ACK-based message delivery, markdown stripping, prompt fixes 2026-05-06 04:17:44 +00:00
config.py feat: researched defaults + USGS auto-lookup + category documentation 2026-05-13 15:14:16 +00:00
connector.py fix: Rename ACK callback to onAckNak — meshtastic lib filters ACKs for other names 2026-05-06 14:30:28 +00:00
context.py
geo.py
history.py
knowledge.py feat(knowledge): add Qdrant backend with SQLite fallback 2026-05-06 15:54:43 +00:00
main.py feat(dashboard): comprehensive config UI with help and descriptions 2026-05-13 04:26:17 +00:00
memory.py
mesh_data_store.py feat: Add MQTT source adapter 2026-05-12 21:57:11 +00:00
mesh_health.py fix(health): use real channel utilization from node telemetry 2026-05-13 22:49:41 +00:00
mesh_models.py feat: Feeder-level gateway awareness from /api/packets_seen 2026-05-05 19:55:23 +00:00
mesh_reporter.py fix: Dedup packets across sources, translate numeric port numbers to names 2026-05-07 03:08:08 +00:00
mesh_sources.py
meshmonitor.py
responder.py fix: Switch to delay-based delivery — wantAck firmware retries cause duplicates 2026-05-07 21:50:09 +00:00
router.py feat(env): USGS stream gauges, TomTom traffic, 511 road conditions 2026-05-12 22:22:57 +00:00
subscriptions.py feat(subscriptions): Add Phase 4 subscription system for scheduled reports 2026-05-05 02:26:12 +00:00