FordPass Integration

Hi Guys, I’m struggling with this. I have it installed and the remote start and door locks work, however, the only way to refresh data is to remove the vehicle and add it again. I have a script running every 15 minutes (and I have ran it manually as well), calling combinations of fordpass.clearTokens, fordpass.refresh_status, and fordpass.poll_api (see code below). However nothing updates the data.

action: - service: fordpass.clear_tokens metadata: {} data: {} - service: fordpass.refresh_status metadata: {} data: {} - service: fordpass.poll_api metadata: {} data: {}

Edit: Solved - I just determined what the issue was. Apparently HA needs to be restarted after the vehicle is added (I restarted after adding integration, but to get it to function correctly I restarted one more time, and that fixed the issue).

The Fordpass integration is not working anymore for me since May 8th. Am I the only one that’s having problems? Why is there no post about this on this community? Or am in the wrong place?

Same. It is mentioned on the github repo that it’s broken. Hopefully someone figures it out. I use this integration alot.

1 Like

Yeah same here, it has worked quite a good while, but lately it is not working that well.

Developers are working on the new authentication method needed to bring this back to HA. Just an FYI.

5 Likes

Did this ever get fixed or are the Developers still trying to find a solution to this one?

I’m not able to log in and use this integration (first time user of this specific integration).

If you go out to the repository there is a rudimentary beta that does work. The developers haven’t released anything yet due to the new API keeps having changes.

1 Like

Just purchased my first Ford. Was trying to get it integrated to HA (just like my existing Subaru) but seeing there may be issues still? Does anyone have FordPass working reliably If so, please let me know.

The alpha code posted does work.

So I was able to get the integration working with the 1.70 alpha code and capturing my token. I am seeing a different problem though. All of the entities for my truck become unavailable after every other update.

I have my update interval set to every 30 minutes and you can see that it goes from reporting something to unavailable every other cycle. Is anyone else seeing this type of behavior. I am hesitant to lower my interval for fear of getting dinged for spamming.

1 Like

Is this still not working? And causing account banned of using the 1.70 alternative way? Or doe have anybody this correctly working ?

The easiest solution here would be to use something like smartcar.com – it looks like you get like 500/requests/mo for free, and it integrates with ford.

Thoughts?

Anyone having any joy with the Fordpass integration? Is anyone working on it? Seems like the last checkin was 8 months ago…

Got 1.70 working. Now looking for a good F-150 UI card - anyone have one?

Can you shed some light on this? I would like to intergrate this

Trying to make a helper that shows how many km there is left on gasoline, but it seems no to be working - has done similar helpers that works in other situations:

Any idea?

Has anyone figures out how to log in during configuration if you are in South Africa?

1 Like

Has anyone been able to even simply log into the FordPass popup? I keep getting invalid credentials despite being able to login on the web using those same gd credentials.

Thoughts? Was going to try the 1.7 branch but can’t even get past step 1.

I was able to successfully integrate my FordPass with HA just a few days ago and have been spending a day or so putting together my Mustang Mach-E card. I’m only a little over 30 days into HA so I KNOW the coding would embarrass those who have been using this for longer but it accomplishes what I need. As I learn more I’ll be able to change it and streamline it but no time just yet. For now, this is amazing. I have a number of hidden and conditional attributes and custom sensors to bring in data that isn’t initially surfaced by the API.

It’s not perfect but it certainly is a start. It’s unfortunate that I can’t (more appropriate to say I’m afraid to) setup a timed data refresh since I don’t want to be locked out of the API but so far, knock on wood, it’s working well.

I manually set the state of the front left tire to test the conditional icon. I’ve set it up so I only see the red tire icons if there’s trouble with the PSI but I don’t have TPMS installed in my winter wheels, ergo the caution icon in red. Come summer, this will just go away.

2 Likes

@Garrik do you maybe have a link that could guide me in getting 1.7 to work?