Hi everyone,
As a owner of a Volvo XC60 (2025 model) with Google built-in (AAOS), I struggled to integrate it with openHAB since older APIs are not fully compatible with these newer models.
I’ve developed a Python-based Docker bridge that connects the Volvo Developer API to an MQTT Broker. It’s been running perfectly on my NAS for some time now, and I’ve decided to share it with the community.
What you get in openHAB (via MQTT):
-
Battery SoC (%) & Electric Range -
Charging Status & Target Limit -
Doors, Windows, Tyres and Central Lock status -
Real-time GPS Location & Heading -
Odometer & Fuel Level
Setup:
It’s very easy to deploy using Docker or Docker Compose.
GitHub Repository: https://github.com/Cmachtel/volvo-mqtt-bridge
Docker Hub: hub.docker.com/r/cmachtel/volvo-mqtt-bridge
I hope this helps other Volvo owners here! Feel free to ask if you need help with the setup.