ConvertToODSE
Converts raw OEM energy telemetry (CSV/JSON) into ODS-E energy-timeseries records. Optionally auto-detects the OEM source to avoid manual specification.
Instructions
Convert raw OEM energy telemetry (CSV/JSON text or file) into ODS-E energy-timeseries records using odse.transformer.transform. Optionally auto-detect the OEM when source is omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | OEM source key (e.g. huawei, enphase). If omitted, auto-detect from payload content. | |
| payload | No | Raw telemetry payload text (CSV or JSON) | |
| timeout | No | Timeout in ms (max 600000) | |
| asset_id | No | Optional asset id forwarded to odse.transform | |
| timezone | No | Optional timezone forwarded to odse.transform (e.g. +02:00) | |
| payload_file | No | Path to a telemetry file (relative paths resolve against ODSE_WORKSPACE) |