Audi Connect binding?

Is this there someone who already tried to make a binding for Audi Connect?
Someone already created a python library:

I would like to help, but dont have the code skills.

In Home Assistent, they managed to get it working: https://community.home-assistant.io/t/audi-mmi-support/46543
Aren’t there any openhab devs driving and Audi? :grin:

I’ll see if I can make one :slight_smile:
Created an issue on github to track this (https://github.com/openhab/openhab-addons/issues/7634)

2 Likes

Nice! I’m looking forward to it :slight_smile:

Very interested as well!

Actually @markus7017 already started one, I’ll try to make it useable and contribute to it (carnet)

https://github.com/markus7017/openhab-addons/tree/carnet_snapshot/bundles/org.openhab.binding.carnet

Cf this thread: https://community.openhab.org/t/interest-in-carnet-binding-myaudi/92378

1 Like

let‘s work together, please switch to the other thread mentioned above

1 Like

I checked-in various updates.

Do you have WhatsApp? We could use this for quick-syncs.

Next step is syncing the vehicleHandler thing initialization with the Account login. For know the thing gets OFFLINE on a restart, because the token is missing.

I have Audi Connect and would be willing to test.

Mike

Me too if it helps

Nice, would also be interested in testing this. My current solutions is far from perfect - but it works for me.
I used the API by davidgiga1993 and his example script. I just added some lines for the data I wanted. Then I did

  • use node red to trigger the script execution (cronjob) and write raw json data to a text file
  • read text file via node red and parse data
  • reformat/convert the values for position, fuel, oil, temperature, vin and so on
  • write them to openhab items (e.g. the position string in a map item)
  • use them in a sitemap to get a nice view on my phone and wall-iPad

I know it is not perfect and definitly no solution for many users, but for me it works. I am not a professional developer, just have some basic dev skills in scripting.

Please check this topic: https://community.openhab.org/t/interest-in-carnet-binding-myaudi/92378

a first preview is already availably