Adding BMW i3s fails #18587
Unanswered
LifeTimeElectronics
asked this question in
Q&A Fahrzeuge
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
i am new to evcc and want to add my dads BMW I3s to the evcc.yaml
I tried it in much ways using a new hcaptcha every time, but always get the error:
[bmw ] DEBUG 2025/02/03 20:12:01 identity.Login - no database token found. Proceeding to login via user, password and captcha. [main ] ERROR 2025/02/03 20:12:01 creating vehicle BMW_I3 failed: cannot create vehicle type 'template': cannot create vehicle type 'bmw': Client authentication failed (e.g., login failure, unknown client, no client authentication included or unsupported authentication method): unexpected status: 401 (Unauthorized)
The password contains '&', i tried it with quotes, double quotes and without.
Here my config:
` - name: BMW_I3
type: template
template: bmw
user: [email protected]
password: "*&"
hcaptcha: P1_eyJ0eXAiOiJKV.......
capacity: 37.9
cache: 15m
region: EU # optional'
Also adding it via the GUI fails.
Has anyone an idea what i am doing wrong?
Thank you very much!
Florian
Beta Was this translation helpful? Give feedback.
All reactions