Energy history washer in API?

Hello,

I’m looking for a way to get energy history data of my samsung st washer in my own smart aplication. I have integrate some data from https://api.smartthings.com/v1/devices/XXXXXXXXXXXXXXX/states and https://api.smartthings.com/v1/devices/XXXXXXXXXXXXXXX/status
in the smartthings app . But there no data from energy history. /device/service/energyconsuption.
I only need history data from energy consumption by month. It is possible or no?

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”
}
}