Skip to content

Custom component for information about your car's status available on drivvo.com for the home assistant

License

Notifications You must be signed in to change notification settings

hudsonbrendon/HA-drivvo

Repository files navigation

hacs_badge hacs_badge hassfest HACS Action Dependabot Updates

Drivvo Custom Integration Home Assistant

topo.png

Custom integration for the Home Assistant to obtain information present in 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:

image

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 to your <config dir>/custom_components/ directory.
  • Restart the Home Assistant.

Configuration

Adding Drivvo to your Home Assistant instance can be done via the UI using this button:

image

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 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

Debugging

To enable debug for Drivvo integration, add following to your configuration.yaml:

logger:
  default: info
  logs:
    custom_components.drivvo: debug

About

Custom component for information about your car's status available on drivvo.com for the home assistant

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published