# August 2025

* Remove the requirement of passing `control_measure` when activating virtual sandbox vehicle with VIN `2HM00000000000001` .&#x20;
* Add Battery State of Charge to BMW data catalog. <https://github.com/highmobility/auto-api/pull/81>
* Maintenance on KIA integration. <https://status.high-mobility.com/maintenance/687438>
* Migrate to Renault FAM and data V3. <https://status.high-mobility.com/maintenance/704210>
  * Vehicle activation works as before
  * Following `dashboard_lights.get.dashboard_lights` are removed:
    * `engine_drag_torque_control_failure`
    * `engine_oil_level`
    * `engine_drag_torque_control_failure`
* Re-adding stuck VW vehicles. We have noticed that sometimes VW vehicles get stuck during activation. Based on our experience, re-adding them to the OEM’s API resolves the issue. We have now automated this process: if a vehicle remains stuck for two days, it will be removed and re-added to the OEM. All our customers will automatically benefit from this improvement without making any changes to their code.


---

# 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://docs.high-mobility.com/changelog/readme/august-2025.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.
