Skip to content
EN | DE

Repeating plan preview

GET
/loadpoints/{id}/plan/repeating/preview/{soc}/{weekdays}/{hourMinuteTime}/{timezone}
curl --request GET \
--url 'https://demo.evcc.io/api/loadpoints/1/plan/repeating/preview/60/1,3,4/12%3A30/Europe%2FBerlin'

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

More information

id
required

Loadpoint index starting at 1.

integer
>= 1
Example
1

Loadpoint index starting at 1

soc
required

SOC in %

number
<= 100
Example
60

SOC in %

weekdays
required

The Weekdays

Array<integer>
unique items
Example
[
1,
3,
4
]

The Weekdays

hourMinuteTime
required

Time in HH:MM format

string format: HH:MM
/[0-1][0-9]:[0-5][0-9]/
Example
12:30

Time in HOURS:MINUTES format

timezone
required

Timezone in IANA format

More information

string
Example
Europe/Berlin

Success - PlanRates result

Media typeapplication/json
object
duration

Duration in s

integer
plan
Array<object>

A time slot with an associated price or emission value.

object
start
required

Start of the time slot.

string format: date-time
end
required

End of the time slot.

string format: date-time
value
required

Price per kWh in the configured currency or emissions in g/kWh.

number
planTime

Timestamp in RFC3339 format

string format: date-time
power

Power in W

number
Example
{
"power": 2500
}