Audi MMI support

Yup. I had removed the integration a while ago - no audi related entities available.
I didn’t remove the audiconnect folder/files in custom_components though.
I did today after trying to reinstall via HACS when I got the above message.

I then removed the entire audiconnect folder, restarted HA, Manually installed the audiconnect folder, and restarted. Same problem. I apparently have some other place where the credentials are stored, but I don’t know where that is (yet!)

Thanks, moved back to audi_connect_ha yesterday and everything was working. This morning I updated both HA Core and HA OS and now it refuse to start. Seem to be a problem with the end-point again but not sure… Could be my system only with something wrong as this was the first OS-reboot. Did the API change again or is it just for me?

File "/config/custom_components/audiconnect/audi_services.py", line 283, in get_vehicle_information
    raise Exception("Invalid json in get_vehicle_information")
Exception: Invalid json in get_vehicle_information

EDIT: OK, seem to have been a glitch in the connection. Now it works.

I have a Q4 etron and the audiconnect integration works

1 Like

Cool, do you also see remaining charge left/remaining km left ? Stuff like that? Or to stop/start charging ?

Hey, is the climate control still working on your Q4?
I will receive my car tomorrow, but seems according to GitHub, climate control and maybe other actions are failing?

Just updated to 1.10.1 and few observations:

  • Car name changed to be aligned with car model, so old car device remains in HA and in ‘udeletable’
  • Model of car improperly recognized; I have 2017 Q5, but it is reported as 2017 RS Q3 Sportback (so all the sensors follow this name). As old device cannot be deleted, renaming all of the entities to names I use in dashboard and automations was a bit time consuming (first all old needed to be renamed too). It is bit strange, as previously car name was aligned with name given in My Audi.
  • Oil level sensor is missing/unavailable.
  • Car seems to be reported as hybrid, so several new meaningless sensors were created (like primary engine, range hybrid range etc.).
  • there is new sensor created for adblue range, which seems suspicious; even Audi app can only sense if range is above or below 2400km, integration provides specific ramge, which is absurdly high (32000 km).

Despite these small annoyances everything seems to work fine for me and important is that all errors that were flooding logfile with previous version are now gone :slight_smile:

Hello
Can someone direct me how to install this dashboard?
https://github.com/audiconnect/audi_connect_ha

Audi connect up and running, but the dashboard itself is hard to setup.
I cant setup the physical layout of the buttons etc.
Trying different things and just doesn’t work.

Thanks in advance

I can give you the code from my card, yes, it’s a bit fiddly but it works.

grafik

1 Like
type: picture-elements
elements:
  - type: icon
    icon: mdi:car-door
    entity: binary_sensor.audi_s4_avant_doors_lock
    tap_action: more_info
    style:
      left: 10%
      top: 86%
  - type: state-label
    entity: binary_sensor.audi_s4_avant_doors_lock
    style:
      left: 10%
      top: 95%
  - type: icon
    icon: hass:window-closed
    entity: binary_sensor.audi_s4_avant_windows
    tap_action: more_info
    style:
      left: 50%
      top: 86%
  - type: state-label
    entity: binary_sensor.audi_s4_avant_windows
    style:
      left: 50%
      top: 95%
  - type: icon
    icon: mdi:gas-station
    entity: sensor.audi_s4_avant_tank_level
    tap_action: more_info
    style:
      left: 9%
      top: 16%
  - type: state-label
    entity: sensor.audi_s4_avant_tank_level
    style:
      left: 10%
      top: 25%
  - type: state-label
    entity: sensor.audi_s4_avant_range
    style:
      left: 10%
      top: 30%
  - type: state-icon
    entity: binary_sensor.audi_s4_avant_sun_roof
    tap_action: more_info
    style:
      left: 30%
      top: 86%
  - type: state-label
    entity: binary_sensor.audi_s4_avant_sun_roof
    style:
      left: 30%
      top: 95%
  - type: icon
    icon: mdi:oil
    entity: sensor.audi_s4_avant_oil_level
    tap_action: more_info
    style:
      left: 90%
      top: 84%
  - type: state-label
    entity: binary_sensor.audi_s4_avant_oil_level_binary
    style:
      left: 90%
      top: 90%
  - type: state-label
    entity: sensor.audi_s4_avant_oil_change_time
    style:
      left: 90%
      top: 95%
  - type: icon
    icon: mdi:wrench
    entity: sensor.audi_s4_avant_service_inspection_time
    tap_action: more_info
    style:
      left: 70%
      top: 86%
  - type: state-label
    entity: sensor.audi_s4_avant_service_inspection_time
    style:
      left: 70%
      top: 95%
  - type: icon
    icon: mdi:speedometer
    entity: sensor.audi_s4_avant_mileage
    tap_action: more_info
    style:
      left: 90%
      top: 16%
  - type: state-label
    entity: sensor.audi_s4_avant_mileage
    style:
      left: 90%
      top: 25%
image: /local/s4.PNG
dark_mode_image: /local/s4_dark.PNG

type or paste code here