I don’t think there is a history, but I would think you could periodically get the value from main:powerConsumptionReport:powerConsumption via the API to build your own history.
Thanks. But i Have only this . But I think it possible . Energy is is the total consumption and when I have it, I can calculate the balance every day and find out the difference.
I don’t know what Delta energy is.
{
“powerConsumption”: {
“value”: {
“energy”: 387100,
“deltaEnergy”: 400,
“power”: 0,
“powerEnergy”: 0,
“persistedEnergy”: 0,
“energySaved”: 0,
“persistedSavedEnergy”: 0,
“start”: “2025-01-04T09:29:07Z”,
“end”: “2025-01-04T09:44:07Z”
},
“timestamp”: “2025-01-04T09:44:07.639Z”
}
}