We ingest any inverter whose export carries a timestamped kWh reading. Below is the OEM list we've confirmed with live operator data.
Each entry below names the make, the model-pattern regex the parser matches against, and which CSV columns we expect in the raw export.
The three-section CSV ingest expects a timestamped reading export with these columns. module_temp_c is optional — if your inverter doesn't expose panel temperature, drop that column and the pipeline still ingests the row.
| timestamp | dc_power_kw | ac_power_kw | module_temp_c optional |
|---|---|---|---|
| 2026-05-01 09:00 | 62.4 | 58.1 | 41.2 |
| 2026-05-01 10:00 | 78.9 | 73.6 | 48.7 |
| 2026-05-01 11:00 | 91.2 | 85.0 | 52.1 |
| 2026-05-01 12:00 | 97.6 | 90.4 | 55.8 |
| 2026-05-01 13:00 | 88.3 | 82.0 | 56.3 |
Won't match the format above? Don't engineer your export — reply with the raw CSV you already have and our parser will figure it out.
Direct API pulls from the OEM cloud, so you don't have to upload anything. Each one lights up as a beta — drop a note if you want to be a beta partner.
Open the email client and drop a note to tilkeshpurohit@bijleeai.com with the make / model / a sample row from your export. We'll either confirm it parses or tell you what to expect.