---
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
  - `energy` number — Energy in kWh
  - `time` string, date-time — Timestamp in RFC3339 format

## Changes

- **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
- **2025-12-31** `9542b598863d` — 1 info
  - added the optional property `result/precondition` to the response with the `200` status
- **2025-12-30** `522c8a4fb8e9` — 1 warning
  - removed the optional property `result/precondition` from the response with the `200` status
- **2025-08-10** `c4027a2cb484` — 1 info
  - api operation id `setLoadpointEnergyPlan` was added

[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/32e824ccacfe/schema)
