Does anyone know of a Chrysler Uconnect integration for HA? I’ve searched around but I don’t think it exists.
When adding a hybrid vehicle, the fuel amount is displayed in % instead of liters. How can I change that?
Anyone? It’s quite annoying to have a full tank of 60 liters and it’s showing 60% full.
Hi, is this card still maintained?
IS HEV cars supported?
If you have any suggestions post it on our Github page or to our Discord
The gauges only use sensors with percentage BUT you could make a helper sensor that converts the math to make it percentage. We had a user in our Discord that did that.
Most of these are now added to the card, thanks for the ideas!
I’d love to have the card background and text change dynamically based on theme. For eg, i have day and night variations on my dashboards but this card doesnt follow the theme.
My workaround is to put this in a conditional card, which works, but it doesnt always render properly and means i need two of this card instead of one.
I have this card and love it. My entity for engine status on my Mercedes has numbers 0,1,2,3 for ignition states. That doesn’t work for turning the card on/off when its charging. I made a sensor entity that when the charge draw is > 1 kw it outputs charging, and idle when 0. I tried to use this entity as my status entity. That doesn’t work either. I tried On and Off, on off. What trigger words are the card looking for to trigger the charging status? I had this working about 6 months ago and cant remember what I was told to have as the trigger “words” for the entity. Thanks in advance. If Im over thinking it, please let me know what I’m doing wrong.
Tnx for all the work on this card so far!
Has anyone already tried this for a BMW_i3? and wants to share the yaml file?
The i3 has different charging_state sensors, a binary_sensor and a normal_sensor so i am wondering what the difference is.
And the overal ‘car status’ is not something that the i3 seems to have. It does have some binary sensors for all windows and lids, and they are all attributes for a single sensor. Not sure yet how to work with those.
We could make some example configs for each make/model car in the github once it works?
Exactly. Just create a template helper with the following code:
{{ states(‘sensor.yourcar_fuel_level’) | float / 71 * 100 | round(0) }}
Where 71 one is the full capacity of my tank