My volkswagen integration?

YEAH!!!

It is working!!

Thank you for the input!

I see several sensors named by the licence plate!

@Bram_Kragten the info of @pathia works for a VW Caddy !

1 Like

is any car compatible which is offering car net on the car navigation screen?

If you are able to use the Dutch mijn volkswagen (or likewise apps for the other pon brands) then you should be able to use the integration.

i would like to change the value-text-output of the handbrake. it now says Veilig (safe) but I would prefer Actief (active) or Inactief (inactive).

Since the handbrake is a binary_sensor of the “safety” class, “false” would mean that the handbrake is engaged.

i’ve found the following code, but whatever i fill in at the ***, the text in the UI changes to “off”.
what am i doing wrong here…

binary_sensor:
  - platform: template
    sensors:
     **Licenceplate**_parking_brake:
      entity_id: binary_sensor.**Licenceplate**_parking_brake
      value_template:> 
        {% if is_state('binary_sensor.**Licenceplate**_parking_brake', '***') %}
          Actief
        {% else %}
          Inactief
        {% endif %}

FYI: I received a message from PON saying that the Mijn Volkswagen app will be unusable starting December 19th.
I’m pretty sure this will render the Mind integration useless somewhere around that date.

I cannot find the Mind integration. I just installed HACS and HACS looks to be up and running. I see:

Home Assistant Community Store
No repositories :confused:

No downloaded repositories matching “Mind” found in this section.
Try searching for something else!

At the moment it still works for me. But unsure how long it will last. See my previous post.
The repo is at GitHub - bramkragten/mind: Add support for Mind Mobility vehicles in Home Assistant

1 Like

Today the My Volkswagen as well as the Mind integration stopped working :frowning:

This might be helpful for others as an alternative for the ‘mind’ integration unfortunately only for the location of the car.

Use this blueprint from this post to save the location to a custom device tracker when you lose BT connection with your car. This utilizes the HA companion app on your phone.

And I would suggest to use the code in this post to restore the custom device tracker’s location whenever you restart HA. (otherwise you lose the car location whenever you restart HA)