Skip to content

Commit

Permalink
max SoC (#709)
Browse files Browse the repository at this point in the history
make clear changes are only available in UI
  • Loading branch information
Barzille authored Jan 14, 2025
1 parent 4fd775f commit f5b4619
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import SponsorshipRequired from "/docs/_sponsorship_required.mdx";

A vehicle represents a specific electric vehicle (EV) with its battery. When a vehicle is configured and assigned to a [charger](loadpoints#vehicle), the user interface can display the charging status, state of charge (SoC), remaining charging time, and other data automatically retrieved and processed from the vehicle.

It is also possible to limit the charge to a specific state of charge (SoC). Since most chargers cannot be aware of this (it is only transmitted in very specific charger combinations), evcc can communicate directly with the vehicle through the online interface (API) of the vehicle manufacturer using this configuration.
It is also possible to limit the charge to a specific state of charge (SoC, UI only). Since most chargers cannot be aware of this (it is only transmitted in very specific charger combinations), evcc can communicate directly with the vehicle through the online interface (API) of the vehicle manufacturer using this configuration.

The `vehicles` configuration is a list of different vehicles.

Expand Down

0 comments on commit f5b4619

Please sign in to comment.