Authorizations
See the documentation for more information.
Response
200 - application/json
Latest meter value of the connector
Example:
1
Example:
[
{
"timestamp": "2025-11-19T11:16:20Z",
"sampledValue": [
{
"value": "414575",
"context": "Trigger",
"format": "Raw",
"measurand": "Energy.Active.Import.Register",
"location": "Outlet",
"unit": "Wh"
},
{
"value": "0.0",
"context": "Trigger",
"format": "Raw",
"measurand": "Current.Import",
"phase": "L1",
"location": "Outlet",
"unit": "A"
},
{
"value": "0.0",
"context": "Trigger",
"format": "Raw",
"measurand": "Current.Import",
"phase": "L2",
"location": "Outlet",
"unit": "A"
},
{
"value": "0.0",
"context": "Trigger",
"format": "Raw",
"measurand": "Current.Import",
"phase": "L3",
"location": "Outlet",
"unit": "A"
},
{
"value": "226.8",
"context": "Trigger",
"format": "Raw",
"measurand": "Voltage",
"phase": "L1-N",
"location": "Inlet",
"unit": "V"
},
{
"value": "225.4",
"context": "Trigger",
"format": "Raw",
"measurand": "Voltage",
"phase": "L2-N",
"location": "Inlet",
"unit": "V"
},
{
"value": "228.5",
"context": "Trigger",
"format": "Raw",
"measurand": "Voltage",
"phase": "L3-N",
"location": "Inlet",
"unit": "V"
},
{
"value": "8",
"context": "Trigger",
"format": "Raw",
"measurand": "Current.Offered",
"location": "Outlet",
"unit": "A"
}
]
}
]