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

in evcc.io they have an integration with Ford using an api id and token generated in https://developer.ford.com #559

Open
scruysberghs opened this issue Jan 11, 2025 · 2 comments

Comments

@scruysberghs
Copy link

Below are the config options to get the car integrated in evcc.io:

Ford

vehicles:
  - name: my_car
    type: template
    template: ford-connect
    title: # Will be displayed in the user interface (optional)
    capacity: 50 # Battery capacity in kWh (optional)
    clientid: # Setup at https://developer.ford.com
    clientsecret: # Setup at https://developer.ford.com
    accessToken:
    refreshToken:
    vin: WF0FXX... # Required if you own multiple vehicles of the same brand (optional)
    icon: car # Icon as shown in user interface (optional)
    phases: 3 # The maximum number of phases which can be used (optional)
    mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional)
    minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional)
    maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional)
    identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional)
    priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)
    cache: 15m # Time interval with when data should be reloaded from the vehicle (optional)

Reading all the issues with login etc here isn't this an option for this integration?

@istbarp
Copy link

istbarp commented Jan 11, 2025

image

I would say no. Since it's not available worldwide it's not really worth it.

@SquidBytes
Copy link
Collaborator

Looks like that uses your Ford Developer account and those API's which did exist as one point.
However, from what I saw online Ford essentially deleted the developer accounts and there is no way to access that anymore.

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

3 participants