Your car. Straight into
Home Assistant.

The official Aximote integration brings GPS position, fuel and battery level as well as trip data into your smart home as native entities — no detours, no extra hardware.

Home Assistant ≥ 2024.6Aximote ProPersonal Access Token
Home Assistant dashboard showing Aximote vehicle data

What's inside the integration.

The integration reads from the Aximote Public API and automatically creates a device with all available sensors for every vehicle in your account.

GPS Tracking

Real-time vehicle position as a device tracker. Location on the HA map, usable for geo-automations.

Fuel & Battery

Level in percent, range in km. Perfect for notifications at low levels.

Trip Data

Driving status (on trip / parked), speed, heading and mileage as sensors.

Charging & Refueling Events

Last refuel and charging session with cost, amount and timestamp – straight from the API.

Vehicle Profile

Make, model, year, tank capacity and battery capacity as static sensors.

Binary Sensors

Ignition on/off and trip active as binary sensors — ideal for automations.

How it works. Simply.

Architecture diagram: Aximote app, Cloud API and Home Assistant
  1. Create a Personal Access Token

    Create a PAT in the Aximote app under Profile → API access. Aximote Pro required.

  2. Install the integration via HACS

    Add the custom repository github.com/Aximote/home-assistant-aximote to HACS and install the integration.

  3. Enter token & get started

    Enter your PAT in the Home Assistant integration setup. Your vehicles appear as devices automatically.

15+ sensors per vehicle.

For every vehicle in your account the integration automatically creates a device with all available entities.

SensorUnitDescription
GPS PositionCoordinatesReal-time location as device tracker
Fuel%Current level
Battery%State of charge (EV)
RangekmRemaining range
MileagekmTotal kilometers
Trip Activeyes/noBinary sensor
Speedkm/hCurrent speed
Last ChargekWhEnergy of the last charging session
Last RefuelL / €Amount and cost
VehicleTextMake, model, year

Set up in 3 steps.

Installation via HACS only takes a few minutes.

Step 1 — Open HACS & add repository

Open HACS in Home Assistant, navigate to Integrations and click ⋮ → Custom repositories. Add the following URL with category Integration:

URL
https://github.com/Aximote/home-assistant-aximote

Step 2 — Install Aximote & restart HA

Install Aximote from the HACS Integrations tab and restart Home Assistant.

Step 3 — Configure the integration

Go to Settings → Devices & Services → Add integration → Aximote and enter your Personal Access Token (format: axm_pat_…).

REST API for your own integrations.

The Aximote Public API is a read-only REST interface. Authenticate via Authorization: Bearer axm_pat_…. All units SI, timestamps ISO-8601 UTC.

EndpointDescription
GET /api/public/v1/vehiclesList of all vehicles
GET /api/public/v1/vehicles/{id}/stateCurrent vehicle state
GET /api/public/v1/tripsTrip list
GET /api/public/v1/refuelsRefuel and charging events
GET /api/public/v1/meAccount information

Frequently asked questions.

Home Assistant 2024.6 or newer.

Yes. A separate device is created automatically for every vehicle.

No. The API is read-only — no commands can be sent to the vehicle.

In the Aximote app under Profile → API access. PATs are an Aximote Pro feature.

Yes, MIT licensed: github.com/Aximote/home-assistant-aximote