# Bilopsætning

## Vigtige parametre

* Mindste opladning
  * Den laveste procentsats som du vil tillade din bil at komme ned på
  * Vigtigt da en for lav spænding på bilbatteriet vil skade batteriet
* Højeste opladning
  * Den højeste procentsats som du vil tillade din bil at komme op på
  * Vigtig da for høj spænding vil forværre levetiden på dit batteri&#x20;
* Rækkevide
  * Den angivede rækkevide på din elbil
  * Du behøver ikke at ligge buffer ind i din angivelse

Ud fra de 3 angivet parametre kan vi få en effektiv rækkevide på din elbil, som vi kan bruge til at planlægge efter. Planlægningen med den rækkevide vil sikre at levetiden på batteriet ikke bliver forværret ved at følge opladningsplanerne.&#x20;

Din effektive rækkevide udregnes på følgende måde:

$$
range\_e = range\_m \* (1-maxcharge-mincharge)
$$


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kasperisme.gitbook.io/carnot/data-fundament/bilopsaetning.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
