---
title: "Simulate soc-based charging plan"
method: GET
path: "/loadpoints/{id}/plan/static/preview/soc/{soc}/{timestamp}"
tags: ["loadpoints"]
---

# Simulate soc-based charging plan

`GET /loadpoints/{id}/plan/static/preview/soc/{soc}/{timestamp}`

Simulate charging plan based on SoC goal. Does not alter the actual charging plan.

## Path parameters

- `id` integer, required — Loadpoint index starting at 1.
- `soc` number, required — SOC in %
- `timestamp` string, date-time, required — Timestamp in RFC3339 format

## Response `200`

Success - PlanRates result

- PlanRates
  - `duration` integer — Duration in s
  - `plan` Rate[] — unresolved $ref
  - `planTime` string, date-time — Timestamp in RFC3339 format
  - `power` number — Power in W

## Changes

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

- **2026-08-03** `c75ef6921f05` — 1 breaking, 3 warning
  - the `plan/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `plan/items/end` from the response with the `200` status
  - removed the optional property `plan/items/start` from the response with the `200` status
  - removed the optional property `plan/items/value` from the response with the `200` status
- **2026-07-24** `e84dc2eafd11` — 1 breaking, 3 info
  - the `plan/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `plan/items/end` to the response with the `200` status
  - added the optional property `plan/items/start` to the response with the `200` status
  - added the optional property `plan/items/value` to the response with the `200` status
- **2026-07-23** `46689b886c53` — 1 warning, 4 info
  - removed the optional property `result` from the response with the `200` status
  - added the optional property `duration` to the response with the `200` status
  - added the optional property `plan` to the response with the `200` status
  - added the optional property `planTime` to the response with the `200` status
  - …1 more
- …earlier changes not shown

[Full history](https://skmtc.dev/evcc-io/apis/evcc/changes/loadpoints/:id/plan/static/preview/soc/:soc/:timestamp/get.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)
