Skip to content
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

MyAudi API shuts down due too many requests by evcc #16135

Closed
1 task done
Baumus opened this issue Sep 15, 2024 · 1 comment
Closed
1 task done

MyAudi API shuts down due too many requests by evcc #16135

Baumus opened this issue Sep 15, 2024 · 1 comment

Comments

@Baumus
Copy link

Baumus commented Sep 15, 2024

Describe the bug

The evcc is sending too many requests per day to the myaudi api so that it shuts down:

[main ] ERROR 2024/09/15 15:36:52 vehicle status: unexpected status: 429 (Too Many Requests)
[lp-1 ] ERROR 2024/09/15 15:37:07 vehicle odometer: unexpected status: 429 (Too Many Requests)
[lp-1 ] ERROR 2024/09/15 15:37:09 vehicle soc: unexpected status: 429 (Too Many Requests)

Please reduce the number of calls of the myaudi api. Maybe the cache setting (see steps to reproduce) are not correctly handled by the code.

Steps to reproduce

  1. Just run evcc v0.130.9 and use an audi vehicle configured in the ui, setting the cache to 15m.

...

Configuration details

An Audi vehicle configured in the ui, with the cache set to 15m.

Log details

[main ] ERROR 2024/09/15 15:36:52 vehicle status: unexpected status: 429 (Too Many Requests)
[lp-1 ] ERROR 2024/09/15 15:37:07 vehicle odometer: unexpected status: 429 (Too Many Requests)
[lp-1 ] ERROR 2024/09/15 15:37:09 vehicle soc: unexpected status: 429 (Too Many Requests)

What type of operating system are you running?

Linux

Nightly build

  • I have verified that the issue is reproducible with the latest nightly build

Version

v0.130.9

@andig
Copy link
Member

andig commented Sep 15, 2024

Unfortunately your report is missing a detailed log file. Without log, we don‘t have the information for diagnosing the issue described. See https://docs.evcc.io/docs/faq#wie-kann-ich-ein-logfile-zur-fehleranalyse-erstellen.

@andig andig closed this as completed Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants