What this page shows
A thumbnail grid: each tile is one active series (one parameter on
one asset). The little chart shows the most recent six hours of
readings plus where the model thinks the value is heading.
How to read a tile
- Dark line — actual readings.
- Lighter line — predicted median (the model's best guess).
- If a tile is mostly flat: the series doesn't move much, which is normal for things like steady voltages.
- If the prediction is a flat horizontal line, the simpler "naive" forecaster was used for that series — usually because there isn't enough history to feed the full model yet.
Backend
The footer notes which forecaster is active. timesfm is
the full deep-learning model; naive is a lightweight
fallback that uses a rolling average ± typical spread. Switching
backends is a config change, not a code change.
Filtering
Narrow the grid with the dropdowns at the top: pick a zone, then a
division, station and asset to drill down — each choice limits the next.
Every level is optional, so you can jump straight to a station if you
know it. Once an asset is chosen you can also pick a single parameter.
Use Clear to drop all filters and see the whole fleet again.
How to use this page
Use it as an overview — eyeball which signals are drifting, which
are stable. Click any tile to open it full-size on the Dashboard for
a 24-hour view with the uncertainty band and event timeline.