---
title: "Set solar share"
method: POST
path: "/loadpoints/{id}/solarshare/{share}"
tags: ["loadpoints"]
---

# Set solar share

`POST /loadpoints/{id}/solarshare/{share}`

Set the share of the minimum charging power that must come from solar surplus in smart mode. 1 (default) requires full surplus, 0 starts charging as soon as there is no grid import. Ignored while enable/disable thresholds are configured. Usually 0 to 1; values outside that range are possible for special cases.

## Path parameters

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

## Response `200`

Success - Number result

- number

## Changes

- **2026-09-02** `7bcd16f7bd80` — 1 info
  - endpoint added

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