Reports
Reports turn a plant's raw operational data into clear, shareable documents you can use for performance reviews, compliance records, and stakeholder updates. You generate a report for any active plant on demand, and the platform stores every report so you can download it again whenever you need it.
Need a Custom Layout?
The PDF reports are predefined templates designed for general use and are not customizable. If you need specific metrics, layouts, or formats tailored to your requirements, use the Export Metric API to pull the underlying data and build your own document. See the Report Generator Example for a working implementation.
Report Types
Each report is built for one plant and focuses on a single perspective. You choose the type when you generate it.
- Technical — operational performance for the period: production summary, availability and performance metrics, component status, event analysis, and supporting charts.
- Financial — the economic view of the plant's operation. Financial reports draw on the plant's revenue configuration, so they require your Market & Tariffs settings (EEG bands, direct-marketing contracts, and grid-operator details) to be in place.
Content Varies by Plant
What a report contains depends on the plant's type, configuration, and the data sources available for the period. A metric with no underlying data for the selected window simply will not appear.
Generating a Report
You generate a report for a specific plant and time window. Generation requires an active plant with collected data for the period; you need the appropriate role on that plant to create reports.
When you request a report you choose:
- Type —
technicalorfinancial(see above). - Time Period —
yearly,quarterly,monthly, orweekly. Depending on the period you also pick the year and the matching quarter, month, or calendar week. - Resolution — how finely the time series is sampled inside the report:
daily,weekly, ormonthly(monthly by default). - Language — the language the report is rendered in.
The platform then collects the metrics for the period, computes any derived figures, runs data-quality checks, and renders the result as a PDF document. The finished report is stored automatically.
Storage and Download
Every report you generate is kept so you don't have to regenerate it:
- List — browse previously generated reports for a plant, with pagination, sorting, and filters by year, quarter, month, report type, and time period.
- Download — retrieve any stored report. Each report is available as a PDF, and where applicable an accompanying CSV variant of the same data.
- Delete — permanently remove a report you no longer need.
Reports are tagged by their period, type, and resolution, so a single plant can hold a full history of reports side by side.
Related Features
- Market & Tariffs — the revenue configuration that financial reports build on
- Export Metric API — pull the underlying data for custom reports
- MiroxQL — define custom calculated metrics to include in exports
- External Report Generation — automate document creation from exported data
- Report Generator Example — a working report-building implementation