EVOLV Telemetry and Smart Storage
EVOLV uses InfluxDB on multiple levels:
- local for resilience and digital-twin use
- site for plant diagnostics and continuity
- central for fleet analytics and advisory intelligence
Multi-Level Telemetry Flow
Design Intent
The target is not only naive event storage with a fixed deadband such as 1%.
The intended model is signal-aware:
- evaluate slope and change behavior
- keep points that carry meaningful process information
- avoid storing large runs of low-information points
- preserve enough context that downstream reconstruction remains auditable
Benefits
- lower storage volume without throwing away useful process behavior
- better local resilience because important state transitions are preserved
- stronger support for digital-twin and analytics use cases
- more useful site and fleet history
Risks To Manage
- reconstruction rules must be explicit
- acceptable reconstruction error must be defined per signal class
- compliance-critical signals may need stricter raw retention
- the authoritative layer for each time horizon must be clear
Direction
Smart storage should be treated as a first-class EVOLV architecture feature, not as an afterthought on top of InfluxDB.