https://github.com/hudsonbrendon/ha-drivvo
Custom component for information about your car's status available on drivvo.com for the home assistant
https://github.com/hudsonbrendon/ha-drivvo
car drivvo gasoline supplies vehicle
Last synced: about 2 months ago
JSON representation
Custom component for information about your car's status available on drivvo.com for the home assistant
- Host: GitHub
- URL: https://github.com/hudsonbrendon/ha-drivvo
- Owner: hudsonbrendon
- License: mit
- Created: 2021-06-21T00:42:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-30T15:24:58.000Z (2 months ago)
- Last Synced: 2025-04-09T17:08:09.206Z (about 2 months ago)
- Topics: car, drivvo, gasoline, supplies, vehicle
- Language: Python
- Homepage:
- Size: 708 KB
- Stars: 34
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/hacs/integration)
[](https://github.com/hudsonbrendon/HA-drivvo/actions/workflows/hassfest.yaml)
[](https://github.com/hudsonbrendon/HA-drivvo/actions/workflows/hacs.yaml)
[](https://github.com/hudsonbrendon/HA-drivvo/actions/workflows/dependabot-updates)# Drivvo Custom Integration Home Assistant

Custom integration for the Home Assistant to obtain information present in [drivvo.com](https://www.drivvo.com/).
## Install
### Installation via HACS
Have HACS installed, this will allow you to update easily.
Adding Drivvo to HACS can be using this button:
[](https://my.home-assistant.io/redirect/hacs_repository/?owner=hudsonbrendon&repository=HA-drivvo&category=integration)
If the button above doesn't work, add `https://github.com/hudsonbrendon/HA-drivvo` as a custom repository of type Integration in HACS.
- Click Install on the `Drivvo` integration.
- Restart the Home Assistant.### Manual installation
- Copy `drivvo` folder from [latest release](https://github.com/hudsonbrendon/HA-drivvo/releases/latest) to your `/custom_components/` directory.
- Restart the Home Assistant.## Configuration
Adding Drivvo to your Home Assistant instance can be done via the UI using this button:
[](https://my.home-assistant.io/redirect/config_flow_start?domain=drivvo)
### Manual Configuration
If the button above doesn't work, you can also perform the following steps manually:
* Navigate to your Home Assistant instance.
* In the sidebar, click Settings.
* From the Setup menu, select: Devices & Services.
* In the lower right corner, click the Add integration button.
* In the list, search and select `Drivvo`.
* Follow the on-screen instructions to complete the setup.## Available Sensors
After the integration is set up, the following sensors will be available for each configured vehicle:
- **Vehicle**: Vehicle name and model
- **Odometer**: Current vehicle odometer reading
- **Odometer Date**: Date of last odometer update
- **Refuelling Total**: Number of total refuelling events
- **Refuelling Last Average**: Last fuel consumption average
- **Refuelling General Average**: General fuel consumption average
- **Refuelling Station**: Last refuelling station used
- **Refuelling Type**: Type of fuel used
- **Refuelling Reason**: Reason for the last refuelling
- **Refuelling Date**: Date of last refuelling
- **Refuelling Value**: Cost of last refuelling
- **Refuelling Price**: Price per liter/gallon of last refuelling
- **Refuelling Value Total**: Total cost of all refuellings
- **Refuelling Tank Full**: Whether the tank was filled completely
- **Refuelling Distance**: Distance traveled since last refuelling
- **Refuelling Price Lowest**: Lowest fuel price recorded
- **Refuelling Volume**: Volume of fuel in last refuelling
- **Refuelling Volume Total**: Total volume of fuel refuelled## Debugging
To enable debug for Drivvo integration, add following to your `configuration.yaml`:
```yaml
logger:
default: info
logs:
custom_components.drivvo: debug
```