As grandezas enviadas para a API são as indicadas nos exemplos a seguir. Para o projeto piloto não é possível configurar outro tipo de grandezas.
A mensagem a ser enviada, no caso de uma instalação monofásica, apresenta a seguinte estrutura:
{
"LocalTimestamp": "2025-08-18T16:40:18.0000000Z",
"cpe": "PTXXXXXXXXXXXXXXXXXX",
"activeEnergyImport": 198114.34,
"activeEnergyExport": 612865.24,
"maxActivePowerImport": 85.75,
"maxActivePowerImportTime": "2025-06-10T15:30:00.0000000Z",
"maxActivePowerExport": 96.86,
"maxActivePowerExportTime": "1969-12-31T23:59:59.0000000Z",
"voltageL1": 208.58,
"instantaneousActivePowerImport": 85.85,
"instantaneousActivePowerExport": 64.93
}
A mensagem no caso de uma instalação trifásica apresenta a seguinte estrutura:
{
"LocalTimestamp":"2025-08-18T16:58:45.0000000Z",
"cpe": "PTXXXXXXXXXXXXXXXXXX",
"activeEnergyImport": 975994.62,
"activeEnergyExport": 748541.33,
"maxActivePowerImport": 38.52,
"maxActivePowerImportTime": "2024-04-28T20:15:00.0000000Z",
"voltageL1": 231.2,
"voltageL2": 205.6,
"voltageL3": 217.96,
"instantaneousActivePowerImport": 68.3,
"instantaneousActivePowerExport": 3.33,
"instantaneousActivePowerImportL1": 83.14,
"instantaneousActivePowerExportL1": 81.75,
"instantaneousActivePowerImportL2": 1.6,
"instantaneousActivePowerExportL2": 89.18,
"instantaneousActivePowerImportL3": 46.88,
"instantaneousActivePowerExportL3": 45.29
}