Real-time data ingestion
From any BMS (REST, MQTT, Modbus) at 1s resolution.
Fault context, revenue impact, and actionable guidance in one view — plus an open API so your stack stays connected.
When a fault fires, GridLyt's AI layer translates the raw BMS code into a plain-language diagnosis — root cause, affected components, and a recommended action window — before the operator has finished reading the alert.
Fault detected — Asset BESS-04, Module B-07
ERR_CELL_IMBALANCE_0x4A2F · 14:32:07 UTC
Raw fault code
ERR_CELL_IMBALANCE_0x4A2F
AI diagnosis
Cell group 3 showing 18mV imbalance above threshold. Likely passive balancing circuit degradation in module B-07.
Revenue impact
−€2,340 / day if unresolved (capacity derating at current dispatch schedule)
Recommended action
Schedule module inspection within 72h. No immediate curtailment required.
From any BMS (REST, MQTT, Modbus) at 1s resolution.
AI-driven fault diagnostics and root cause analysis.
Daily cost of every fault, based on live market prices.
All assets, all KPIs, no dashboard switching or navigation.
Plain-English diagnosis with recommended actions and revenue at risk.
Integrate with SCADA, CMMS, or trading platforms with signed events.
Granular permissions for teams, sites, and asset groups.
SOC 2 Type 2 compliant, end-to-end encryption.
Cell imbalance — Module B-07
−€2,340
per day
Thermal runaway risk — Rack 3
−€8,900
per day
BMS comms dropout — intermittent
−€410
per day
SOC drift — calibration needed
−€620
per day
GridLyt calculates the daily revenue at risk for every active anomaly based on your dispatch schedule, current market prices, and the fault's expected capacity impact. Operators see the business consequence immediately — not after a separate analysis.
Every asset, every metric, every alert — one screen. Operators spend time acting, not navigating.
Full fleet status from cold load in under 5 seconds.
0% loaded
Every fault surfaces its financial cost inline. Prioritise by revenue, not severity score.
Cell imbalance — BESS-BETA-03, Group 3B
Ask GridLyt what's wrong. Get a plain-English diagnosis with root cause, recommended action, and revenue at risk.
Cell imbalance — BESS-BETA-03, Group 3B
Analyzing with GridLyt AI…
Full REST API and webhook support. Integrate with your SCADA, CMMS, or trading platform. No vendor lock-in.
View API docsGET /v2/fleet/health
Authorization: Bearer <token>
{
"fleet_health_score": 97,
"assets": [
{
"id": "bess-alpha-01",
"health_score": 98,
"anomalies": [],
"revenue_impact_daily_eur": 0
},
{
"id": "bess-beta-03",
"health_score": 94,
"anomalies": ["cell_imbalance_3b"],
"revenue_impact_daily_eur": 4200
}
]
}GridLyt exposes every asset, anomaly, and revenue metric via a versioned REST API. Subscribe to real-time events via webhooks — anomaly detected, resolved, or status changed — and pipe data into your SCADA, CMMS, or trading platform.
REST API v1
Versioned, JSON, OpenAPI spec included
Webhooks
Signed payloads, retry with backoff
Bearer auth
Per-integration token scoping
Real-time
Sub-second event delivery on anomalies
GET /v1/assets
Authorization: Bearer <token>
// Response
{
"assets": [
{
"id": "bess-04",
"name": "BESS-04",
"soh": 94.2,
"soc": 78.1,
"status": "anomaly",
"revenue_at_risk_daily": 2340
},
...
],
"total": 12,
"updated_at": "2026-06-06T14:33:00Z"
}Request a demo and we'll walk through AI fault explanation, revenue impact, and API integration with your actual asset configuration.
Request a demo