Custom integration for the Home Assistant to obtain information present in drivvo.com.
Have HACS installed, this will allow you to update easily.
Adding Drivvo to HACS can be using this button:
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.
- Copy
drivvo
folder from latest release to your<config dir>/custom_components/
directory. - Restart the Home Assistant.
Adding Drivvo to your Home Assistant instance can be done via the UI using this button:
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.
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 Odometer: Odometer 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
To enable debug for Drivvo integration, add following to your configuration.yaml
:
logger:
default: info
logs:
custom_components.drivvo: debug