-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AudiConnect setup fails #91
Comments
Use versions lower than 2.5. |
Thanks for pushing the api updates into 2.4.78 I've been debugging this today. The root of my issue (and the API crash) - is that I have two vehicles in my audi connect account. One of the vehicles is my old audi which never reported any data into audi connect - hence most of the vehicle_model attributes are none include the "access" object. There is a similar issue in the integration when accessing the "position" object. I have the issues fixed locally and will package into a PR for the API and a PR for the integration. |
trying to figure out the branching scheme on audiconnectpy., as master is 2.5.x anyways the change I made locally on 2.4.78 is in vehicle.py
|
Describe the bug
When configuring the integration in HA 2024.11.3 an unknown error is reported.
Diagnostics file
Integration cannot be configured, diagnostic file not available
Expected behavior
Integration to be configured
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
This is the error that is logged.
There appears to be better protection in audiconnectpy=2.5.50 on this section of code; but that version has a dependency conflict with pydantic in HA.
The text was updated successfully, but these errors were encountered: