curl --request POST \
--url https://api.example.com/v1/homes/{id}/hvac/estimate_savings \
--header 'Content-Type: application/json' \
--header 'x-ws-api-key: <api-key>' \
--data '
{
"type": "monthly",
"percentageSaved": 123,
"dollarsSaved": 123,
"optimizedCost": 123,
"baselineCost": 123,
"temperatureData": [
123
],
"hvacConsumption": [
123
],
"baselineTemperatureData": [
123
],
"baselineHvacConsumption": [
123
],
"length": 123,
"setPointList": [
123
],
"targetTemp": "<unknown>",
"targetCoolSetpoint": null,
"targetHeatSetpoint": null,
"minTemp": "<unknown>",
"maxTemp": "<unknown>",
"heatTransferCoefficient": 1,
"irradianceCoefficient": 0.5,
"coolingRate": 1,
"heatingRate": 1,
"chunkSize": 96,
"start": {
"month": 123,
"startTime": "<unknown>"
},
"days": 123,
"timeout": 5,
"startTime": "<string>",
"outdoorTemp": [
"<unknown>"
],
"mode": "OFF",
"dispatchHoursPerDay": [
[
{
"price": 123,
"hour": 123
}
]
],
"leap": true,
"numBiddingHours": 123,
"months": [
123
]
}
'