fordpass-python icon indicating copy to clipboard operation
fordpass-python copied to clipboard

Python wrapper for the FordPass API for Ford vehicle information and control: start, stop, lock, unlock.

Results 5 fordpass-python issues
Sort by recently updated
recently updated
newest added

It looks like the Authentication doesn't work anymore. Does anyone have the same Problem? ``` Traceback (most recent call last): File "/Users/manuel/temp/fordpass-python/fordpass/demo.py", line 17, in print(r.status()) # Print the status...

It would be very helpful if you could tag releases as well. This would enable distributions to use the GitHub release tarballs. Thanks

Hi, Up to you what parts you want to use but I've rewrote this library to work better with my Home Assistant integration so may be of use to you....

I'm thinking you should add a timeout to requests so that commands don't attempt to run forever in the event they can't be completed. See snip from log below. I...