Client Work
Operations Platform for 22 Biogas Power Plants
Field operators log daily readings once; management sees live fleet performance, SLA compliance, and revenue — and monthly reports that took hours now generate in minutes.
The problem
A renewable energy company running 22 biogas power plants tracked operations in fractured spreadsheets. Monthly reporting meant hours of manual compilation, downtime had no central record, and head office had limited visibility across sites.
What we built
- A web portal where operators log daily generation, feedstock, and maintenance — entered once, used everywhere
- Live SCADA ingestion so the fleet dashboard reflects each plant in near real time
- Downtime logging with cause classification, overlap protection, and running-hours auto-fill from SCADA
- Automated monthly reports — what took around six hours of compilation now generates in about ten minutes
- Role-based access so each operator sees their plant while management sees the fleet
- Maintenance, spare-parts, and calibration modules with full history per asset
Engineering notes
Next.js and React over a MySQL fleet database, with scheduled jobs pulling SCADA data around the clock. The platform includes a token-authenticated public API for downstream tools, push notifications for engine-down events, and blue-green deployments so updates never interrupt the operators' shift.