---
title: "Set energy-based charging plan"
method: POST
path: "/loadpoints/{id}/plan/energy/{energy}/{timestamp}"
tags: ["loadpoints"]
---

# Set energy-based charging plan

`POST /loadpoints/{id}/plan/energy/{energy}/{timestamp}`

Create charging plan with fixed time and energy target. Only available when a vehicle without SoC is connected.

## Path parameters

- `id` integer, required — Loadpoint index starting at 1.
- `energy` number, required — Energy in kWh
- `timestamp` string, date-time, required — Timestamp in RFC3339 format

## Response `200`

Success

- StaticEnergyPlan — unresolved $ref

## Changes

> 37 revisions in range; 2 could not be searched.

- **2026-08-03** `c75ef6921f05` — 1 breaking, 2 warning
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `energy` from the response with the `200` status
  - removed the optional property `time` from the response with the `200` status
- **2026-07-24** `e84dc2eafd11` — 1 breaking, 2 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `energy` to the response with the `200` status
  - added the optional property `time` to the response with the `200` status
- **2026-07-23** `5f032b4182a7` — 1 breaking, 2 warning
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `energy` from the response with the `200` status
  - removed the optional property `time` from the response with the `200` status
- **2026-07-20** `32e824ccacfe` — 1 warning, 2 info
  - removed the optional property `result` from the response with the `200` status
  - added the optional property `energy` to the response with the `200` status
  - added the optional property `time` to the response with the `200` status
- **2025-12-31** `522c8a4fb8e9` — 1 warning
  - removed the optional property `result/precondition` from the response with the `200` status

[Full history](https://skmtc.dev/evcc-io/apis/evcc/changes/loadpoints/:id/plan/energy/:energy/:timestamp/post.md)

---

[API](https://skmtc.dev/evcc-io/apis/evcc.md) · [All operations](https://skmtc.dev/evcc-io/apis/evcc/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evcc-io/evcc/revisions/5152af83a070/schema)
