---
title: "Set plan strategy"
method: POST
path: "/loadpoints/{id}/plan/strategy"
tags: ["loadpoints"]
---

# Set plan strategy

`POST /loadpoints/{id}/plan/strategy`

Updates the charging plan strategy for the loadpoint.

## Path parameters

- `id` integer, required — Loadpoint index starting at 1.

## Request body

- PlanStrategy — Charging plan strategy configuration
  - `continuous` boolean — Force continuous planning
  - `precondition` integer — Precondition duration in seconds

## Response `200`

Success

- PlanStrategy — Charging plan strategy configuration
  - `continuous` boolean — Force continuous planning
  - `precondition` integer — Precondition duration in seconds

## 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 `continuous` to the response with the `200` status
  - added the optional property `precondition` to the response with the `200` status
- **2025-12-31** `522c8a4fb8e9` — 1 info
  - endpoint added
- **2025-12-31** `9542b598863d` — 1 breaking
  - api path removed without deprecation
- **2025-12-30** `522c8a4fb8e9` — 1 info
  - endpoint added
- **2025-08-01** `2429e9297a5c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/evcc-io/apis/evcc/changes/loadpoints/:id/plan/strategy/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)
