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

HA add-on and EVCC configuration #40

Closed
swa72 opened this issue Aug 6, 2024 · 1 comment
Closed

HA add-on and EVCC configuration #40

swa72 opened this issue Aug 6, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@swa72
Copy link

swa72 commented Aug 6, 2024

I charge two Teslas on my TWC and have an odd behaviour of EVCC's configuration using the HA add-on for EVCC.

Configuration works for T1 and not R1:

vehicles:
  # no spaces or special characters in the next line
  - name: T1
    type: template
    template: tesla
    commandProxy: http://192.168.178.78:8080/
    accessToken: XX
    refreshToken:  XX
    vin: XX
  - name: R1
    type: template
    template: tesla
    accessToken: XX
    refreshToken:  XX
    vin: XX
    commandProxy: http://192.168.178.78:8080/

Working for both vehicles:

vehicles:
  # no spaces or special characters in the next line
  - name: R1
    type: template
    template: tesla
    commandProxy: http://192.168.178.78:8080
    accessToken: XX
    refreshToken: XX
    vin: XX
  - name: T1
    type: template
    template: tesla
    commandProxy: http://192.168.178.78:8080
    accessToken: XX
    refreshToken: XX
    vin: XX

Note the position of commandProxy in the configuration.

Maybe this is useful for others - I almost pulled my hair out until I discovered this ...

@wimaha wimaha added the documentation Improvements or additions to documentation label Aug 19, 2024
@wimaha
Copy link
Owner

wimaha commented Aug 19, 2024

Thank you, I've added this to the readme.

@wimaha wimaha closed this as completed Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants