audiconnect / audi_connect_ha

Adds an audi connect integration to home assistant
MIT License
224 stars 98 forks source link

Question: What is the upper limit for AdBlue (e.g. a full AdBlue tank)? #399

Closed neil-bh closed 4 months ago

neil-bh commented 4 months ago

I'd like to create a gauge panel on my dashboard (as I have done previously to report on diesel, which shows how much is in my tank). I have a value from AdBlue currently showing 4000 and it has a unit of measurement km.

Does anyone know what values I need to make a needle gauge report when my AdBlue is too low and should be topped up? I'm guessing I need to know what value in km will represent FULL in order to get the upper and lower limits to be a useful gauge.

I'm welcome to suggestions.

And apologies for raising this as an 'issue'. I wasn't sure how else to ask the community and devs this question otherwise.

Thanks.

wigster commented 4 months ago

I presume this is different for every model of the car. You could try filling the tank yourself and seeing what the app gives as the distance.

neil-bh commented 4 months ago

A Google search has informed me that the capacity of an Audi A6 Saloon Adblue tank is 17 Litres and should be sufficient for 9,000 miles according to the car manufacturer. That converts to 14,484.1 km. Apparently an on screen warning shows up on the dash when the value reaches ~1500 miles (2414.016 km) to go.

So, I've put together a gauge with the following values:

image

I guess I'll find out how accurate it is some time soon. :D

Here is my gauge for reference if it interests anyone:

image
coreywillwhat commented 4 months ago

Hi @neil-bh, no worries at all! The appropriate place for this would be under the Discussions section. Marking this as invalid and closing for now, but please report back your findings if you think the reported values should be converted in any way so the user can more easily understand the reported numbers from the front end.