---
title: "Repeating plan preview"
method: GET
path: "/loadpoints/{id}/plan/repeating/preview/{soc}/{weekdays}/{hourMinuteTime}/{timezone}"
tags: ["loadpoints"]
---

# Repeating plan preview

`GET /loadpoints/{id}/plan/repeating/preview/{soc}/{weekdays}/{hourMinuteTime}/{timezone}`

Simulate repeating charging plan and return the result. Does not alter the actual charging plan.

## Path parameters

- `id` integer, required — Loadpoint index starting at 1.
- `soc` number, required — SOC in %
- `weekdays` integer[], required — The Weekdays
- `hourMinuteTime` string, HH:MM, required — Time in `HH:MM` format
- `timezone` string, required — Timezone in IANA 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

- **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/repeating/preview/:soc/:weekdays/:hourMinuteTime/:timezone/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)
